Commit graph

13 commits

Author SHA1 Message Date
Finn M Glas
2399f35cc1
Add translations for three dot menu
And adjust variable names
2020-05-30 00:58:33 +02:00
Finn M Glas
65a4241220
Add a long click action
To be executed on long click on the home screen. It soon will be 
necessary to make a RecyclerView for those actions.
2020-05-27 14:45:15 +02:00
Finn M Glas
b906d7b86d
Add a double click application
That can be opened by clicking twice.

Closes #34

Also:
+ adjust text color in tutorial
+ some other small adjustments
2020-05-27 14:33:55 +02:00
Finn M Glas
52c9a99e01
Merge app menus into one View all apps menu
+ Apps can be launched
+ Apps can be removed
+ In the `Choose App` for action menu, the delete option is hidden
+ The recycler is a little faster as I asynchronously cache it in 
`onCreate`
2020-05-27 12:24:37 +02:00
Finn M Glas
ad7d28c14d
Add buttons to contact and support the developer
+ in the meta menu
2020-05-25 20:59:07 +02:00
Finn M Glas
c5fb46b0ae
Add a button to show example theme usages
+ Opens a browser
+ Shows the `/docs/README.md` file (to be created)
2020-05-25 20:35:38 +02:00
Finn M Glas
9681c7021f
Add icons to settings
+ To open Google Play, Github or my website
+ In the header, add settings icon to open device settings
2020-05-24 20:24:44 +02:00
Finn M Glas
ff72364983
Custom Theme Selection
If the custom theme is selected, the `select custom button` is not 
hidden anymore, as it is way smarter to let users change their custom 
theme.
2020-05-23 23:07:16 +02:00
Finn M Glas
dc1238e4e0
Fix older API alerts, Add titlebar to tutorial (on replay) 2020-05-22 22:48:05 +02:00
Finn M Glas
5963277fe3
Translate theme descriptions 2020-05-22 21:28:37 +02:00
Finn M Glas
f6c20098b5
Fix/fast appmenu (#20)
* Preload list of Apps when starting the App

In OnCreate, the variable `appsList` is used globally

* Improve ChooseActivity layout

Match it to the style of settings

* Reload appList continuously

Every 30 Seconds or when a app gets removed

* Create a `Install Apps` button

On click the PlayStore will be opened.

* Add missing translations

* Move global variables to `Functions.kt`

Anyone thinking global vars should not be used? I don't care haha... 
unless ... feel free to fork this repository and provide a better way of 
doing this ^^
2020-05-22 12:50:13 +02:00
Finn M Glas
35d9e2c4e6
Fix french settings
Closes #14
2020-05-20 15:38:48 +02:00
Finn M Glas
62df47bc3b
Add German and French translation, Remove unused icons
Yay! Finally there are three languages in this app! I will merge into 
master soon (once it is actually fixed), this commit closes #12
2020-05-19 17:19:20 +02:00