Commit Graph

138 Commits

Author SHA1 Message Date
BinTianqi
735177ac46 feat: improve intent filter presets
Fix app installer and uninstall app bug
2026-03-02 23:44:58 +08:00
BinTianqi
8c4a4c68ca REFACTOR PROJECT 2026-02-24 17:24:24 +08:00
BinTianqi
8991eade06 feat: enhanced app permission management (#229) 2026-02-14 14:23:46 +08:00
BinTianqi
ca111738a1 feat: change global & secure settings (#237) 2026-02-12 17:36:38 +08:00
BinTianqi
baaf2871e7 feat: import/export cross profile intent filters (#240)
Add intent filter presets
2026-02-12 15:22:16 +08:00
BinTianqi
3da523051b feat: app groups importing and exporting (#222)
Show group name in app group operation dialog (#224)
2026-01-15 13:04:52 +08:00
BinTianqi
20a422ba51 feat: a snackbar to undo removal in PackageFunctionScreen (#216)
Remove redundant SDK version check
2025-12-27 14:46:39 +08:00
BinTianqi
434e9c1b25 feat: multi-select in Package chooser (#215)
Update dependencies
Set minSdk to 23 since many compose libraries requires it
2025-12-27 14:41:18 +08:00
BinTianqi
5f95aa81c0 feat: 'Show a notification to exit' option for lock task mode 2025-12-21 21:28:53 +08: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
c55cc2d3e1 Fix some crash on profile owner mode (#206) 2025-12-01 12:46:06 +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
4bcd2d8150 Implement Managed configurations (#198) 2025-11-24 18:01:49 +08:00
BinTianqi
1dab0a08d2 App grouping (#195) 2025-11-19 18:30:12 +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
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
26c956a2cf ViewModel refactoring: System part
fix #165
2025-09-23 20:34:06 +08:00
BinTianqi
ba2e4f3a38 Fix unable to revoke dhizuku client permission
Add a new user restriction
2025-06-02 11:51:08 +08:00
BinTianqi
7795cc5b8c Upgrade compileSdk and targetSdk to 36
Add AutoTimePolicy and AutoTimeZonePolicy
Fix AppInstallerActivity crashing without device owner privilege (iamr0s/Dhizuku#148)
2025-06-02 09:52:31 +08:00
BinTianqi
fb40708f0d Drop force activating feature, close #114
Update README files
Add AppLockDialog to DhizukuActivity
Improve UI
Upgrade dependencies
2025-06-01 12:40:02 +08:00
BinTianqi
21ddb5a98d Fix crash in PackageChooser
Add 2 new user restriction items, close #124
Add User restriction editor
Add Exit in settings
2025-05-31 11:59:53 +08:00
BinTianqi
ef800fd6bd Integrate Dhizuku server 2025-05-24 19:36:43 +08:00
BinTianqi
2ce92999a4 Force activation using root (#114)
Fix some UI bugs, close #121
2025-05-05 12:49:18 +08:00
BinTianqi
16a57206ea Remove PermissionsScreen
Lock app when leaving, close #118
2025-04-20 12:14:16 +08:00
BinTianqi
19acf94e7b Add shortcuts to lock screen, disable camera or mute 2025-04-20 10:54:08 +08:00
BinTianqi
a30a9abb3c Store App lock password hash in shared prefs
Add workflow release.yml
Fix R8 error
2025-04-13 09:05:05 +08:00
BinTianqi
5110536b59 Add WorkModesScreen
Update dependency
Remove some Shizuku features
2025-04-12 21:39:11 +08:00
BinTianqi
6c92c7dcbe Add Privilege class 2025-04-06 15:32:11 +08:00
BinTianqi
1212a40e7a Refactor Applications, add app list view 2025-03-22 09:45:55 +08:00
BinTianqi
52a29331be Remove Request uninstall feature
Scroll between pages in Network stats viewer
2025-03-15 17:54:12 +08:00
BinTianqi
b7e37a59d4 Disable metered data for specific apps, close #109
Update workflow file
2025-03-15 12:13:59 +08:00
BinTianqi
6ffe79fd8b Refactor App lock 2025-03-09 20:11:24 +08:00
BinTianqi
10e34a4e96 Add events notifications 2025-03-09 12:19:09 +08:00
BinTianqi
02c76ea436 Optimize UI
Change version to v6.5(37)
2025-03-01 13:16:21 +08:00
BinTianqi
b734522171 Fix crash caused by DelegatedScope
Use LargeTopAppBar in most screens
Optimize Package Chooser
Install existing app
2025-02-23 11:50:24 +08:00
BinTianqi
fa81a2f30e New APN settings screen 2025-02-22 21:35:45 +08:00
BinTianqi
8a8d11a89b Export logs in settings
Set Preferential network config in a new screen
Hide Password entry from home if OwnDroid is not activated, fix #105
2025-02-22 11:54:21 +08:00
BinTianqi
3d6e12581b Add delegated admin in a new screen
Some UI improvements
Info of password complexity
2025-02-16 16:13:44 +08:00
BinTianqi
fd0073f907 New CA certificates manager 2025-02-16 13:28:56 +08:00
BinTianqi
d8044ee8ab More options in app installer
Add download links to READMEs
2025-02-15 21:03:32 +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
70dca6c1c6 Add a description to Logout (#98)
Add build guide in READMEs
Update github workflow file, submit dependency graph only on master branch
2025-02-09 21:02:20 +08:00
BinTianqi
9ecd87da71 Some improvement of Create user and User operation
Use User ID in User operation
Add icons to buttons in User operation
Display created user serial number in a dialog
Catch exception when creating user, close #99
Create user in background
2025-02-09 10:24:15 +08:00
BinTianqi
9528d3eb8d Fix CA certs manager and User restrictions manager
Add authentication to app installer
Change version to 6.4 (36)
2025-02-08 19:07:23 +08:00