Commit Graph

14 Commits

Author SHA1 Message Date
HeCodes2Much
d494284901 Fix: Hide self from app list. 2024-05-11 19:27:06 +01:00
HeCodes2Much
5c88de66e2 chore(release): prepare for version 0.0.3 2024-05-11 19:06:52 +01:00
HᴇCᴏᴅᴇs2ᴍᴜᴄʜ
960aea8825 Lang: Updated Language Files. (#9)
* New translations strings.xml (Czech)

* New translations strings.xml (Hebrew)

* New translations strings.xml (Italian)

* New translations strings.xml (Lithuanian)

* New translations strings.xml (Dutch)

* New translations strings.xml (Slovak)

* New translations strings.xml (Ukrainian)

* New translations full_description.txt (Czech)

* New translations short_description.txt (Czech)

* New translations title.txt (Czech)

* New translations full_description.txt (Hebrew)

* New translations short_description.txt (Hebrew)

* New translations title.txt (Hebrew)

* New translations full_description.txt (Italian)

* New translations short_description.txt (Italian)

* New translations title.txt (Italian)

* New translations full_description.txt (Lithuanian)

* New translations short_description.txt (Lithuanian)

* New translations title.txt (Lithuanian)

* New translations full_description.txt (Dutch)

* New translations short_description.txt (Dutch)

* New translations title.txt (Dutch)

* New translations full_description.txt (Slovak)

* New translations short_description.txt (Slovak)

* New translations title.txt (Slovak)

* New translations full_description.txt (Ukrainian)

* New translations short_description.txt (Ukrainian)

* New translations title.txt (Ukrainian)
2024-05-11 18:05:16 +00: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
5f9b1a4b6a chore(release): prepare for version 0.0.2 2024-05-09 22:06:47 +01:00
HeCodes2Much
4c19dbbd7f Fix: Fixed the Accessibility settings if required. 2024-05-09 20:13:51 +01:00
HᴇCᴏᴅᴇs2ᴍᴜᴄʜ
89ef870cf4 Lang: Updated Language Files. (#7)
* New translations strings.xml (Czech)

* New translations full_description.txt (Czech)

* New translations short_description.txt (Czech)

* New translations title.txt (Czech)

* New translations strings.xml (Hebrew)

* New translations full_description.txt (Hebrew)

* New translations short_description.txt (Hebrew)

* New translations title.txt (Hebrew)

* New translations strings.xml (Italian)

* New translations full_description.txt (Italian)

* New translations short_description.txt (Italian)

* New translations title.txt (Italian)

* New translations strings.xml (Lithuanian)

* New translations full_description.txt (Lithuanian)

* New translations short_description.txt (Lithuanian)

* New translations title.txt (Lithuanian)

* New translations strings.xml (Dutch)

* New translations full_description.txt (Dutch)

* New translations short_description.txt (Dutch)

* New translations title.txt (Dutch)

* New translations strings.xml (Slovak)

* New translations full_description.txt (Slovak)

* New translations short_description.txt (Slovak)

* New translations title.txt (Slovak)

* New translations strings.xml (Ukrainian)

* New translations full_description.txt (Ukrainian)

* New translations short_description.txt (Ukrainian)

* New translations title.txt (Ukrainian)
2024-05-09 00:21:17 +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