2
0
mirror of https://gitlab.com/Nanolx/NanoDroid synced 2024-10-31 09:20:23 +00:00
Commit Graph

204 Commits

Author SHA1 Message Date
Christopher Roy Bratusek
75c3b268d1 bump version to 18.0.20180907 2018-09-07 17:39:55 +02:00
Christopher Roy Bratusek
8d1205c5bf update ChangeLog 2018-09-07 17:15:46 +02:00
Christopher Roy Bratusek
2279bc17cb update ChangeLog 2018-09-07 16:28:41 +02:00
Christopher Roy Bratusek
2337a47e42 update ChangeLog 2018-09-06 21:08:05 +02:00
Christopher Roy Bratusek
322dc49e4d bundle dexpatcher 1.6.1 2018-09-06 18:04:16 +02:00
Christopher Roy Bratusek
71c384fd28 update Play Store patch to 11.6.15 2018-09-05 20:30:44 +02:00
Christopher Roy Bratusek
f176e7dca7 CommonInstaller: when /data/adb/NanoDroid_FileList exists, assume System Mode installation, even if Magisk exists 2018-09-04 20:30:23 +02:00
Christopher Roy Bratusek
65209d50f8 update ChangeLog 2018-09-04 20:17:25 +02:00
Christopher Roy Bratusek
d0feddae7c CommonInstaller: on fresh installations, also get rid of possible user-installed version of Play Services
- this was supressed due the fact that NanoDroid wasn't self-aware
wether it was updated or not, but since 17.5 we have the internal
NANODROID_UPGRADE envvar, thus this is save and only effects GApps.
2018-09-02 15:23:12 +02:00
Christopher Roy Bratusek
1cefe82912 update ChangeLog 2018-09-02 15:18:22 +02:00
Christopher Roy Bratusek
6410449794 update ChangeLog/README 2018-09-02 15:11:41 +02:00
Christopher Roy Bratusek
f3a11c0313 update ChangeLog 2018-09-01 16:11:44 +02:00
Christopher Roy Bratusek
7de50e06ed NanoDroid-Overlay: fix System Mode support 2018-09-01 11:22:59 +02:00
Christopher Roy Bratusek
5e833b6e8e CommonInstaller: add sync adapters for P 2018-08-31 20:03:52 +02:00
Christopher Roy Bratusek
09beeb2174 update ChangeLog 2018-08-31 19:52:45 +02:00
Christopher Roy Bratusek
5fa21ad77b update ChangeLog 2018-08-30 18:22:52 +02:00
Christopher Roy Bratusek
97f7cb8180 update ChangeLog 2018-08-29 17:01:40 +02:00
Christopher Roy Bratusek
90238e150b update ChangeLog 2018-08-29 16:51:45 +02:00
Christopher Roy Bratusek
4fd25f399c update ChangeLog 2018-08-27 18:33:22 +02:00
Christopher Roy Bratusek
400803fb86 update ChangeLog 2018-08-27 18:32:50 +02:00
Christopher Roy Bratusek
4b59556a0b Patcher: various improvements 2018-08-25 23:23:26 +02:00
Christopher Roy Bratusek
9ac49915eb Patcher:
- simplify code
- don't deodex services.jar if it's already deodexed
2018-08-25 22:33:20 +02:00
Christopher Roy Bratusek
7aa1571e40 Patcher: support automatic deodexing for VDEX method (first try) 2018-08-25 21:43:43 +02:00
Christopher Roy Bratusek
ccea841d02 update docs 2018-08-25 21:26:10 +02:00
Christopher Roy Bratusek
e5e8fe101a doc updates 2018-08-25 20:19:26 +02:00
Christopher Roy Bratusek
94efbc5c0e next release will be 18.0, not 17.10 2018-08-25 00:31:29 +02:00
Christopher Roy Bratusek
eaa64ec3f7 CommonInstaller: remove GoogleExtServices from GApps removal list, as it is required for ROMs using GooglePackageManager 2018-08-25 00:17:40 +02:00
Christopher Roy Bratusek
70c44bef9b update ChangeLog 2018-08-24 21:36:52 +02:00
Christopher Roy Bratusek
a68938302e update Play Store patch for 11.4.15 2018-08-23 21:23:07 +02:00
Christopher Roy Bratusek
e0acf2d531 CommonInstaller, Uninstaller: remove support for old NanoMod modules 2018-08-22 20:01:37 +02:00
Christopher Roy Bratusek
03c0e3e7f3 CommonInstaller: move installfile from /data/adb/.nanodroid-patcher to /data/adb/NanoDroid_Patched 2018-08-21 22:33:53 +02:00
Christopher Roy Bratusek
69a04d6c8b Uninstaller fix removing NanoDroid-Patcher installfile 2018-08-21 22:17:24 +02:00
Christopher Roy Bratusek
2f1d2b6fb9 ChangeLog 2018-08-21 22:13:47 +02:00
Christopher Roy Bratusek
3d4858523a * Uninstaller
* fix restoring GApps from /system/app in System Mode installations
  * display correct version number
  * code simplifications
  * exit when flashing from Magisk Manager without doing anything
  * remove support for ancient versions (< 12.0)
