Skip to content

Commit

Permalink
Release - 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
iamrasel committed Dec 19, 2022
1 parent 0568e24 commit 32b38e7
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 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 = 25
versionName = "2.2.1"
versionCode = 26
versionName = "2.2.2"
}

buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/kotlin/rasel/lunar/launcher/feeds/Feeds.kt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ internal class Feeds : Fragment() {

override fun onContextItemSelected(item: MenuItem): Boolean {
if (item.itemId == R.id.add_widget)
Toast.makeText(requireContext(), "soon", Toast.LENGTH_SHORT).show()
Toast.makeText(requireContext(), "Please wait patiently!", Toast.LENGTH_SHORT).show()
return super.onContextItemSelected(item)
}

Expand Down
3 changes: 0 additions & 3 deletions fastlane/metadata/android/en-US/changelogs/23.txt

This file was deleted.

5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/26.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Optimized memory usage
- Support multiple external storage info
- Settings to go back to home screen on resume
- Open rss urls through custom tabs
- Italian translation by @Motodavide
30 changes: 14 additions & 16 deletions fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,19 @@
Lunar Launcher is yet another addition to the world of android launchers. Low memory footprint and clean interface, but large number of features are awaiting. It is fully open-source and built with latest build-tools.
Lunar Launcher is yet another addition to the world of android launchers. Low memory footprint and clean interface, but large number of features are awaiting. It is fully open-source and contains no ads or trackers.

<b>Features:</b>

<ul>
<li>Material design 3</li>
<li>Day/night theme mode</li>
<li>Double tap: Lock/sleep</li>
<li>Swipe down: Expand notification panel</li>
<li>Quick app search and launch</li>
<li>Launch apps in freeform mode</li>
<li>Animated battery percentage indicator</li>
<li>12/24 time format and date</li>
<li>Weather: celsius and fahrenheit</li>
<li>Todo manager</li>
<li>Quick actions</li>
<li>RSS feeds</li>
<li>Device stats</li>
</ul>
* Material design 3
* Day/night theme mode
* Double tap: Lock/sleep
* Swipe down: Expand notification panel
* Quick app search and launch
* Launch apps in freeform mode
* Animated battery percentage indicator
* 12/24 time format and date
* Weather: celsius and fahrenheit
* Todo manager
* Quick actions
* RSS feeds
* Device stats

More exciting features will be added soon. Please donate to support the development.

0 comments on commit 32b38e7

Please sign in to comment.