Commit Graph

135 Commits

Author SHA1 Message Date
Caner Karaca
a3f50c14b5
Create update-gradle-wrapper.yml 2023-12-05 20:38:04 +03:00
dependabot[bot]
a0c6b5a613
Bump actions/setup-java from 3 to 4
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-05 17:37:52 +00:00
Caner Karaca
b71ce189b3
Create dependabot.yml 2023-12-05 20:37:32 +03:00
chiteroman
7a39a50e97
Update changelog 2023-12-05 18:34:08 +01:00
chiteroman
d022fa82bc
Fix workflows x2 2023-12-05 13:21:36 +01:00
chiteroman
ed71ed2dfa
Fix workflows 2023-12-05 13:19:12 +01:00
chiteroman
2654b9a8a0
v14.2 2023-12-05 13:13:38 +01:00
chiteroman
18a00f1c1f
update readme 2023-12-03 21:14:53 +01:00
chiteroman
8bba7b8a4d
Release v14.1 2023-12-03 21:12:15 +01:00
chiteroman
c1f1c77811
Test v14.1 2023-12-03 14:32:47 +01:00
chiteroman
fa15834c71
v14.0 2023-12-01 14:46:57 +01:00
chiteroman
59ff2abd77
New beta update! 2023-12-01 11:53:55 +01:00
Marcos
1c1d63492f
Update android.yml 2023-12-01 02:02:30 +01:00
chiteroman
0a0d8071cc
Improve code 2023-12-01 01:56:21 +01:00
Marcos
6167ac885c
Update android.yml 2023-12-01 01:46:38 +01:00
Marcos
1e03f0d3d0
Create android.yml 2023-12-01 01:44:57 +01:00
chiteroman
f68caea986
Merge branch 'main' into custom 2023-11-30 18:35:02 +01:00
chiteroman
e86246a765
New update :D 2023-11-30 18:28:01 +01:00
Marcos
1e50573b8c
Merge pull request #110 from osm0sis/patch-1
Add missing change from amended commit
2023-11-30 13:40:16 +01:00
Chris Renshaw
ea4c139a4f
Add missing change from amended commit 2023-11-30 08:36:07 -04:00
Marcos
6c88a77ef4
Merge pull request #104 from osm0sis/main
Move early props to post-fs-data.sh, warn about deprecated/conflicting MHPC module (main)
2023-11-30 13:28:19 +01:00
Marcos
bc1ef14c8d
Merge pull request #103 from osm0sis/custom
custom.pif.json check, use and restore; enable custom branch module updates, and more (custom)
2023-11-30 13:27:34 +01:00
osm0sis
3b76379a3b
Warn of possible conflict if MagiskHidePropsConfig is installed 2023-11-30 08:23:34 -04:00
osm0sis
e7ed2db1cb
Switch to simplest file check for custom json 2023-11-30 08:17:22 -04:00
osm0sis
ffcc2df8b5
Warn of possible conflict if MagiskHidePropsConfig is installed 2023-11-30 08:11:39 -04:00
osm0sis
69aba6a7f1
Move props that need to be changed earlier into post-fs-data.sh 2023-11-29 13:17:06 -04:00
osm0sis
c07e2707b7
Move props that need to be changed earlier into post-fs-data.sh 2023-11-29 12:49:52 -04:00
osm0sis
502dae9c45
Use custom.pif.json for custom spoofing, restore after update, fix lines 2023-11-29 11:23:21 -04:00
osm0sis
06aa2d83e9
Allow PROPS branch builds to update themselves, fix versioning 2023-11-29 11:01:58 -04:00
chiteroman
22cb0e60a8
v13.9 2023-11-29 15:39:55 +01:00
chiteroman
08986d312e
Improve code, remove libcxx, use system STL 2023-11-29 10:46:30 +01:00
chiteroman
72f3882054
Fix JSON parsing, less libs size and few code updates! 2023-11-29 10:10:07 +01:00
Marcos
6282b326e3
Merge pull request #102 from osm0sis/custom
Module scripts fixes/improvements (custom)
2023-11-29 09:03:14 +01:00
Marcos
d3a11e348e
Merge pull request #101 from osm0sis/main
Module scripts fixes/improvements (main)
2023-11-29 09:03:00 +01:00
Marcos
0731653100
Merge pull request #100 from osm0sis/patch-1
Update .gitignore: hide included pif.json from git tree
2023-11-29 09:01:51 +01:00
Chris Renshaw
67b9c68853
Update .gitignore: hide pif.json from git tree 2023-11-29 00:44:35 -04:00
osm0sis
1a9eb9d2e7
Module scripts fixes/improvements
- add back check_resetprop but rename functions to make their use more clear (thanks HuskyDG)
- combine system.prop (runs at post-fs-data) entries into service.sh so that they're only set if needed (note that they therefore wouldn't need to be late props)
- use a uniform style in all scripts (only necessary quoting and brackets, add trailing newlines, spaces not tabs :P)
- remove GMS data pif.prop/pif.json files left over from previous releases to ensure they don't trigger detection at some point (these lines can be removed again in a later release once we're satisfied everyone affected has this resolved)
2023-11-29 00:20:02 -04:00
osm0sis
875cf42f4c
Module scripts fixes/improvements
- add back check_resetprop but rename functions to make their use more clear (thanks HuskyDG)
- combine system.prop (runs at post-fs-data) entries into service.sh so that they're only set if needed (note that they therefore wouldn't need to be late props)
- use a uniform style in all scripts (only necessary quoting and brackets, add trailing newlines, spaces not tabs :P)
- remove GMS data pif.prop/pif.json files left over from previous releases to ensure they don't trigger detection at some point (these lines can be removed again in a later release once we're satisfied everyone affected has this resolved)
2023-11-29 00:14:58 -04:00
Marcos
fc6fb5e83a
Merge pull request #98 from osm0sis/patch-1
README fixes/improvements (main)
2023-11-28 10:32:03 +01:00
Marcos
d9c7b1204e
Merge pull request #97 from osm0sis/main
README fixes/improvements (custom)
2023-11-28 10:31:44 +01:00
Chris Renshaw
23bcf32259
README fixes/improvements 2023-11-27 21:05:02 -04:00
osm0sis
ab73481f52
README fixes/improvements 2023-11-27 20:49:56 -04:00
chiteroman
bcaa4327b9
Add module files 2023-11-27 19:09:13 +01:00
chiteroman
c950e21a3d
Stable version v13.8 2023-11-27 19:07:34 +01:00
chiteroman
4dcf53b340
New version for custom spoof! 2023-11-27 17:25:34 +01:00
chiteroman
a728533ed6
New update! v13.8 2023-11-27 14:18:58 +01:00
chiteroman
96e201d786
Added auto module zip! 2023-11-27 12:37:26 +01:00
Marcos
34b2550bba
Merge pull request #92 from HuskyDG/script
Fix detect resetprop
2023-11-27 10:51:46 +01:00
shìwēi nguyen
4641985342
Fix detect resetprop 2023-11-27 14:29:30 +07:00
chiteroman
599c27e833
Fix JSON parsing and reformat code 2023-11-26 22:22:56 +01:00