2018-08-21 22:13:00 +02:00
Christopher Roy Bratusek
96a5998605 * CommonInstaller, CommmonAddon, Uninstaller
* move installer information for System Mode from /data/adb/.nanodroid-list to /data/adb/NanoDroid_FileList
  * CommonAddon and Uninstaller support both
  * simplify code for the creation of the installer information
2018-08-21 21:59:15 +02:00
Christopher Roy Bratusek
373bd01145 CommonAddon: code simplification 2018-08-21 21:34:56 +02:00
Christopher Roy Bratusek
af9b02ff2f string change 2018-08-20 21:03:20 +02:00
Christopher Roy Bratusek
029d51d5c0 CommonInstaller: when migrating from Play Store to Fake Store or vice versa and if it's a new installation of NanoDroid, also get rid of all app data related to the removed App Store 2018-08-20 20:57:22 +02:00
Christopher Roy Bratusek
fab7c6c73b CommonInstaller: only use private busybox when installing from TWRP, when installing from Magisk, Magisk's busybox is used 2018-08-20 20:52:33 +02:00
Christopher Roy Bratusek
d3a8136a8e CommonInstaller: setup private busybox before installation 2018-08-20 20:46:41 +02:00
Christopher Roy Bratusek
0bb7d57f79 CommonInstaller: cleanup TWRP environment when an installation error occurs during System Mode installation (regression from 17.9) 2018-08-19 18:58:48 +02:00
Christopher Roy Bratusek
9953a5ab03 CommonInstaller: don't set progressbar when flashing from Magisk Manager 2018-08-19 18:55:38 +02:00
Christopher Roy Bratusek
8f60ed9cb0 ChangeLog: typo fix 2018-08-19 18:47:47 +02:00
Christopher Roy Bratusek
01ea1f5dcf CommonInstaller: code simplifications 2018-08-19 18:46:55 +02:00
Christopher Roy Bratusek
2e82fbb1f4 bump version to 17.10 in-dev 2018-08-19 18:40:01 +02:00
Christopher Roy Bratusek
933f4047e9 bump version to 17.9.20180818 2018-08-18 21:59:04 +02:00
Christopher Roy Bratusek
5f4d3798c3 CommonInstaller: simplify App Store installation routine 2018-08-18 21:36:34 +02:00
Christopher Roy Bratusek
d4f74bd9db CommonInstaller: fix System Mode installation in several cases, caused by linking issues 2018-08-18 21:12:46 +02:00
Christopher Roy Bratusek
216be428c0 new setting: nanodroid_override 2018-08-18 18:50:37 +02:00
Christopher Roy Bratusek
97474def22 improve App Store installation routine 2018-08-18 18:36:44 +02:00