Commit Graph

29 Commits

Author SHA1 Message Date
HeCodes2Much
bd23849c53 Refactor: Created more usable functions. 2024-05-25 19:47:42 +01:00
HeCodes2Much
629b675471 chore(change): How to handle swipe gestures in Kotlin? 2024-05-25 18:13:43 +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
80c9ccd163 fix: Fixed the home screen not being reset. 2024-05-23 20:41:27 +01:00
HeCodes2Much
45181baee8 refactor: Cleaned up some TODO junk. 2024-05-23 19:27:43 +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
355096c20b refactor: Cleaned up a few functions 2024-05-23 12:11:35 +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
7dfddc7945 Fix: Fixed a few DEPRECATION warning. 2024-05-21 17:08:22 +01:00
HeCodes2Much
3d5c704497 Fix: Fixed the keyboard from displaying wrong.
Fixed the keyboard from still displaying on loading back to homescreen.
2024-05-21 15:55:31 +01:00
HᴇCᴏᴅᴇs2ᴍᴜᴄʜ
96c023e944 Fix: removed the auto keyboard from homescreen.
This will stop the keyboard from showing on the home screen and only display in the app draw.

Signed-off-by: HᴇCᴏᴅᴇs2ᴍᴜᴄʜ <wayne6324@gmail.com>
2024-05-21 08:24:12 +01:00
HeCodes2Much
0a504c9d13 chore(changes): just a quick fix 2024-05-20 23:01:17 +01:00
HeCodes2Much
72f212ec08 Refactor: Refactor some of the setting to also work other places. 2024-05-20 22:46:49 +01:00
HeCodes2Much
83d6586184 chore(language): Fix the language files. 2024-05-19 20:40:11 +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
60114f6e27 Feat: Added setupOrientation to force portrait mode. 2024-05-11 19:46:32 +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
4c19dbbd7f Fix: Fixed the Accessibility settings if required. 2024-05-09 20:13:51 +01:00
HeCodes2Much
5d3f1fd6e3 Refactor: accessibility actions and helper methods
This commit refactors the accessibility actions in MyAccessibilityService.kt and updates corresponding invocations in AppHelper.kt to use the new methods. Specifically, the following changes were made:
- Introduced separate methods for various accessibility actions such as showing recent apps, opening notifications, opening quick settings, opening the power dialog, and taking a screenshot in MyAccessibilityService.kt.
- Updated the calls in AppHelper.kt to use these new methods instead of directly calling performGlobalAction.
- Removed commented-out code related to accessibility actions in AppHelper.kt.
2024-05-08 17:59:42 +01:00
HeCodes2Much
e91771f4bb Fix: Fixed Others Text/Links 2024-05-08 17:05:34 +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