04a2b4d248
merge #193 - codebase improvements
...
Co-authored-by: Luke Wass <wassupluke@gmail.com>
Squashed commit of the following:
commit 075b4a5353cedea531ec6ebefa60d92de82e8e21
Author: Josia Pietsch <git@jrpie.de>
Date: Thu May 29 15:34:23 2025 +0200
some changes
commit ced2e30531
Author: Luke Wass <wassupluke@gmail.com>
Date: Thu May 29 00:18:21 2025 -0500
remove unused imports/functions/variables, improve naming convention, remove unused widget context
commit 956ad9795c
Author: Luke Wass <wassupluke@gmail.com>
Date: Wed May 28 22:40:05 2025 -0500
add contentDescriptions, ignore unspeakable sections, minor code reorganization
commit cb793860c0
Author: Luke Wass <wassupluke@gmail.com>
Date: Wed May 28 21:03:03 2025 -0500
remove empty method
commit 893de14c79
Author: Luke Wass <wassupluke@gmail.com>
Date: Tue May 27 22:56:03 2025 -0500
Simplify constructors by removing unused init parameters; clean up handle list type declaration
commit 39164d2e54
Author: Luke Wass <wassupluke@gmail.com>
Date: Tue May 27 22:54:16 2025 -0500
Refactor getAppWidgetProviders to use explicit lambda parameter names for clarity
commit 8e53ef0ebe
Author: Luke Wass <wassupluke@gmail.com>
Date: Tue May 27 22:52:21 2025 -0500
improve naming convention
commit 8c2a266c22
Author: Luke Wass <wassupluke@gmail.com>
Date: Tue May 27 22:50:55 2025 -0500
remove unused resources
commit be03af8ac6
Author: Luke Wass <wassupluke@gmail.com>
Date: Tue May 27 22:50:33 2025 -0500
fix table format
2025-05-29 15:48:41 +02: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
Android CI / build (push) Waiting to run
2025-02-09 21:08:16 +01:00
6b31f8dc3b
implemented #56 : configurable edge width for edge gestures
2024-11-01 23:16:36 +01:00
46ca5eada4
fix: navigation bar was covering settings. Might be related to #36
2024-09-12 13:34:27 +02: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
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
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