From 6b146f95198b180ec87612a01bee20bba028fd09 Mon Sep 17 00:00:00 2001 From: iamrasel Date: Fri, 21 Oct 2022 18:31:37 +0600 Subject: [PATCH] Release - 2.1.1 --- README.md | 22 +++++++++++-------- app/build.gradle.kts | 6 ++--- .../metadata/android/en-US/changelogs/22.txt | 2 ++ 3 files changed, 18 insertions(+), 12 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/22.txt diff --git a/README.md b/README.md index 9ca0181..215014c 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ - [x] Launch from search - [x] Launch in freeform mode - [x] Total apps count +- [ ] App grid with icon (alternative) - [ ] App appearance - [ ] App rename - [ ] App vault @@ -62,7 +63,10 @@ - [x] Device stats - This section is temporary, will be replaced with more useful feature. -- [x] RSS +- [x] News feed + - [x] RSS + - [ ] Atom +- [ ] Widget host
Quick Access @@ -102,6 +106,14 @@ To get updated with the latest build head over to the [Actions](https://github.c ## Warning There is a similar app available in [Play Store](https://play.google.com/store/apps/details?id=rasel.lunar.launcher) with the same app and package name, which has _**NOT**_ been served by me. If anything bad happens to you for using that application, I will not be responsible. +## Permissions +- `android.permission.ACCESS_NETWORK_STATE` - To check for active network connection +- `android.permission.CALL_PHONE` - To make call +- `android.permission.EXPAND_STATUS_BAR` - To expand notification panel +- `android.permission.INTERNET` - To fetch weather and feed data +- `android.permission.REQUEST_DELETE_PACKAGES` - To uninstall apks +- `android.permission.WRITE_SETTINGS` - To change system values like brightness + ## Community If you want to share your thoughts with me or other users, join the Lunar Launcher's users community.
@@ -111,14 +123,6 @@ If you want to share your thoughts with me or other users, join the Lunar Launch
-## Permissions -- `android.permission.ACCESS_NETWORK_STATE` - To check for active network connection -- `android.permission.CALL_PHONE` - To make call -- `android.permission.EXPAND_STATUS_BAR` - To expand notification panel -- `android.permission.INTERNET` - To fetch weather and feed data -- `android.permission.REQUEST_DELETE_PACKAGES` - To uninstall apks -- `android.permission.WRITE_SETTINGS` - To change system values like brightness - ## Credits - [https://gitlab.com/biotstoiq/launch](https://gitlab.com/biotstoiq/launch) - [https://github.com/chrisbanes/insetter](https://github.com/chrisbanes/insetter) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 2c7cbd4..647df2f 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -11,8 +11,8 @@ android { applicationId = "rasel.lunar.launcher" minSdk = 26 targetSdk = 33 - versionCode = 21 - versionName = "2.1" + versionCode = 22 + versionName = "2.1.1" } buildTypes { @@ -64,7 +64,7 @@ dependencies { implementation ("androidx.appcompat:appcompat:1.5.1") implementation ("androidx.biometric:biometric-ktx:1.2.0-alpha05") implementation ("androidx.core:core-ktx:1.9.0") - implementation ("com.google.android.material:material:1.6.1") + implementation ("com.google.android.material:material:1.7.0") implementation (kotlin("stdlib", version = kotlinVersion)) implementation ("dev.chrisbanes.insetter:insetter:0.6.1") } diff --git a/fastlane/metadata/android/en-US/changelogs/22.txt b/fastlane/metadata/android/en-US/changelogs/22.txt new file mode 100644 index 0000000..611c093 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/22.txt @@ -0,0 +1,2 @@ +- Launcher icon changed +- Several improvements \ No newline at end of file