57ccc589d6
code cleanup
2024-07-06 21:14:06 +02:00
c8ad40250b
removed fa icons
2024-07-05 05:54:48 +02:00
acacc1d6cd
use system wallpaper
2024-07-05 04:36:30 +02:00
e85f00d293
fork
2024-07-02 21:21:51 +02:00
0ed2f0d020
hack font
2024-07-02 19:22:38 +02:00
Finn M Glas
6b7e3f9dde
Improve tutorial end and Make settings scrollable
2020-12-31 00:09:01 +01:00
Finn M Glas
9f9a223d6e
Make clock-apps selectable as actions
...
Closes #82
2020-12-30 23:34:41 +01:00
Finn M Glas
faf50c9e09
Create 'empty date format'
...
I just mentioned it in #75
2020-12-30 23:07:08 +01:00
Finn M Glas
04ecd47a02
Make keyboard autolaunching optional
...
Closes #81
2020-12-30 22:49:11 +01:00
Finn M Glas
1559f96838
Create a sensitivity slider
...
As discussed in #73
2020-10-19 14:00:18 +02:00
Finn M Glas
0c3e263c47
Settings: Add a "join our discord" button
2020-10-19 13:17:01 +02:00
Finn M Glas
f5b5a5c372
Settings: Add a "report a bug" button
2020-10-18 23:48:55 +02:00
Finn M Glas
b15ebc911c
Use heart icon for sponsors link
...
In meta settings. Remove the 'donate' button and use an icon instead,
place this icon in the place of the old website link (to
www.finnmglas.com).
2020-10-18 23:25:47 +02:00
Finn M Glas
23f3da65cf
Add and improve translations
...
For the other-section of actions.
2020-10-12 18:12:29 +02:00
Finn M Glas
4959d54f8b
Implement audio track control actions
...
Play next / previous tracks through launcher actions.
2020-10-12 17:55:17 +02:00
Finn M Glas
9942b021a8
Implement device volume control actions
...
using the intent data `launcher:volumeUp` and `launcher:volumeDown`.
Related: #68
2020-10-12 17:04:55 +02:00
Finn M Glas
64d4738f9c
Implement auto launching from search
...
I implemented it before, but now it can be enabled / disabled in
settings.
2020-08-21 00:15:10 +02:00
Finn M Glas
096abc2c61
Implement option to enable double swipes
2020-08-20 23:09:15 +02:00
Finn M Glas
09926d34ed
Implement double swipe actions
...
Closes #52
2020-08-20 22:41:50 +02:00
Finn M Glas
7ecca96ad2
Implement option to disable fullscreen mode
...
using a switch in the settings launcher tab
2020-08-20 20:51:31 +02:00
Finn M Glas
0fb4f17cb1
Add translations, Improve string resources
2020-08-19 09:22:52 +02:00
Finn M Glas
70114fc9d3
Implement theme-choosing using a Spinner
2020-08-18 21:01:32 +02:00
Finn M Glas
855ba1a1f4
Add date-format translations
...
Closes #63
2020-08-17 13:56:43 +02:00
Finn M Glas
32ca93fce1
Apply it to the Launcher clock / date display
2020-08-17 13:41:35 +02:00
Finn M Glas
86e9f9c597
Save date-format in launcherPreferences
2020-08-17 13:14:53 +02:00
Finn M Glas
2dd3709e78
Create date-formats-spinner
2020-08-17 12:46:21 +02:00
Finn M Glas
6a3145846e
Rename the themes
tab to launcher
...
As it contains other launcher preferences too - like keeping screen on
wt cetera
2020-08-17 11:49:24 +02:00
Finn M Glas
b3b1b7ba3a
Add missing translations
2020-06-26 07:42:07 +02:00
Finn M Glas
f46c1a278c
Improve default apps choice algorithm
...
- Add new apps (TikTok, Brave browser, Tor browser, S Memo, etc...)
- By default, choose the apps list and settings
- Now have browsers on down-swipe
2020-06-24 08:51:29 +02:00
Finn M Glas
0d85501d52
Add translations related to the improved apps list
2020-06-23 22:09:45 +02:00
Finn M Glas
98ee1b88f4
Add translations for the improved tutorial
2020-06-23 21:22:55 +02:00
Finn M Glas
56fb5a063d
Link new sponsor site
...
https://sponsor.finnmglas.com
2020-06-21 12:08:10 +02:00
Finn M Glas
e692c0317b
Add apps recycler to tab, other one is empty
...
The two tabs are only visible when an app is selected, not in the `view
all apps` list
2020-06-13 11:00:50 +02:00
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
7f9bc7d276
Add theme description images that will be in a CardView
...
3 Options: dark, finn, custom
2020-05-22 20:47:45 +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
215827ae1b
Add option to view Tutorial again
...
Another button in the 'Launcher' Tab of settings. I made sure this does
not reset any user preferences. It just plays the tutorial and returns
to settings.
2020-05-21 09:44:37 +02:00
Finn M Glas
817fe0d732
Add option to give Feedback on Google Play
...
Add button in the 'Launcher' tab in the settings
2020-05-21 09:20:18 +02:00
Finn M Glas
abd7a44874
Create a basic tabbed settings activity
...
Tabs: Apps, Theme, Launcher
2020-05-21 07:35:09 +02:00
Finn M Glas
ca5b6878d9
Prepare translating
...
Fix some problems I forgot about earlier, Move more strings to the
string resource xml
2020-05-19 16:37:05 +02:00
Finn M Glas
9dd663d279
Clean up code in the FirstStartup Activity
...
Move all the strings into the string resources xml file. Way cleaner.
Can also be translated.
2020-05-19 15:26:30 +02:00