Commit Graph

216 Commits

Author SHA1 Message Date
BinTianqi
157e099aea move organization id to Permission 2024-06-16 11:21:56 +08:00
BinTianqi
4ff6c26e56 add missed import, restore agp version 2024-06-12 16:39:46 +08:00
BinTianqi
f49f250eaa update some strings 2024-06-12 12:09:17 +08:00
BinTianqi
9ff670231d update some strings 2024-06-10 10:41:41 +00:00
BinTianqi
bb81d06421 hide activate org profile button in main user
Signed-off-by: BinTianqi <bintianqi512@gmail.com>
2024-06-10 00:31:27 +00:00
BinTianqi
0918445314 add InstallAppActivity (#31) 2024-06-05 14:06:02 +08:00
BinTianqi
c8e7b23cd8 hide some entries if permission is not enough 2024-06-04 13:47:35 +08:00
BinTianqi
45317e3975 use state to control RadioButtonItem and CheckBoxItem 2024-06-03 13:51:22 +08:00
BinTianqi
f47a851be7 remove all focusable() modifier 2024-06-03 13:04:58 +08:00
BinTianqi
5f4df48321 password: add RequiredStrongAuthTimeout
optimize ScreenTimeout, MaxFailedPasswordForWipe, PasswordExpiration and PasswordHistoryLength
2024-06-02 13:49:02 +08:00
BinTianqi
70584959e2 Network: use a dialog to show wifi mac address
Permission: Device info: device ID attestation and unique device attestation
2024-06-01 21:17:28 +08:00
BinTianqi
628f770221 update readme
change version number and version name
system manager: hide bug report dialog after user click confirm
2024-06-01 19:29:36 +08:00
BinTianqi
19415d9786 factory reset policy in system manager v5.4 2024-05-31 19:55:51 +08:00
BinTianqi
ee1b6afc8d new feature in app manager: enable system app 2024-05-30 20:30:23 +08:00
BinTianqi
ac4f034d32 new feature in system manager: set timezone 2024-05-30 19:45:50 +08:00
BinTianqi
a3f6fb76bc system manager: use dialog to confirm reboot or bug report 2024-05-30 13:48:39 +08:00
BinTianqi
5027c22626 optimize shizuku related function and wifi ssid poliicy 2024-05-29 18:58:12 +08:00
BinTianqi
3fd00a5ce0 optimize some functions in App manager
optimize Permitted accessibility services and Permitted IME
use state to store their package list instead of create global variables
update related document
2024-05-28 20:46:17 +08:00
BinTianqi
bb516b4acb use a dialog to confirm 'Set as default dialer' 2024-05-28 13:19:20 +08:00
BinTianqi
fb6fd00414 use a dialog to confirm before clear app storage 2024-05-27 13:48:39 +08:00
BinTianqi
cb434e6794 feature: install system update 2024-05-26 20:31:30 +08:00
BinTianqi
88484a932d reformat code 2024-05-26 19:29:56 +08:00
BinTianqi
e21d91c1e4 simplify code of get file with MutableStateFlow 2024-05-25 19:53:34 +08:00
BinTianqi
b77105602a ci: fix failed to export signature file 2024-05-25 19:01:45 +08:00
BinTianqi
67d00af016 ci: fix unable to read secrets
grant exec permission to gradlew
2024-05-25 18:47:45 +08:00
BinTianqi
acf3cb6b81 ci: build signed apk
Co-authored-by: MinoriceOwO <154642983+minoriceowo@users.noreply.github.com>
2024-05-25 14:14:12 +08:00
BinTianqi
f9ff27446e Merge pull request #28 from MinoriceOwO/master
[Fix / CI] Change the upload dir of release APK from debug/app-debug --> release/app-release
2024-05-25 08:56:27 +08:00
Minorice
2a52fe351d [Fix] Not debug, but release 2024-05-24 22:00:02 +08:00
BinTianqi
c74b419c62 ci: build release APK, add short SHA to artifact file name
Co-authored-by: MinoriceOwO <154642983+minoriceowo@users.noreply.github.com>
2024-05-24 21:37:32 +08:00
BinTianqi
0c335aa6bb ci: grant exec permission to gradlew 2024-05-24 21:17:49 +08:00
BinTianqi
4c6731fb49 enable CI 2024-05-24 20:31:54 +08:00
BinTianqi
9216dd3c89 Merge pull request #26 from MinoriceOwO/issue-25-fix
[Fix] Add androidx.fragment to dependencies to solve #25

close #25
2024-05-24 20:08:42 +08:00
Minorice
a8a1ff5045 [Fix] Add androidx.fragment to dependencies to solve #25 2024-05-24 18:58:18 +08:00
BinTianqi
32b78a9738 fix a serious bug in v5.3 (#20)
use composable function instead of fragment to display authenticate screen
fix authenticate screen is transparent in light theme
v5.3.1
2024-05-19 20:35:52 +08:00
BinTianqi
074b8d919b add storage protection, update guide, enable obfuscate v5.3 2024-05-17 19:09:28 +08:00
BinTianqi
b8f8d8956a merge branch 'auth' 2024-05-17 13:28:12 +08:00
BinTianqi
734f7763d1 add a option to lock OwnDroid when it is switched to background 2024-05-17 12:48:18 +08:00
BinTianqi
a2082641b1 optimize UI and simplify code of Authenticaion 2024-05-16 21:17:53 +08:00
BinTianqi
5172075e01 rename variables 2024-05-16 18:17:02 +08:00
BinTianqi
fcfaedd257 add a switch in Settings to enable or disable auth 2024-05-16 13:40:27 +08:00
BinTianqi
405b897754 support using biometrics to auth 2024-05-15 13:48:37 +08:00
BinTianqi
b7f6eeadb2 use AuthFragment instead of AuthActivity 2024-05-15 12:42:59 +08:00
BinTianqi
11bd8a28a6 add basic auth (PIN) 2024-05-14 21:51:34 +08:00
BinTianqi
5aa3c55d33 optimize bezier curve, disable lint 2024-05-14 13:43:08 +08:00
BinTianqi
aaedc3dc59 add padding under Chinese characters
v5.2
2024-05-12 22:10:35 +08:00
BinTianqi
bbb6875be9 switch Material you theme and black theme without relaunch app 2024-05-12 21:24:03 +08:00
BinTianqi
2009baac40 App manager: show a dialog when click suspend, hide, block uninstall or always-on vpn
raise pkgName state to save it
2024-05-12 19:17:13 +08:00
BinTianqi
f8f66220f3 update doc v5.2 2024-05-11 16:22:25 +08:00
BinTianqi
a8de0ed986 simplify code of getting file
optimize animation
2024-05-11 15:51:14 +08:00
BinTianqi
8224211f3c update translation
(#3)
2024-05-08 21:14:49 +08:00