Skip to content
This repository has been archived by the owner on Nov 4, 2021. It is now read-only.

Commit

Permalink
Preparation for 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stanipintjuk committed Aug 19, 2016
1 parent 9af7da8 commit 0dc9d6e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 15 deletions.
18 changes: 8 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Silverfish Launcher v0.2 Alpha
#Silverfish Launcher v0.3
This is a simple and lightweight launcher for Android (... and heavily inspired by SmartLauncher)


Expand All @@ -16,16 +16,14 @@ The homescreen will automatically position your shortcuts in such a way that the

The app drawer is devided into multiple tabs for different application types, like SmartLauncher. Unlike SmartLauncher the apps are not automatically placed in their corresponding tabs, so you will have to place them there yourself :(

You can rename a tab by simply long clicking it.
Functionality to add and remove app drawer tabs will be implemented *very* soon.
You can add, remova or rename a tab by simply long clicking it.

#Notes
Keep in mind that this is just the second alpha version so the functionality is very limited and bugs are expected. I mostly wrote it to scratch my own itch. As my itch gets worse more functionality will be implemented. If you have an itch that you want to scratch then your commits are welcome :)
Keep in mind that this is just the second beta version so the functionality is very limited and bugs are expected. I mostly wrote it to scratch my own itch. As my itch gets worse more functionality will be implemented. If you have an itch that you want to scratch then your commits are welcome :)

#Todo
* Make the launcher functional and stable - ✓
* Clean the code - ✓ (Almost. Spaghetti-code complaints are welcome.)
* Functionality to add, remove and rename(✓) tabs in app drawer.
* Functionality to add, remove and rename tabs in app drawer.✓
* Icon support for tabs in app drawer.
* Ability to uninstall app from the app drawer. ✓
* Functionality to change wallpaper.
Expand All @@ -40,8 +38,8 @@ Keep in mind that this is just the second alpha version so the functionality is
- Change shortcut layout
- Change the tab icons.

# Changes since last version (v0.1 Alpha)
# Changes since last version (v0.2 Alpha)
* Fixed some bugs
* Added ability to uninstall apps from app drawer
* Added ability to rename tabs
* Added an icon for the app
* Added ability to remove and add tabs
* App icons now load async so they will not slow down main thread.
* Added french tranlation
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.launcher.silverfish"
minSdkVersion 16
targetSdkVersion 24
versionCode 2
versionName "0.2-alpha"
versionCode 3
versionName "0.3"
}
buildTypes {
release {
Expand Down
6 changes: 3 additions & 3 deletions app/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<resources>
<string name="text_hold_to_change_widget">Maintenir pour modifier le widget</string>
<string name="text_empty_category_notice">Cette catégorie est vide pour le moment. Vous pouvez déplacer des applications depuis les autres catégories en les faisant glisser.</string>
<string name="text_cannot_name_empty">L'onglet doit avoir un nom</string>
<string name="text_cannot_name_empty">L\'onglet doit avoir un nom</string>
<string name="text_cannot_remove_tab">Impossible de supprimer cet onglet</string>
<string name="text_remove">Supprimer</string>
<string name="text_uninstall">Désinstaller</string>
Expand All @@ -17,9 +17,9 @@
<string name="text_renaming_tab">Renommer «%s»</string>
<string name="text_rename">Renommer</string>
<string name="text_cancel">Annuler</string>
<string name="text_app_drawer">Tiroir d'applications</string>
<string name="text_app_drawer">Tiroir d\'applications</string>
<string name="text_home_screen">Écran principal</string>
<string name="text_empty">Vide</string>
<string name="text_add_tab">Ajouter un onglet</string>
<string name="text_new_tab_name">Modifier le nom de l'onglet</string>
<string name="text_new_tab_name">Modifier le nom de l\'onglet</string>
</resources>

0 comments on commit 0dc9d6e

Please sign in to comment.