Finn M Glas
9fcbbdd9b5
Fill the Usage
tab (3) of the tutorial
...
Add screenshot and some text.
Also: center text everywhere
2020-06-23 19:31:45 +02:00
Finn M Glas
ddf30ece3e
Fill the Start
tab (1) of the tutorial
...
Use blinking icons to indicate the swipe direction. Text in the middle
still is the same. Remove page title.
2020-06-23 17:43:03 +02:00
Finn M Glas
53462d654b
Make sure it also looks good
...
- Adjust colors / themes
- Adjust layout
- Expand it
2020-06-21 21:22:59 +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
d74783a3fd
A few related fixes
...
+ Prevent opening app when clicking close to 3 dots icon
+ Enable dark popup background on older APIs
+ Prevent closing `ChooseActivity` when app is uninstalled
2020-05-30 01:23:05 +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
f40cee392e
Create a appmenu to be opened by three dots
...
This menu is located in the `ChooseActivity`, helps managing apps (info
/ delete)
2020-05-30 00:42:23 +02:00
Finn M Glas
60f8f781f0
Make actions removable
...
by clicking a FontAwesome Times icon
2020-05-29 18:06:10 +02:00
Finn M Glas
2cc3d841ed
Display app icons of selected apps
...
Closes #32 - 2 Days after I opened it, not bad ^^
However, further improvements are necessary
2020-05-28 20:16:37 +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
d4ea809569
Fix button appearance for older devices
...
+ Buttons on API < 29 now all have the same color for the customTheme
+ This can be worked on again, if someone figures out how to dynamically
change button colors on older android APIs
2020-05-25 18:44:57 +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
8a6dd32360
Let the user change theme, Add animation, preference
2020-05-23 00:28:15 +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
23bbc8d34c
Make colors apply on older APIs, Accellerate tooltip amimation
2020-05-22 18:21:30 +02:00
Finn M Glas
664e0a037e
Start building the theme fragment
2020-05-22 18:03:37 +02:00
Finn M Glas
16c180a725
Create two themes
...
The finnmglasTheme and the darkTheme
2020-05-22 17:25:32 +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
68b690aa31
Update to better FontAwesome functions
...
https://github.com/finnmglas/fontawesome-android
2020-05-21 12:55:26 +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
0e4cc63554
Add a clickable settings icon
...
Make it easier and more intuitive for users to acess settings. Thanks
for the feedback that helped me think of this.
2020-05-21 06:37:12 +02:00
Finn M Glas
7cd450f897
Add Font Awesome
...
Using https://github.com/finnmglas/fontawesome-android
2020-05-20 22:05:08 +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
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
Finn M Glas
12357583c6
Clean up code in the Choose Activity
...
This branch now does way more than just fixing the back screen issue. It
became more of a cleanup branch to be merged into master ^^
2020-05-19 15:01:26 +02:00
Finn M Glas
b8d1880fbc
Clean up code in the Settings Activity
...
Extract all strings to the resource files (helpful for translations in
the future), Move and simplify functions.
2020-05-19 12:24:08 +02:00
Finn M Glas
83299d926f
Simplify selection of default apps
...
The lists / priorities can now be changed in the `strings.xml` file.
2020-05-19 10:59:08 +02:00
Finn M Glas
49baed4d65
Clean up unnecessary code and files
...
Also move the code to the right places (Functions.kt created)
2020-05-19 09:08:16 +02:00
Finn M Glas
5a2ff95c15
Make preferences persistent
2020-05-15 14:41:31 +02:00
Finn M Glas
93e672c826
Add a basic but functional app. Needs improvement.
2020-05-12 14:52:56 +02:00