Skip to content

Commit

Permalink
Release - 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iamrasel committed Oct 21, 2022
1 parent d917205 commit 6b146f9
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 12 deletions.
22 changes: 13 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

</details>
<details><summary>Quick Access</summary>
Expand Down Expand Up @@ -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.
<div align='center'>
Expand All @@ -111,14 +123,6 @@ If you want to share your thoughts with me or other users, join the Lunar Launch

</div>

## 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)
Expand Down
6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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")
}
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/22.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Launcher icon changed
- Several improvements

0 comments on commit 6b146f9

Please sign in to comment.