Commit graph

421 commits

Author SHA1 Message Date
977c4618ef
fix: update SettingsFragmentActions when preferences change 2024-08-02 01:52:52 +02:00
178865c6cf
Migrate from Kotlin synthetics to Jetpack view binding
https://developer.android.com/topic/libraries/view-binding/migration
2024-07-31 17:08:41 +02:00
ebc2e5ca2a
version j-0.0.5 2024-07-30 20:07:29 +02:00
1ea12aa07c
version j-0.0.4 2024-07-20 01:07:09 +02:00
89f62fa835
fix: updated tutorial 2024-07-20 01:06:02 +02:00
765a34dc61
fix: apply theme to privacy policy button 2024-07-20 00:44:55 +02:00
b5aee67ec3
fix: restart SettingsActivity after changes to settings 2024-07-20 00:42:30 +02:00
d46b27ea18
fix: don't launch settings twice 2024-07-20 00:23:58 +02:00
649420b507
fix: adjust layout of ListActivity when showing keyboard in full screen mode 2024-07-20 00:21:26 +02:00
8515062238
feature: edge gestures 2024-07-19 02:17:07 +02:00
624f07ae21
privacy policy 2024-07-18 23:12:00 +02:00
55fcb6179b
updated to SDK 34 2024-07-18 23:11:51 +02:00
3c6a883f39
refactored code related to gestures 2024-07-07 05:14:25 +02:00
431f7b58ee
refactored code for launcher actions 2024-07-07 00:25:27 +02:00
e06e62c771
NOP dummy action 2024-07-06 22:23:16 +02:00
51c0f31700
updated gradle to 8.5.0 2024-07-06 21:23:28 +02:00
57ccc589d6
code cleanup 2024-07-06 21:14:06 +02:00
e75c309b34
removed support for API < 21 2024-07-06 03:12:57 +02:00
e0a2cdb288
fixed shadows of transparent AppBars; set min API to 21 2024-07-06 00:57:51 +02:00
d5c1c0b628
moved search bar to bottom 2024-07-05 06:15:33 +02:00
c8ad40250b
removed fa icons 2024-07-05 05:54:48 +02:00
f389cbdb9f
added default apps - removed facebook and tiktok 2024-07-05 05:05:58 +02:00
5c559677c4
Merge branch 'feature/system-wallpaper' into fork 2024-07-05 04:36:48 +02:00
acacc1d6cd
use system wallpaper 2024-07-05 04:36:30 +02:00
cc687d149f
Merge branch 'feature/system-wallpaper' into fork 2024-07-04 00:47:50 +02:00
2ccb71ef00
updated icon 2024-07-04 00:35:43 +02:00
7c945aa6c2
use system wallpaper 2024-07-04 00:35:12 +02:00
bb36eddee6
added permission QUERY_ALL_PACKAGES (required for API level 30) 2024-07-04 00:33:14 +02:00
bbb9cf822f
new icon 2024-07-04 00:31:42 +02:00
e85f00d293
fork 2024-07-02 21:21:51 +02:00
0ed2f0d020
hack font 2024-07-02 19:22:38 +02:00
Josia Pietsch
8f44623b61 fixed regex 2022-08-12 21:07:24 +02:00
Josia Pietsch
aa9077d5db better search 2022-08-01 15:48:40 +02:00
Josia Pietsch
cc2e7710c8 Fixed swipe detection for low strictness 2022-04-07 00:02:35 +02:00
Finn M Glas
340ee73152
Bump version code to v1.6.0, add Changelogs 2020-12-31 00:28:02 +01: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
cd2a9ed619
Limit sensitivity setting to be between 0 and 4 2020-12-30 22:13:37 +01:00
kj-is-escape
98982f85d3 spanish date format and translation changes 2020-11-15 21:28:21 -03:00
kj-is-escape
a496377942 added spanish strings 2020-10-27 01:31:33 -03:00
Finn M Glas
5bf2dbccbc
Use sensitivity value to recognize swipe gestures
The sensitivity value can be adjusted using a slider, is stored as a 
integer value from 0 to 100. The default is 50, which corresponds to the 
sensitivity Launcher used before this feature.
2020-10-19 14:23:45 +02: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
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
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