Commit graph

26 commits

Author SHA1 Message Date
cbaa853b1c
remove white box around cursor in EditText
android:background was erroneously used instead of android:windowBackground.
This was causing a white box around the cursor.
Neither android:background nor android:windowBackground is needed.
2024-12-30 23:25:57 +01:00
97d10d09b5
add consent dialog for accessibility service 2024-12-07 02:21:01 +01:00
3c59ad4c41
removed light theme; added dynamic theme (cf. #75) 2024-12-06 00:35:49 +01:00
68fa4190f3
light theme 2024-11-26 01:03:59 +01:00
19fe0fdd8a
add button to join chat 2024-11-02 13:50:27 +01:00
6d1e4a3780
force transparent navigation bar on home screen 2024-09-11 21:47:00 +02:00
32c3c41266
more fonts 2024-09-11 14:26:08 +02:00
89093f6b9e
renamed preferences 2024-09-11 11:37:33 +02:00
5dc2ee3901
reformat code 2024-09-10 19:54:53 +02:00
99acdba262
Implemented #2
Color theme, font, background and monochrome icons can now be set
independently.
2024-09-10 19:53:23 +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
e0a2cdb288
fixed shadows of transparent AppBars; set min API to 21 2024-07-06 00:57:51 +02:00
acacc1d6cd
use system wallpaper 2024-07-05 04:36:30 +02:00
0ed2f0d020
hack font 2024-07-02 19:22:38 +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
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
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
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
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
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
abd7a44874
Create a basic tabbed settings activity
Tabs: Apps, Theme, Launcher
2020-05-21 07:35:09 +02:00
Finn M Glas
93e672c826 Add a basic but functional app. Needs improvement. 2020-05-12 14:52:56 +02:00