Commit graph

450 commits

Author SHA1 Message Date
Finn M Glas
dcb9a70420
Use a more general store icon
Uses `fas_store` instead of `fab_google_play`, as discussed in #72
2020-10-18 23:04:54 +02:00
Finn M Glas
71ec676a67
Readme: Fix F-Droid badge
From https://www.f-droid.org/badge/get-it-on.png to https://fdroid.gitlab.io/artwork/badge/get-it-on.png as there was a redirection from the 1st to the second.
2020-10-18 21:13:30 +02:00
Finn M Glas
df5d55ec78
Add official f-droid badge and links
This also removes the IzzyOnDroid badge, as we now moved to the official F-Droid repo.
2020-10-17 12:54:55 +02:00
Finn M Glas
8c215b66ee
Add links to a new Launcher Discord server
It's a place to discuss features, bugs, use-cases et cetera. You can also just hang out there : )

Check it out!
2020-10-15 10:17:29 +02:00
Finn M Glas
92c20c62d4
Fix date / time view actions
Close #69
2020-10-12 20:49:44 +02:00
Finn M Glas
ff77c93b3f
Bump version code for v1.5.0
A smaller release of Launcher.
2020-10-12 18:47:39 +02:00
Finn M Glas
229a0b14e1
Merge pull request #70 from finnmglas/feature/volume-key-actions
Feature/volume key actions
2020-10-12 18:27:15 +02:00
Finn M Glas
0bf30b50ab
Fix: Show soft keyboard only in AppsList
Not shown when picking any arbitrary action.
2020-10-12 18:26:03 +02:00
Finn M Glas
108b1f4de9
Fix: Hide track-controls on pre-KitKat api 2020-10-12 18:19:51 +02:00
Finn M Glas
f919535173
Layout: Decrease Others-List fa-icon size 2020-10-12 18:15:39 +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
0957f5bff1
Bump version code for v1.4.0 2020-08-21 01:19:16 +02:00
Finn M Glas
4d5defc91e
Update Screenshots
for Launcher v1.4.0
2020-08-21 01:05:57 +02:00
Finn M Glas
f0020642ee
Remove the old docs folder and move images 2020-08-21 00:53:10 +02:00
Finn M Glas
b1fa01f977
Update fastlane descriptions 2020-08-21 00:51:56 +02:00
Finn M Glas
5b1c89e7a6
Add Changelogs for Launcher 1.4.0 2020-08-21 00:48:44 +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
93fdf19d46
Fix SwitchOnTouchs
They needed to be onChangeListener kind of callbacks, as else, only 
touches would toggle the values but not sliding the switches.
2020-08-20 23:51:45 +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
a38c683cd2
Buffer pointercount
In order to find out how many presses there were. Currently displayed 
using a Toast in HomeActivity.
2020-08-20 21:33:41 +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
5dcf710418
Commit codestyles
I have no idea why but this seems to be generated automatically. If 
someone knows a reason why it shouldn't be committed, please open an 
issue or a pr ^^
2020-08-20 20:34:31 +02:00
Finn M Glas
ab98072c99
Remove Images, Improve Contributing Guidelines 2020-08-19 23:45:53 +02:00
Finn M Glas
5be249e98e
Merge pull request #65 from finnmglas/feature/settings-launcher
Feature/settings launcher
2020-08-19 09:55:05 +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
badbba535b
Improve launcher settings layout
Remove Launcher tab theme cards, remove their pictures
2020-08-18 18:23:44 +02:00
Finn M Glas
8f731969a6
Merge pull request #64 from finnmglas/feature/date-formats
Feature/date formats
2020-08-17 13:58:48 +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
916a25b4aa
Remove unneeded config.yml file 2020-08-17 11:39:14 +02:00
Finn M Glas
1754f1e2ef
Bump badge_version.png (Tutorial) to v1.4.0 2020-08-17 09:05:01 +02:00
Finn M Glas
7b91aba30f
Simplify README.md
Remove redundant information, simplify sentences like `How can I contribute` to `Contributing`.
2020-08-17 08:50:59 +02:00
Finn M Glas
4559442442
Update gradle to version 4.0.1 2020-08-17 08:24:39 +02:00
Finn M Glas
3b85aa6777
Update screenshots
As a lot has changed
2020-06-28 08:04:13 +02:00
Finn M Glas
3a4e86d1df
Add Changelogs and bump Versioncode
for the Patch Launcher v1.3.1
2020-06-28 07:31:18 +02:00
Finn M Glas
f4a590f373
Disable auto-launching of searched apps
Closes #60
2020-06-28 07:11:04 +02:00
Finn M Glas
d16c20f5a6
Autofocus on searchView (show keyboard)
in the ListActivity (App Fragment)
2020-06-28 06:43:24 +02:00
Finn M Glas
02685ddf37
Preloads Apps to speed up ListActivity
The AppInfos are asyncronously loaded

Closes #59
2020-06-28 06:36:40 +02:00
Finn M Glas
4f5974d997
Fix settings icon rotation 2020-06-26 08:23:18 +02:00
Finn M Glas
69c084ac51
Bump version code and add changelogs
for release 1.3.0
2020-06-26 07:57:42 +02:00
Finn M Glas
b3b1b7ba3a
Add missing translations 2020-06-26 07:42:07 +02:00
Finn M Glas
54662ad4ab
Add option to disable screen timeout
Before it was disabled by default

Closes #54
2020-06-26 07:29:48 +02:00
Finn M Glas
08d4a6c2ef
Ensure upwards compatibility of themes and preferences
The app now saves which version was used the last time and recognizes, 
if something changed / settings have to be adjusted to fit the version.
2020-06-24 11:11:09 +02:00