Commit graph

219 commits

Author SHA1 Message Date
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
61fd660195
Merge pull request #19 from finnmglas/fix/adjust
Fix/adjust
2020-05-21 19:07:56 +02:00
Finn M Glas
552bc1002e
Adjust and Make older APIs recognize the tooltip onClick too
Settings Tooltip is now centered, Just as the heading in 
`SettingsActivity`
2020-05-21 19:05:55 +02:00
Finn M Glas
e3816ab399
Adjust icons to new functions 2020-05-21 16:20:35 +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
53a43f3eb2
Merge pull request #18 from finnmglas/feature/tabbed-settings
Feature/tabbed settings
2020-05-21 10:13:15 +02:00
Finn M Glas
3bfe1c058a
Only let confirmed single taps show the settings icon 2020-05-21 10:07:41 +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
716839e1b9
Create Fragments for settings
One fragment for every tab, openable with a swipe. The middle tab 
'theme' still has to be filled.
2020-05-21 08:59:21 +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
75af3f2866
Merge pull request #17 from finnmglas/feature/open-settings
Feature/open settings
2020-05-21 06:39:05 +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
c32018f72d Add fade animations, Move blink animation to Functions.kt 2020-05-21 06:33:34 +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
92e8cbd450
Bump version code
to 3 and version `1.1.1`
2020-05-20 15:41:09 +02:00
Finn M Glas
35d9e2c4e6
Fix french settings
Closes #14
2020-05-20 15:38:48 +02:00
Finn M Glas
2c80e04933
Enable minify
The `.apk` and `aab` files will be obfuscated and minified to make the 
download file smaller.
2020-05-20 05:40:54 +02:00
Finn M Glas
f5a78a8e38
Improve default app choice
Parsing it into a HashMap messed up the order. Now it is parsed into a 
Array.
2020-05-20 05:31:52 +02:00
Finn M Glas
08774dcf73
Bump Versioncode
To 3, Version to `1.1.0`. Releasing asap.
2020-05-20 04:56:21 +02:00
Finn M Glas
3379df5f11
Merge pull request #13 from finnmglas/fix/black-screen
Clean up code and translate
2020-05-19 19:54:36 +02:00
Finn M Glas
b6f8233e31
Add link to Google Play download
Finally it is online but there are still some bugs I already fixed but 
didn't make available yet on there.
2020-05-19 19:24:33 +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
9e3cac35ae
Stop timer when app is paused
I think this may fix the black screen issue. Hopefully. At least it is 
cleaner code than before.
2020-05-19 11:42:33 +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
c610f1debd
Link issue templates 2020-05-17 21:48:19 +02:00
Finn Glas
9e18df86d7
Add funding info 2020-05-17 07:43:54 +02:00
Finn Glas
40f26f6bd4 Add issue templates
A bug report and a feature request template. To make contributing easier.
2020-05-17 07:40:02 +02:00
Finn M Glas
9f48a13d33 Add onStart function
Add the OnStart function (see lifecylce), which will be executed after 
`onCreate` and when the app is restarted (from inactivity)
2020-05-17 07:25:57 +02:00
Finn M Glas
73d01a8b46 Insert images
The main function-graphic and 3 formatted screenshots. Same ones used on 
Google Play.
2020-05-16 20:44:26 +02:00
Finn M Glas
1f6e78bbda Rename to img, as there are not only screenshots 2020-05-16 20:30:12 +02:00
Finn M Glas
cd96bc7137 Bump version code 2020-05-16 19:19:45 +02:00
Finn M Glas
8dec9c0c16 Add images for Google Play 2020-05-16 19:17:48 +02:00
Finn Glas
d6c430ae2e
Merge pull request #6 from finnmglas/fix/open-finder
Show alertbox if an app is installed but not launchable
2020-05-16 16:11:29 +02:00
Finn M Glas
3f963c8f5b Show alertbox if an app is installed but not launchable 2020-05-16 16:07:58 +02:00
Finn Glas
b29143feec
Merge pull request #5 from finnmglas/feature/first-startup
Feature/first startup
2020-05-16 14:38:23 +02:00
Finn M Glas
ca73d58334 Add Intro to FirstStartupActivity 2020-05-16 14:33:46 +02:00
Finn M Glas
b322aa613f Create FirstStartupActivity 2020-05-16 14:29:11 +02:00
Finn M Glas
de6ba2705e Fix: Also manage laucher info on older SDKs 2020-05-16 08:04:36 +02:00
Finn M Glas
f1dbaf928d Add option to uninstall or launch apps, Improve layout 2020-05-16 07:32:32 +02:00
Finn M Glas
7e57d6208b Add button to choose default launcher 2020-05-16 06:14:27 +02:00
Finn M Glas
04c46fe429 Merge branch 'master' of https://github.com/finnmglas/Launcher 2020-05-15 22:25:19 +02:00
Finn M Glas
63bc9a619a Automatically select default apps 2020-05-15 22:24:45 +02:00
Finn Glas
0dee2f62de
Add Info on Contriution, Privacy and the App
This should be enough of an description to put the app out there for the public ^^
2020-05-15 19:53:37 +02:00
Finn M Glas
50350139e4 Set first build version 2020-05-15 18:14:27 +02:00