Commit Graph

37 Commits

Author SHA1 Message Date
HeCodes2Much
9f7c0eff62 Fix: Added the main touchArea back.
Signed-off-by: HeCodes2Much <wayne6324@gmail.com>
2024-08-24 16:05:34 +01:00
HeCodes2Much
5c77a238d5 Fix: Fixed the touch area for HomeFragment
Signed-off-by: HeCodes2Much <wayne6324@gmail.com>
2024-08-24 15:49:43 +01:00
HeCodes2Much
3fd3dc49d9 Fix: Android 15: Fixed the set default launcher.
Signed-off-by: HeCodes2Much <wayne6324@gmail.com>
2024-07-25 19:23:27 +01:00
HeCodes2Much
69742ab82f Feat: Added placeholder text when no fave or hidden apps.
Signed-off-by: HeCodes2Much <wayne6324@gmail.com>
2024-07-13 13:13:42 +01:00
HeCodes2Much
623d2ab633 Refactor: Made the backup system better so users chose the location.
Signed-off-by: HeCodes2Much <wayne6324@gmail.com>
2024-07-13 12:32:52 +01:00
HeCodes2Much
78d9be692a Fix: Allow decimal numbers in the settings.
Signed-off-by: HeCodes2Much <wayne6324@gmail.com>
2024-07-12 16:52:25 +01:00
HeCodes2Much
f3946dc236 Refactor: Disable Script Fonts
Signed-off-by: HeCodes2Much <wayne6324@gmail.com>
2024-07-10 19:46:03 +01:00
HeCodes2Much
e125d443bb Feat: Added font selection to select font used throughout the launcher
Signed-off-by: HeCodes2Much <wayne6324@gmail.com>
2024-07-04 21:03:01 +01:00
HeCodes2Much
aa030e4635 Fix: Fixed the navigation well adding hidden apps to swipes
Signed-off-by: HeCodes2Much <wayne6324@gmail.com>
2024-06-17 16:56:04 +01:00
HeCodes2Much
0cb3aa6729 Feat: Added a toggle for sun set and sun rise info.
Signed-off-by: HeCodes2Much <wayne6324@gmail.com>
2024-06-17 13:50:11 +01:00
HeCodes2Much
63465c088e Feat: Added sunset and sunrise to weather widget.
Signed-off-by: HeCodes2Much <wayne6324@gmail.com>
2024-06-12 14:33:16 +01:00
HeCodes2Much
91d34ae6b3 Refactor: Refactored the settings for widgets. 2024-06-10 15:59:00 +01:00
HeCodes2Much
316b755ead Feat: Added batter status widget.
Signed-off-by: HeCodes2Much <wayne6324@gmail.com>
2024-06-08 22:03:39 +01:00
HeCodes2Much
75afa09bea Feat: add icon to weather widget.
Signed-off-by: HeCodes2Much <wayne6324@gmail.com>
2024-06-07 23:09:34 +01:00
HeCodes2Much
327f1447a7 Refactor: More widget stuff and fixing of files.
Signed-off-by: HeCodes2Much <wayne6324@gmail.com>
2024-06-07 20:03:19 +01:00
HeCodes2Much
94fe747ffd Refactor: Added widget page to the gestures.
Signed-off-by: HeCodes2Much <wayne6324@gmail.com>
2024-06-02 19:48:58 +01:00
HeCodes2Much
924e052598 Feat: Added custom gestures.
Added Gestures:
- DoubleTap.
- Swipe: Up, Down, Left, Right.

Signed-off-by: HeCodes2Much <wayne6324@gmail.com>
2024-06-02 18:36:58 +01:00
HeCodes2Much
0d2527a1a2 Feat: Added extra search engines to the settings.
Signed-off-by: HeCodes2Much <wayne6324@gmail.com>
2024-06-01 18:37:42 +01:00
HeCodes2Much
8311d29ced Feat: Display app icons in more places if enabled.
also closes #46

Signed-off-by: HeCodes2Much <wayne6324@gmail.com>
2024-05-30 15:17:54 +01:00
HeCodes2Much
62fb291c32 Fix: Fixed the font used for home page.
Signed-off-by: HeCodes2Much <wayne6324@gmail.com>
2024-05-29 07:55:36 +01:00
HeCodes2Much
e61a9894b2 Feat: Added work profile support with icon.
Signed-off-by: HeCodes2Much <wayne6324@gmail.com>
2024-05-28 21:41:44 +01:00
HeCodes2Much
b7ff0d8b1a Feat: Added app font color to headers of the page.
Signed-off-by: HeCodes2Much <wayne6324@gmail.com>
2024-05-27 14:54:12 +01:00
HeCodes2Much
8b1c0a390d Refactor: Worked out a better way for moving around the app.
Changed from using ViewPager2 for changing apps of the app.
Added animations for changing to different fragments of the app
2024-05-25 17:48:33 +01:00
HeCodes2Much
b297fb2460 Fix: Fixed navigation and click issues. 2024-05-24 08:39:44 +01:00
HeCodes2Much
9e05fe7c38 refactor: Cleaned up the way that we move between fragments
I have removed the need for ViewPager2 to move between fragments
2024-05-23 19:05:57 +01:00
HeCodes2Much
a3c4e6f0af Feat: Basic starter to add Widget support. 2024-05-22 16:43:09 +01:00
HeCodes2Much
f6c1f9d0f6 feat: Added Basic Backup / Restore Feature 2024-05-21 19:38:27 +01:00
HeCodes2Much
72f212ec08 Refactor: Refactor some of the setting to also work other places. 2024-05-20 22:46:49 +01:00
HeCodes2Much
9cddace27a Refactor: Refactor settings menu for cleaner look. 2024-05-19 20:20:56 +01:00
HeCodes2Much
f91bd777b2 Feat: Added Auto keyboard & Auto Open last app toggle settings. 2024-05-11 21:29:15 +01:00
HeCodes2Much
d494284901 Fix: Hide self from app list. 2024-05-11 19:27:06 +01:00
HeCodes2Much
c7313a9cdd Refactor: Refactor keyboard handling and UI consistency
Details: Refactored keyboard handling methods in AppHelper.kt to improve code clarity. Removed redundant showSoftKeyboard() and hideKeyboard() functions from AppHelper.kt and adjusted references accordingly. Also, ensured UI consistency by renaming search_view1 to search_view_text in fragment_draw.xml for better readability and maintained uniformity in variable naming conventions. Additionally, updated the draw_search_button FloatingActionButton attributes for visual consistency and clarity.

Closes #8
2024-05-11 19:03:38 +01:00
HeCodes2Much
f2e80cad63 Feat: Added support to toggle app icons. 2024-05-09 23:11:37 +01:00
HeCodes2Much
94399ab9d1 Feat: Added Swipe Actions / Options. 2024-05-08 17:04:54 +01:00
HeCodes2Much
db922c3b4a Added a few extra features 2024-05-08 16:17:54 +01:00
HeCodes2Much
b2f4127c9b Just a few bug fixes. 2024-05-07 09:27:15 +01:00
HeCodes2Much
12d95a4db2 Initial commit. 2024-05-07 09:04:48 +01:00