Fixes 👍🏼
- instant app disable, enable, uninstall and install listen and apps will be changed accordingly
- optimize performance
Feature
- change option for shortcut apps on long pressing the app icon if not working well
- Can change wallpaper
- user preference saved locally so after setup launcher will act faster
Suggested apk to download if you are confused 🥇
Any Question or Suggestion ?
- Ask me in the release discussion
More detail about apk releases 💯
{
"version": 2,
"artifactType": {
"type": "APK",
"kind": "Directory"
},
"applicationId": "com.ubuntu.launcher",
"variantName": "processReleaseResources",
"elements": [
{
"type": "ONE_OF_MANY",
"filters": [
{
"filterType": "ABI",
"value": "x86_64"
}
],
"versionCode": 4009,
"versionName": "2.4.0",
"outputFile": "app-x86_64-release.apk"
},
{
"type": "ONE_OF_MANY",
"filters": [
{
"filterType": "ABI",
"value": "arm64-v8a"
}
],
"versionCode": 2009,
"versionName": "2.4.0",
"outputFile": "app-arm64-v8a-release.apk"
},
{
"type": "ONE_OF_MANY",
"filters": [
{
"filterType": "ABI",
"value": "armeabi-v7a"
}
],
"versionCode": 1009,
"versionName": "2.4.0",
"outputFile": "app-armeabi-v7a-release.apk"
}
]
}
What's Changed
- refactor code, change folder structure, optimize performance and add some features by @jspw in #10
- update app version and doc by @jspw in #11
Full Changelog: 2.3.1...2.4.0