Commit graph

18 commits

Author SHA1 Message Date
58ddd3c8cc
fix #130 - revert part of 9043461 as ViewPager2 causes an issue with opening the keyboard 2025-03-20 14:09:00 +01:00
90434617e7
replace (ViewPager, FragmentPagerAdapter) by (ViewPager2, FragmentStateAdapter) 2025-03-16 04:12:34 +01:00
ae119ac4ce
remove unused code 2025-03-03 21:23:16 +01:00
9c5500aa83
lint
Some checks are pending
Android CI / build (push) Waiting to run
2025-02-09 21:08:16 +01:00
d69e3caf71
implement #98 - add option to show private space in different list 2025-02-09 18:49:41 +01:00
6e28fbfea5
chore: refactored code 2024-09-11 21:07:18 +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
522ca697b6
fix #9: disable workaround for adjustResize when it is not needed 2024-08-28 01:00:26 +02:00
e0a2cdb288
fixed shadows of transparent AppBars; set min API to 21 2024-07-06 00:57:51 +02:00
c8ad40250b
removed fa icons 2024-07-05 05:54:48 +02:00
acacc1d6cd
use system wallpaper 2024-07-05 04:36:30 +02:00
e85f00d293
fork 2024-07-02 21:21:51 +02:00
Josia Pietsch
aa9077d5db better search 2022-08-01 15:48:40 +02:00
Finn M Glas
0d85501d52
Add translations related to the improved apps list 2020-06-23 22:09:45 +02:00
Finn M Glas
0c3a267d62
Create the UIObject interface
It is implemented by every visible object and serves as an abstraction, 
simplification.

Also: there only is one central sharedPreferences object (in 
`Functions.kt`). That makes the code way more readable.
2020-06-18 09:25:38 +02:00
Finn M Glas
7669c44b4d
Rename packages and move files
- Rename MainActivity to HomeActivity
- Move functions.kt one level up
- Rename package `extern` to `libraries`
- Fix layouts and layout elements (nomenclature: 
`activity_fragment_element`)
- Move SectionsPagerAdapter code into the related activity kotlin file
2020-06-17 20:42:45 +02:00
Renamed from app/src/main/res/layout/activity_choose.xml (Browse further)