Commit Graph

204 Commits

Author SHA1 Message Date
FriendlyNeighborhoodShane
de845739ec res/util: move resdl funcs and make shell scripts 2021-06-05 19:06:41 +05:30
FriendlyNeighborhoodShane
6381625b8a resdl-download.txt: fix cert checking
An APK might posess a MANIFEST.MF but still not have a signature.
It's better to just check for an RSA file.
2021-05-20 18:14:15 +05:30
FriendlyNeighborhoodShane
90b143650c resdl-download.txt: simplify some code 2021-05-19 15:08:39 +05:30
FriendlyNeighborhoodShane
6a56600357 update.sh: clean jq code 2021-05-13 22:08:36 +05:30
FriendlyNeighborhoodShane
917beba376 Add semicolons 2021-05-08 06:18:35 +05:30
FriendlyNeighborhoodShane
16ede62948 Bump version 2021-04-28 14:16:54 +05:30
FriendlyNeighborhoodShane
1ca8735edf update.sh: Fix gitlab downloads 2021-03-27 09:11:04 +05:30
FriendlyNeighborhoodShane
c33d7a7979 update-binary: format overlong constructs 2021-03-21 00:10:55 +05:30
FriendlyNeighborhoodShane
3811525c3f Add monospace markdown 2021-03-21 00:10:43 +05:30
FriendlyNeighborhoodShane
6ad032968b resdl-download.txt: better cert verification 2021-02-08 09:32:37 +05:30
FriendlyNeighborhoodShane
4e4f05e977 funcs.txt: Add addon.d-v2 support
For maintainability, the script now uses helpers provided by addon.d.
2021-01-23 10:23:31 +05:30
chanceforpie
f70b552e2a Update install.md
updated documentation to reflect changes in UI
2021-01-05 22:14:23 +05:30
FriendlyNeighborhoodShane
f2318c2d15 funcs.txt: Add fancy new addon.d version tag
Further changes are probably needed to support A/B
2020-12-31 16:05:27 +05:30
FriendlyNeighborhoodShane
052934d953 Change the dirty-update mark file to /data/.mmg
The detection for the old mark shall be removed in a few releases.
2020-12-31 15:57:32 +05:30
FriendlyNeighborhoodShane
37ae2fe499 funcs.txt: add underscore to acceptable char list 2020-12-23 19:08:22 +05:30
naveenjohnsonv
077072685f Update resdl-download.txt
Migrated to new source for Local-GSM-Backend
2020-12-21 16:18:19 +05:30
FriendlyNeighborhoodShane
151c8d847b Make verbosity adjustments
test.sh output wasn't very readable when supplied the full path.
2020-12-19 14:15:13 +05:30
FriendlyNeighborhoodShane
ff1f9bc8d8 update.sh: add logging line
A little verbosity never hurt anyone
2020-12-19 13:55:40 +05:30
FriendlyNeighborhoodShane
43bc47b437 Stop using stderr for important logging 2020-12-17 01:49:57 +05:30
FriendlyNeighborhoodShane
0017883ab2 Remove excess use of CD 2020-12-14 16:03:45 +05:30
FriendlyNeighborhoodShane
fce1024a51 Remove functional hardcodings for MinMicroG with modname variable 2020-12-14 12:58:32 +05:30
FriendlyNeighborhoodShane
9ca7268e6f conf: don't hardcode modprop module names 2020-12-14 12:45:34 +05:30
FriendlyNeighborhoodShane
745ca51416 conf: remove outdated stuff from template defconf 2020-12-08 20:24:24 +05:30
FriendlyNeighborhoodShane
6882152543 Remove zip signing code 2020-12-08 20:09:27 +05:30
FriendlyNeighborhoodShane
58e96f329f test.sh: allow passing custom arguments 2020-12-08 19:40:09 +05:30
FriendlyNeighborhoodShane
e0c34af94f conf: safer mark file removal 2020-12-08 19:36:37 +05:30
FriendlyNeighborhoodShane
5a3e8ee0d7 Add res/util/funcs.txt 2020-12-06 14:08:44 +05:30
FriendlyNeighborhoodShane
32fc98336c conf: remove all funcs from defconfs
Will be added in a common file to be sourced
2020-12-06 13:58:03 +05:30
FriendlyNeighborhoodShane
3712666d0f conf: add empty stuff_util to confs 2020-12-06 13:58:03 +05:30
FriendlyNeighborhoodShane
9df6b0f23d Add nice formatting to docs 2020-12-06 13:58:03 +05:30
FriendlyNeighborhoodShane
1ae8a9d81c Skip doing cp and chmod on conf files
It's not needed to do so with the dot command
2020-12-06 13:57:27 +05:30
FriendlyNeighborhoodShane
38035cae6a Bump version 2020-11-28 20:16:36 +05:30
FriendlyNeighborhoodShane
9497fb8b41 install.md: Add notes about protected permissions 2020-11-28 20:05:28 +05:30
FriendlyNeighborhoodShane
28f75d4053 conf: fix false positive greps for priv-perm checking 2020-11-26 20:01:06 +05:30
FriendlyNeighborhoodShane
6fd51be205 res: clean unneccesary entries from privperm whitelist 2020-11-24 23:39:42 +05:30
FriendlyNeighborhoodShane
dea675593d conf: synthesis of priv-perm list generator 2020-11-24 23:39:42 +05:30
FriendlyNeighborhoodShane
a63cbd9143 conf: add init script and addon.d back as hook function 2020-11-24 23:39:42 +05:30
FriendlyNeighborhoodShane
f6f4e63f5b Remove service and addond features
They will be reimplemented as install hook functions
2020-11-23 23:26:39 +05:30
FriendlyNeighborhoodShane
9701259b5b src: remove unused postfs and sysprop features
They should be implemented with custom install hook functions instead
2020-11-23 23:26:39 +05:30
FriendlyNeighborhoodShane
326b0a6d83 conf: fix a sheelcheck complaint 2020-11-23 23:24:37 +05:30
FriendlyNeighborhoodShane
3b1134eac8 Add indents 2020-11-23 19:30:08 +05:30
FriendlyNeighborhoodShane
0cd537ac3a conf: Fix typos in custom-conf.md 2020-11-23 18:22:04 +05:30
FriendlyNeighborhoodShane
436a24dbf4 conf: Improve priv-app perm whitelist generation 2020-11-16 17:28:31 +05:30
FriendlyNeighborhoodShane
e090b100d0 res: Add new undocumented permissions for Phonesky 2020-11-16 09:49:03 +05:30
naveenjohnsonv
c6292f83d7 Add sdk 30 support 2020-10-22 11:06:48 +05:30
FriendlyNeighborhoodShane
caabf79f05 conf: Cleanup service to install microG and run npem 2020-10-20 18:16:19 +05:30
FriendlyNeighborhoodShane
2ad6a0c491 Bump version to 2.8 2020-10-20 12:52:50 +05:30
FriendlyNeighborhoodShane
ed23dd04e1 Update npem URL 2020-10-17 08:41:17 +05:30
FriendlyNeighborhoodShane
4e63b8d214 Use standard curl display instead of progress bar
Not only is it more functional, it also looks much better.
I was but a young romantic fool to keep the progress bar.
2020-09-24 18:23:34 +05:30
FriendlyNeighborhoodShane
e006c868c1 res: Whitelist bluetooth priv-perm for microG 2020-09-11 14:38:54 +05:30