Commit Graph

37 Commits

Author SHA1 Message Date
BinTianqi
5f95aa81c0 feat: 'Show a notification to exit' option for lock task mode 2025-12-21 21:28:53 +08:00
Tam Nguyen
68cb5395c0 feat: add clear task (start fresh) option for lock task mode 2025-12-19 10:12:13 +11:00
BinTianqi
dad57a8846 Improve Lock task mode
Make this feature available in Dhizuku mode
Use foreground service to display the notification
2025-12-19 00:57:16 +08:00
BinTianqi
82efc071b8 Improve create user error message (#209) 2025-12-09 23:23:51 +08:00
BinTianqi
c55cc2d3e1 Fix some crash on profile owner mode (#206) 2025-12-01 12:46:06 +08:00
BinTianqi
001d013b0c Fix bugs of application functions (#205, #206, #207) 2025-11-26 22:20:26 +08:00
BinTianqi
ed6908a5cd Fix AppLock bug (#200, #201, #202)
Fix Managed configuration item ordering (#198)
Remove app from list after uninstall (#205)
2025-11-26 13:11:33 +08:00
BinTianqi
b242488a2a Fix Managed configurations bugs, add search bar (#198) 2025-11-25 13:31:48 +08:00
BinTianqi
4bcd2d8150 Implement Managed configurations (#198) 2025-11-24 18:01:49 +08:00
BinTianqi
aa022aaee5 Fix app group bugs (#195) 2025-11-20 12:58:01 +08:00
BinTianqi
1dab0a08d2 App grouping (#195) 2025-11-19 18:30:12 +08:00
BinTianqi
de43df7f59 Fix UI issues (#185, #188) 2025-10-26 14:57:12 +08:00
BinTianqi
13a69d05e8 Add getOrganizationName workaround (#174)
Disable user operation shortcuts when user removed
Fix crash when getting password complexity (#178)
Update dependencies
2025-10-25 13:54:30 +08:00
BinTianqi
a57b3b3a8e User operation shortcuts
Update dependencies
2025-10-20 17:35:58 +08:00
BinTianqi
fde191adc5 Refactor network logging 2025-10-17 12:54:47 +08:00
BinTianqi
b5218d7ee5 Bugfix (#181, #182, #183, #185) 2025-10-16 17:45:01 +08:00
BinTianqi
9c796690e3 Refactor security logging
Bump version number
2025-10-14 23:36:28 +08:00
BinTianqi
9e1d18b8e7 ViewModel refactoring: Settings part
User restriction shortcuts
Optimize ShortcutUtils
Fix Private DNS bug
2025-10-12 13:19:44 +08:00
BinTianqi
44aad18814 ViewModel refactoring: Password part
Fix bugs (#178, #179)
2025-10-09 18:27:40 +08:00
BinTianqi
59556ae23d ViewModel refactoring: Network part
(#178)
2025-10-06 15:10:07 +08:00
BinTianqi
43b1314e3a ViewModel refactoring: Users part
Bugfix and improvement (#166, #174, #177, #178)
2025-09-30 21:21:12 +08:00
BinTianqi
a9452ac14e ViewModel refactoring: Work profile part
close #169
Improve UI, fix #172
fix #165
2025-09-27 15:57:45 +08:00
BinTianqi
5928dbb657 Bugfix and new APIs
Fix permitted accessibility services and permitted ime, close #165
New APIs, close #166
Optimize shortcuts creation, add ShortcutUtils
2025-09-25 23:01:02 +08:00
BinTianqi
289afb63ff ViewModel refactoring: UserRestriction part
fix bugs (#165)
2025-09-24 17:20:28 +08:00
BinTianqi
2c72912ea6 ViewModel refactoring: Permissions part
Add MyDbHelper and MyRepository, use database to store dhizuku clients,
fix #168
2025-09-23 20:41:22 +08:00
BinTianqi
26c956a2cf ViewModel refactoring: System part
fix #165
2025-09-23 20:34:06 +08:00
BinTianqi
80c1ddb36c Optimize Applications and PackageChooser 2025-09-17 18:29:52 +08:00
BinTianqi
6f54bf576f Optimize code
New Privilege object, which follows Application lifecycle.
Add Privilege.DPM and Privilege.DAR variable, instead of creating DPM and DAR instance every time.
2025-08-29 21:04:29 +08:00
BinTianqi
b547c8add8 Improve UI 2025-05-17 14:03:17 +08:00
BinTianqi
44d2ab7e2e Refactor code related to navigation, close #104
New PackageChooserActivity
Delete code of parsing apk metadata
2025-02-12 18:56:43 +08:00
BinTianqi
5e109d74b1 Fix API
Add SharedPrefs helper class to access shared preferences
2025-02-07 15:51:01 +08:00
BinTianqi
5726bbca14 New app installer
Update dependencies
2025-02-05 21:17:46 +08:00
BinTianqi
4640f6d1f2 New user restrictions
Fix GitHub actions build.yml
2025-01-24 19:04:12 +08:00
BinTianqi
0b90d7c0f3 Bind Shizuku service before navigate to it
Fix CI building
2025-01-22 22:19:06 +08:00
BinTianqi
84c1dff9e6 Optimize start/stop lock task mode flow
Optimize Package selector
2024-12-21 20:07:32 +08:00
BinTianqi
3fb4fb078f Request Shizuku permission before enter Shizuku screen
Bind Shizuku service automatically after enter Shizuku functions page
2024-12-15 12:01:09 +08:00
BinTianqi
2546a9c3c8 Set Dark theme in Settings
Add MyViewModel to keep ThemeSettings state
Use ListItem to display SSIDs in WiFi SSID Policy
Use green color scheme as default color scheme
Add Compose BOM dependency, update dependencies
2024-11-16 12:48:01 +08:00