Commit graph

271 commits

Author SHA1 Message Date
Finn M Glas
09738cd648
Enable alphabetical sorting
Again ^^
2020-05-27 21:52:58 +02:00
Finn M Glas
9d691910b3
Merge pull request #38 from finnmglas/feature/further-actions
Feature/further actions
2020-05-27 15:28:21 +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
2b4a2c6757
Merge pull request #37 from finnmglas/fix/same-color
Prevent theme colors from being equal
2020-05-27 12:54:16 +02:00
Finn M Glas
626a032414
Prevent theme colors from being equal
If `vibrantColor` is equal to `dominantColor`, dominant will be darkened 
by 20% and vibrant lightened by 20%
2020-05-27 12:53:35 +02:00
Finn M Glas
0154874b0f
Merge pull request #36 from finnmglas/feature/apps-list
Feature/apps list
2020-05-27 12:27:46 +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
9fa009bf99
Remove unnecessary leftover code
zombiecode, toasts and the old apps list
2020-05-27 11:12:40 +02:00
Finn M Glas
4c131e4aed
Replace apps list with a RecyclerView
this is way faster, more efficient - and it even enables the app to show 
app icone, which Closes #31
2020-05-27 10:59:19 +02:00
Finn M Glas
0438d0f8cf
Use actual image links
In the ´raw.githubusercontent.com´ format
2020-05-27 05:25:31 +02:00
Finn M Glas
3c4057d4fd Set theme jekyll-theme-minimal 2020-05-27 05:19:43 +02:00
Finn M Glas
c8f202d570
Add a app icon
it took way too long to add a good one ^^
so here you go!
2020-05-26 19:42:09 +02:00
Finn M Glas
7e7c2eda11
Fix attribution 2020-05-26 19:02:09 +02:00
Finn M Glas
3a3c1d74c4
Add references to photographers
It is optional but I am grateful for their pictures, thus the attribution.
2020-05-26 19:01:08 +02:00
Finn M Glas
b01e1e65ef
Update README.md for the release of v1.2.0
+ Add themes explanation
+ Add link to pictures of themes

Ready to release!
2020-05-26 18:45:37 +02:00
Finn M Glas
3e4785f3e3
Rename folder 'wallpaper' to 'themes'
As it contains theme screenshots rather than wallpapers
2020-05-26 18:21:10 +02:00
Finn M Glas
4e143dca4b
Add new Play Graphics
for the new Release! YAY!
2020-05-26 18:09:07 +02:00
Finn M Glas
b44e417f67
Bump version number
for the `v1.2.0` release
2020-05-25 22:31:36 +02:00
Finn M Glas
fb058e48ed
Add link to download and own custom theme text 2020-05-25 22:28:55 +02:00
Finn M Glas
8236203f9e
Create theme documentation
+ Add images of the themes in use
+ Add references and download links
2020-05-25 22:28:15 +02:00
Finn M Glas
a8b477e8cf
Add further screenshots (color themes) 2020-05-25 21:56:36 +02:00
Finn M Glas
65d7f0a4b4
Merge pull request #29 from finnmglas/documentation/exemplary-themes
Documentation/exemplary themes
2020-05-25 21:46:53 +02:00
Finn M Glas
dc6dd17a1d
Create a README for the images 2020-05-25 21:46:25 +02:00
Finn M Glas
b4e5639297
Add screenshots
of three themes (pictures):
1. starry sky silhouette (egil joholt)
2. multicolored hallway (efe kurnaz)
3. sunset (finn m glas)
2020-05-25 21:33:39 +02:00
Finn M Glas
f6f337c47a
Merge pull request #27 from finnmglas/feature/contact
Add buttons to contact and support the developer
2020-05-25 21:01:09 +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
f84884235c
Merge pull request #26 from finnmglas/fix/theme-update
Fix/theme update
2020-05-25 20:37:26 +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
884ae7caac
Update the custom theme description 2020-05-25 19:08:27 +02:00
Finn M Glas
0d7adf0c0b
Merge pull request #25 from finnmglas/fix/buttons-old-api
Fix button appearance for older devices
2020-05-25 18:45:50 +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
6862be3521
Merge pull request #21 from finnmglas/feature/customize
Feature/customize
2020-05-24 21:23:31 +02:00
Finn M Glas
3bbfc5374c
Enable automatic UI adjustment
+ Now the colors are chosen automatically from the background image 
selected
+ This is just amazing and I am very excited (I will tell 2000 ppl about 
it, spread the word please ^^)
2020-05-24 21:19:25 +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
6c5df6189e
Make chosen background images persistent
- by saving the image Uri in SharedPreferences
2020-05-24 19:24:38 +02:00
Finn M Glas
0eecdff99f
Clean and Refractor code.
Split up the `SettingsActivity` into the smaller Fragments, Rename many 
ids... overall cleaner code.

It is 03:56 am and I did not sleep yet... I won't today ^^
2020-05-24 03:59:25 +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
03093125f7
Implement choosing of background images
'Custom theme' can now be applied
2020-05-23 17:24:55 +02:00
Finn M Glas
1d540f7d37
Hide the select button for the already selected theme
And reorder themes, Finn's theme on top, as it is the default ^^
2020-05-23 12:37:15 +02:00
Finn M Glas
442b7b8712
Animate transition for openSettings() 2020-05-23 11:57:52 +02:00
Finn M Glas
11045cbb0c
Animate (rotate) the settings icon
Also, onBackPress, the icon is hidden
2020-05-23 11:10:44 +02:00
Finn M Glas
e24b51f3bf
Add image picker functionality
Not compledely finished at this point, but will be
2020-05-23 10:31:17 +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
a56cec7f9e
Fix older API onclicks 2020-05-22 23:32:21 +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
c81e6c06bc
Create OnClicks for the Theme Buttons 2020-05-22 21:39:13 +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