Commit Graph

94 Commits

Author SHA1 Message Date
Danny Lin
09332546b0
readme: Clarify definition of "basic" attestation
Fixes #101
2021-12-21 15:40:45 -08:00
osm0sis
3a3f95b696 magisk: fix Realme fingerprint reader issues
- move ro.boot.flash.locked to late props since any earlier appears to break Realme fingerprint readers

Thanks @byxiaorun for finding the problem prop, and @Jowat97 for testing
2021-12-21 15:15:28 -08:00
Danny Lin
8de1265927
readme: Update for 2.1.2 and 2.2.0 releases 2021-11-15 22:13:12 -08:00
Danny Lin
5308a0a57f
zygisk: Remove template readme 2021-11-15 22:02:55 -08:00
Danny Lin
d235d134b7
Bump version to 2.2.0 2021-11-15 22:01:19 -08:00
Danny Lin
ff588c1cc3
zygisk: Use more auto types 2021-11-15 22:01:19 -08:00
Danny Lin
bc27f2211b
magisk: Remove Play Services from DenyList earlier
This ensures that GMS will never start before it's removed from the
DenyList, even if another module's service.sh is blocking our script.

Suggested-by: osm0sis <osm0sis@outlook.com>
2021-10-30 23:49:23 -07:00
Danny Lin
daefe159e3
zygisk: Always unload from system_server 2021-10-30 19:48:37 -07:00
Danny Lin
69e2aae3d8
zygisk: Inject payload after specialization 2021-10-30 19:48:37 -07:00
Danny Lin
cd84bf361f
magisk: Remove Play Services from DenyList
The Zygisk module will never load if GMS is in the DenyList. Instead, we
have the module force-enable DenyList unmounting after forking.
2021-10-30 18:43:15 -07:00
Danny Lin
b1b839555f
magisk: Fix service.sh permissions 2021-10-30 18:43:15 -07:00
Danny Lin
2079674e3e
zygisk: Separate path classes.dex into constant 2021-10-30 18:40:02 -07:00
Danny Lin
8015d36786
Remove Riru implementation
Zygisk is now the primary implementation of this module.

NB: The Zygisk module template is in the public domain, so attribution
is no longer needed in the license.
2021-10-30 18:33:29 -07:00
Danny Lin
b6508f642d
build: Update for Zygisk + new Magisk template 2021-10-30 17:51:55 -07:00
Danny Lin
abfe8ff162
magisk: Add new module template
Mostly copied from riru/template/magisk_module.
2021-10-30 17:51:53 -07:00
Danny Lin
fc5937bec0
zygisk: Initial module implementation
- Ported from Riru implementation
- Limited Java payload to com.google.android.gms.unstable as a fix for
  issues caused by model misdetection and flag provisioning
- Root companion process to serve classes.dex over socket
- Forces DenyList unmounting to pass basicIntegrity
2021-10-30 17:50:50 -07:00
Danny Lin
168abee7bc
zygisk: Import Zygisk module template 2021-10-30 17:50:50 -07:00
Max Rumpf
ffbe35af33 Use constant for name when removing real provider 2021-10-16 17:21:00 -07:00
Danny Lin
d4cee49c57
Bump version to 2.1.1 2021-09-15 09:06:38 -07:00
Danny Lin
9637d54829
Merge pull request #90 from osm0sis/master
magisk: fix OnePlus display issues, reorganize props
2021-09-15 09:02:07 -07:00
osm0sis
f09cb3dd6e
magisk: fix OnePlus display issues, reorganize props
- vendor.boot.verifiedbootstate was a "late_prop" in MagiskHide so needs to be set at boot_completed; this works around OnePlus display mode and in-display fingerprint reader breakage when this prop is reset to green earlier in the boot
- tidy up prop groupings and document them a bit more
2021-09-14 02:16:08 -03:00
Danny Lin
fdc055e729
Remove and ignore files created by VS Code Java Language Server
These files were accidentally added and tracked, but they shouldn't be.
2021-09-13 20:03:18 -07:00
Danny Lin
8334f3218a
Bump version to 2.1.0 2021-09-13 19:55:12 -07:00
Danny Lin
04c3beeee9
magisk: Extract system.prop from zip
Reported-by: Didgeridoohan <github@heptadecagon.one>
2021-09-13 19:55:12 -07:00
Danny Lin
cb3b29fe92
readme: Add installation section 2021-09-13 19:54:25 -07:00
Danny Lin
5343ec53f6
readme: Refactor for public 2.1.0 release 2021-09-13 19:54:25 -07:00
Danny Lin
791884862a
magisk: Add service script for MagiskHide device indicators
This functionality has been removed from Magisk:
003fea52b1

Simple properties are set in system.prop, but more advanced overrides
need to be handled by a script.
2021-09-06 04:05:41 -07:00
Danny Lin
bcf9a767c4
magisk: Add properties from MagiskHide
These properties have been removed from Magisk:
003fea52b1

Based on this module's old system.prop before it was removed in the Riru
rewrite.
2021-09-06 04:05:41 -07:00
Danny Lin
482f0450d5
readme: Update for model name spoofing 2021-09-06 03:46:43 -07:00
Danny Lin
2f56b7320c
java: Append space character to device model name
This bypasses Google's new device-based hardware attestation enforcement
as of September 2, 2021.
2021-09-06 03:43:04 -07:00
Danny Lin
35d705eb8a
java: Ignore all Android Studio project data 2021-09-06 03:40:22 -07:00
Danny Lin
785504522d
Bump version to 2.0.0 2021-09-06 03:28:43 -07:00
Danny Lin
c83f9aff47
java: Disable debugging
TODO: Integrate with the build system while keeping R8 enabled
2021-09-06 03:20:46 -07:00
Danny Lin
fd2fd32f83
Merge branch 'riru'
This is the Riru version of this module, which improves upon the old
solution of replacing the native keystore service:
  - Compatible with OEM ROMs that have heavily-modified keystore services
  - Doesn't break other uses of key attestation in Google Play Services
2021-09-06 03:16:37 -07:00
Danny Lin
69d6763e8e
readme: Update for Riru version 2021-09-06 03:16:11 -07:00
Danny Lin
3290f9e82d
Indicate support for Android 7 2021-09-06 03:01:35 -07:00
Danny Lin
025c1e95dd
riru: Add module.gradle to Git repo
This exclusion only makes sense for the template.
2021-09-06 03:00:10 -07:00
Danny Lin
dc40c71b0b
riru: Improve comments and refactor 2021-09-06 02:58:25 -07:00
Danny Lin
048c78f1a3
riru: Remove unused DEBUG constant
We're using macros instead.
2021-09-06 02:39:17 -07:00
Danny Lin
2f012bfed5
Unify log tags 2021-09-06 02:39:17 -07:00
Danny Lin
8026279d03
Remove system.prop from root
This isn't currently being added to the module.
2021-09-06 02:39:17 -07:00
Danny Lin
61f0eb6a50
Add integrated build script 2021-09-06 02:39:17 -07:00
Danny Lin
efc99e25c3
riru: Remove redundant files
- License has been merged with the main license
- Readme doesn't apply to this module
2021-09-06 02:39:16 -07:00
Danny Lin
9546ea5eaa
license: Attribute Riru Module Template 2021-09-06 02:39:16 -07:00
Danny Lin
0d788c1702
Remove old module files 2021-09-06 02:39:16 -07:00
Danny Lin
8d50d8fe3c
riru: Initial module implementation 2021-09-06 02:39:16 -07:00
Danny Lin
1282960dbf
riru: Import Riru module template
commit 7d4155e4463eeadfe83a9475d69bca3de9000bcd
Author: RikkaW <rikka@shizuku.moe>
Date:   Mon Jul 19 09:27:29 2021 +0800

    Fix push task

commit e76aa44cfb7c48ba6b875423d4cd6e175afd190c
Author: RikkaW <rikka@shizuku.moe>
Date:   Mon Jul 19 00:06:20 2021 +0800

    Update README

commit 8fc3c0675e206380214b400f325f48c87bc2cd2c
Author: RikkaW <rikka@shizuku.moe>
Date:   Sun Jul 18 17:14:18 2021 +0800

    Changes for Riru v26

commit 8cf6eec5282c286c5b517bca6d102ba068617c95
Author: RikkaW <rikka@shizuku.moe>
Date:   Sat Jul 17 12:14:17 2021 +0800

    Remove more pre-24 support

commit 254ebfe8a7420aeb83e462cf4a4eb8aefd344bcf
Author: RikkaW <rikka@shizuku.moe>
Date:   Sat Jul 17 11:28:31 2021 +0800

    Add GitHub Actions

commit a4840a9f53b6187789e8fdcd07379d1dff86db61
Author: RikkaW <rikka@shizuku.moe>
Date:   Sat Jul 17 11:24:14 2021 +0800

    Strip .comment section

commit 9faec484a8c3d516dd92d8d52c06c09033675a94
Author: RikkaW <rikka@shizuku.moe>
Date:   Sat Jul 17 11:21:34 2021 +0800

    Use CMake configure_file

commit 944fe620911af2c6dd5ec98a4a4c36ed3339627e
Author: RikkaW <rikka@shizuku.moe>
Date:   Sat Jul 17 11:12:36 2021 +0800

    Remove pre-24 support since next major version of Riru will do this as well

commit af0c7759c2a2ab6d01b7e19ed7159dc7afdd8b1e
Author: RikkaW <rikka@shizuku.moe>
Date:   Sat Jul 17 11:02:40 2021 +0800

    Cleanup gradle codes

commit e2a4ddabcd7ece769205c85c0c9f2e0017d0eb9a
Author: Howard Wu <40033067+Howard20181@users.noreply.github.com>
Date:   Sat Jul 17 11:02:20 2021 +0800

    Update update-binary & Fix typo (#10)

    * Update update-binary

    * Fix typo

commit 3d3f92a4f561433cf2dc8f7188d1f6618e195b83
Author: RikkaW <rikka@shizuku.moe>
Date:   Fri May 21 18:42:05 2021 +0800

    Refuse to install if Riru is disabled or will be removed

commit f7e2af8cdf7b864e0cf47be727c466c4bef5c214
Author: RikkaW <rikka@shizuku.moe>
Date:   Fri May 21 18:22:20 2021 +0800

    Fix check Riru

commit 36b82ca3b5ee4b975a755b27461f634d933b73b6
Author: Rikka <rikka@shizuku.moe>
Date:   Fri Apr 16 13:00:06 2021 +0800

    Fix typo

commit 73c7588f75c9566bd43ebb830e5be4b7ef062bc5
Author: RikkaW <rikka@shizuku.moe>
Date:   Fri Apr 2 17:28:37 2021 +0800

    Add note for module id

commit a701bc9c2c7a2c2a220aa4a6cec2474011387882
Author: RikkaW <rikka@shizuku.moe>
Date:   Tue Mar 30 11:49:25 2021 +0800

    Add empty new line to scripts

commit ce576cc23ab16ad22182b7fb708407f9712e758f
Author: RikkaW <rikka@shizuku.moe>
Date:   Mon Mar 29 20:40:26 2021 +0800

    Update CMakeLists.txt

commit b4b1ec5b3231cef7a0a46b93f10a9aa4c6195eac
Author: RikkaW <rikka@shizuku.moe>
Date:   Mon Mar 29 11:41:41 2021 +0800

    Change "equals to Release" to "not equals to Debug" since the latest canary AGP has different build type

commit c6cacf4c13184fb8539ce4b52751373ed7f09687
Author: RikkaW <rikka@shizuku.moe>
Date:   Mon Mar 29 10:47:08 2021 +0800

    Update tasks

commit 78013af879c1515e681f69b639198f021b7f003e
Author: RikkaW <rikka@shizuku.moe>
Date:   Mon Mar 29 10:37:00 2021 +0800

    Don't extract riru.sh to MODPATH

commit 1337d948efdae9190eb1fad0f4eb9a2682519a3d
Author: RikkaW <rikka@shizuku.moe>
Date:   Sun Mar 28 13:33:11 2021 +0800

    Delete out dir in clean task

commit 17cb1eebc7ec734a263a263d9b73ccf64dcfd137
Author: RikkaW <rikka@shizuku.moe>
Date:   Sun Mar 28 12:39:58 2021 +0800

    Update template

commit 6cb995e9f8607eaf695d0fb468a2b46355c5686c
Author: RikkaW <rikka@shizuku.moe>
Date:   Mon Mar 22 16:34:21 2021 +0800

    Update build.gradle

commit 3857b8b599027bfdc2df4c4dd8feb94c4b7e7011
Author: RikkaW <rikka@shizuku.moe>
Date:   Wed Mar 17 02:51:51 2021 +0800

    Update main.cpp

commit 49868e17dfcd8d4c292a4b9e35aa96279977952a
Author: RikkaW <rikka@shizuku.moe>
Date:   Wed Mar 17 02:40:36 2021 +0800

    Update README

commit 00abd3beeeca97b814ca2afb0e78e62d9c2aeca3
Author: RikkaW <rikka@shizuku.moe>
Date:   Wed Mar 17 02:34:13 2021 +0800

    Fix typo

commit ce677f7de75fcd9d0a65a7839983c263a04a746f
Author: RikkaW <rikka@shizuku.moe>
Date:   Tue Mar 16 17:56:51 2021 +0800

    Changes for Riru v25

commit 443ab95c2333c6a5006a0a520a9a5b29aa10a9e6
Author: RikkaW <rikka@shizuku.moe>
Date:   Fri Mar 12 00:07:28 2021 +0800

    Fix main.cpp

commit 551b2e6189476ecffb2cfd6aeda08f5550deb15a
Author: RikkaW <rikka@shizuku.moe>
Date:   Thu Mar 11 22:58:19 2021 +0800

    Update riru.sh

commit f9794cbe205d3c2b37a423bc723b1922589c26f7
Author: RikkaW <rikka@shizuku.moe>
Date:   Thu Mar 11 22:55:26 2021 +0800

    Use magisk --path

commit 90d7adc75a06f70978f24b8341e1e702de978422
Author: RikkaW <rikka@shizuku.moe>
Date:   Thu Mar 11 18:01:22 2021 +0800

    Update README

commit 81c1e564f83459bbf0024a52a45e77b5b860055c
Author: RikkaW <rikka@shizuku.moe>
Date:   Thu Mar 11 17:44:28 2021 +0800

    Fix typo

commit ddd5fbf8db1a30d08a030f7048041a1453828cfc
Author: RikkaW <rikka@shizuku.moe>
Date:   Thu Mar 11 17:44:08 2021 +0800

    Update main.cpp

commit f9999fd1a234fe8bd099a909dff07d3ba77f511d
Author: RikkaW <rikka@shizuku.moe>
Date:   Thu Mar 11 17:13:49 2021 +0800

    Minor changes

commit a16bd42029bf61909893cef8d89451c82a827748
Author: RikkaW <rikka@shizuku.moe>
Date:   Thu Mar 11 03:21:47 2021 +0800

    Changes for Riru v24 again

commit ed2ee5d3e4238c34fe18774cbd21837756e47270
Author: RikkaW <rikka@shizuku.moe>
Date:   Wed Mar 10 12:56:46 2021 +0800

    Changes for Riru v24

commit faf4fcc3c17d743a8aec303d666a266548c1ee3d
Author: RikkaW <rikka@shizuku.moe>
Date:   Fri Mar 5 15:08:06 2021 +0800

    Lib moved to maven central

commit 56fdbe82840b3b1c2bbefea89403c5ff838068f7
Author: RikkaW <rikka@shizuku.moe>
Date:   Thu Mar 4 16:51:25 2021 +0800

    Update .gitattributes

commit 9ace98fc53fc5aac43d1f0c87a3097658503969f
Author: RikkaW <rikka@shizuku.moe>
Date:   Thu Mar 4 14:15:15 2021 +0800

    Change lib path

commit cf186db98da1660c6dbebe07b001606e1c0fac77
Author: RikkaW <rikka@shizuku.moe>
Date:   Sat Feb 27 22:02:19 2021 +0800

    Fix check_riru_version

commit d96a11f03cfb59cf1c8ed6f5d4156c9f0e23ed1b
Author: RikkaW <rikka@shizuku.moe>
Date:   Tue Feb 23 12:37:49 2021 +0800

    Update comment for shouldSkipUid

commit fbe327ea4fb94c9b4a9e68dbfada3b84e51ce3dd
Author: RikkaW <rikka@shizuku.moe>
Date:   Tue Feb 23 12:32:41 2021 +0800

    Remove "_"

commit a4316fab79151f4488a8d50480f73b2a0260004f
Author: RikkaW <rikka@shizuku.moe>
Date:   Tue Feb 23 12:25:03 2021 +0800

    Fix typo

commit cd03c4561b32b093d22b32ebbd8275f9e2f78799
Author: RikkaW <rikka@shizuku.moe>
Date:   Sun Jan 3 13:39:45 2021 +0800

    Fix install on x86

commit 530e7bc4c2b1fd3da9d94fb884fd2ccfbeb765da
Author: RikkaW <rikka@shizuku.moe>
Date:   Sat Jan 2 15:08:50 2021 +0800

    Use /data/adb/riru/util_functions.sh

commit 3bdc01c04311eb51ab8520f00b72b8196c0efe55
Author: RikkaW <rikka@xing.moe>
Date:   Wed Dec 2 21:55:44 2020 +0800

    Add comment about prefab 1.1.2

commit a60279ee147f9e24c37df5da53ae7db5f33f9201
Author: RikkaW <rikka@xing.moe>
Date:   Tue Dec 1 17:05:46 2020 +0800

    Update README

commit cd6669ebe4dc7d9ca92562ede48cfeb066132d70
Author: RikkaW <rikka@xing.moe>
Date:   Tue Dec 1 16:44:02 2020 +0800

    Update README

commit d3f00eab36d1076b2cdd217a08c16a9931bea542
Author: RikkaW <rikka@xing.moe>
Date:   Tue Dec 1 16:39:36 2020 +0800

    Update exmaple

commit 853279e9bf47a0e98fbe5f21998fc8c98cf1a738
Author: RikkaW <rikka@xing.moe>
Date:   Tue Dec 1 15:51:24 2020 +0800

    Update for readdir through rirud

commit a73dde129b303074bc834b26e6f313348c6a32af
Author: RikkaW <rikka@xing.moe>
Date:   Mon Nov 30 15:48:54 2020 +0800

    Update README

commit 0587881cfe3b3426b7e1ecfc27c71c8bce3806c5
Author: RikkaW <rikka@xing.moe>
Date:   Mon Nov 30 15:47:45 2020 +0800

    Update riru.h location

commit 8a485e19e37358523ae7e97e0869cfc7c41a4f0b
Author: RikkaW <rikka@xing.moe>
Date:   Mon Nov 30 15:41:31 2020 +0800

    Update for API v10

commit 1561b5c6a9ba84504b0966a90c2c2a5d1c2d03c7
Author: RikkaW <rikka@xing.moe>
Date:   Sun Nov 15 15:54:51 2020 +0800

    Update module.example.gradle

commit 4c9579c3a90c31e092ade77fe54e438688ad1222
Author: RikkaW <rikka@xing.moe>
Date:   Sat Nov 14 21:04:23 2020 +0800

    Update AGP to 4.1.1

commit 7e3ee55957680ab75b0b5c3af2fa42b582665ffe
Author: RikkaW <rikka@xing.moe>
Date:   Sat Nov 14 21:04:03 2020 +0800

    Min SDK version should be 23

commit 6f11ef88befeca5ca61b3e36bbd3e0d64be91e3e
Author: RikkaW <rikka@xing.moe>
Date:   Sat Nov 14 14:32:58 2020 +0800

    Change check riru version text

commit 8f72889ffb9eff6ea30ca576446f0a30d4cd7505
Author: RikkaW <rikka@xing.moe>
Date:   Wed Oct 28 16:54:19 2020 +0800

    Use u:object_r:magisk_file:s0

commit 899dbabe978dfa5a45a375e868514191c2893eb3
Author: RikkaW <rikka@xing.moe>
Date:   Sat Oct 24 22:05:53 2020 +0800

    Update README

commit 4e0ffdfe04cb23f89e6117ac690395c00fae1fcf
Author: RikkaW <rikka@xing.moe>
Date:   Sat Oct 24 18:57:03 2020 +0800

    Update README

commit 36b254fd5c409b4d137f3dddd0b5875df94363bf
Author: RikkaW <rikka@xing.moe>
Date:   Sat Oct 24 18:39:31 2020 +0800

    Update README

commit 7858d6d543073c5db66136aa3480a661a64ea9b7
Author: RikkaW <rikka@xing.moe>
Date:   Sat Oct 24 17:18:53 2020 +0800

    use stable version AGP

commit 18fed7b26067ab76017ed900f47438ffbeb47264
Author: Rikka <rikka@xing.moe>
Date:   Sat Oct 24 14:45:18 2020 +0800

    Add LICENSE

commit 52d4966bea7dea293559f72dd6d85af391fe32a8
Author: RikkaW <rikka@xing.moe>
Date:   Tue Oct 13 14:21:34 2020 +0800

    update dependency

commit 69d0e07f7f5e2ab9d6af680cfe7da87f80f910cd
Author: RikkaW <rikka@xing.moe>
Date:   Sun Oct 11 22:15:18 2020 +0800

    add missing supportHide

commit 4e108b0d0fe52e6460cb235bd18b141b5cb41af4
Author: RikkaW <rikka@xing.moe>
Date:   Sun Oct 11 22:14:48 2020 +0800

    add missing version/versionName

commit 4a98de054a9a3b54550562be7c3e2d443d514567
Author: RikkaW <rikka@xing.moe>
Date:   Sun Oct 11 21:55:48 2020 +0800

    pass api version from gradle

commit b0143d1e7ab9a80a60671e69f7bd78056b4ba536
Author: RikkaW <rikka@xing.moe>
Date:   Sun Oct 11 20:56:28 2020 +0800

    update for api 9

commit bc19061bb0b205ec879e75cb4286e98b8a622bd2
Author: RikkaW <rikka@xing.moe>
Date:   Fri Oct 9 23:26:16 2020 +0800

    update AGP to make prefab happy

commit 890f50f643b607ede1303dc54057fe2d0639519a
Author: RikkaW <rikka@xing.moe>
Date:   Fri Oct 9 23:21:53 2020 +0800

    update for api 8

commit 044de559aac06fb312ea52c6625fda62f03f7c87
Author: RikkaW <rikka@shizuku.moe>
Date:   Mon May 11 12:59:04 2020 +0800

    remove "abort_clean"

commit 1efe42f60aab6536a8d85ebc272dd4ad34f299e2
Author: RikkaW <rikka@shizuku.moe>
Date:   Sat May 9 11:05:31 2020 +0800

    update for api 7

commit 155d2ed8af52838da9153df7b375059393b3e153
Author: RikkaW <rikka@shizuku.moe>
Date:   Fri Apr 24 14:02:35 2020 +0800

    show required Riru version name

commit 989b733ff52b5f052f33bbdafe1eb1543aff3a4a
Author: RikkaW <rikka@shizuku.moe>
Date:   Fri Apr 24 13:29:46 2020 +0800

    update for api 6

commit 65afd5a278c93b3828c48984092ed6ffa1d82202
Author: RikkaW <rikka@shizuku.moe>
Date:   Sun Apr 19 16:27:09 2020 +0800

    update for api 5

commit a1c359f2ac374c74a2be63e36aa8351972838ae0
Author: RikkaW <rikka@shizuku.moe>
Date:   Wed Mar 18 16:35:03 2020 +0800

    move module info to a stand-alone file

    fix #3

commit d768c52ec0740ad423508447fc5ddb1afab84e5b
Author: RikkaW <rikka@shizuku.moe>
Date:   Fri Feb 28 01:17:47 2020 +0800

    allow installed after new installation of Riru

    fix RikkaApps/Riru#86

commit 77bc46c73b130b42da24c498e44080b54e185fa5
Author: RikkaW <rikka@shizuku.moe>
Date:   Wed Feb 26 16:44:55 2020 +0800

    update installation scripts

commit 322576c630974fadbf73cc7e95fe7e0ce405534b
Author: RikkaW <rikka@shizuku.moe>
Date:   Mon Feb 24 18:44:50 2020 +0800

    fix bug

commit 4638ccd2434e412a633ceae1c57289e1820074a5
Author: RikkaW <rikka@shizuku.moe>
Date:   Wed Feb 5 23:40:05 2020 +0800

    fix #2

commit 85a565c0788339b393da347847eb6896e7b4f5bc
Author: RikkaW <rikka@shizuku.moe>
Date:   Wed Feb 5 20:02:01 2020 +0800

    no longer requires to modify the name "template" everywhere

commit a2ae8d3f1a76c2aa7a3ecbedee51e3e8d9cdac9a
Author: RikkaW <rikka@shizuku.moe>
Date:   Sat Jan 25 22:07:52 2020 +0800

    update installation scripts

commit 9729cd9b48e6d2d1940a340eaddec7bc0373c152
Author: RikkaW <rikka@shizuku.moe>
Date:   Sat Jan 25 00:30:00 2020 +0800

    fix .gitattributes

commit 1cb568d8d0f00fa580a325e1b9e9b4fdbd2f8538
Author: RikkaW <rikka@shizuku.moe>
Date:   Tue Jan 21 22:38:24 2020 +0800

    format changes

commit 9f362b94c17423c63ef373bceac635fb05085c08
Author: RikkaW <rikka@shizuku.moe>
Date:   Tue Jan 21 22:36:38 2020 +0800

    format changes

commit 09478e75cde4a0fe5af44495e5a530abfaa0ced6
Author: RikkaW <rikka@shizuku.moe>
Date:   Tue Jan 21 22:36:32 2020 +0800

    fix bug

commit 4e543b9e13bf8980f308410a3a2d533722ca6f94
Author: RikkaW <rikka@shizuku.moe>
Date:   Sun Jan 19 12:52:46 2020 +0800

    add missing settings.gradle

    close #1

commit 96eb129abe88b940a9c9e3a774023729673da788
Author: RikkaW <rikka@shizuku.moe>
Date:   Fri Jan 10 17:17:46 2020 +0800

    remove zip verification

commit 4072c60339b56865a59a72e33acf497d52a5824a
Author: RikkaW <rikka@shizuku.moe>
Date:   Wed Jan 8 15:37:07 2020 +0800

    add missing uninstall.sh

commit d99fd3a4413b0de2029a7a2b0e34c7563094613e
Author: RikkaW <rikka@shizuku.moe>
Date:   Wed Jan 8 00:24:07 2020 +0800

    initial commit
2021-09-06 02:39:16 -07:00
Danny Lin
0b67454acf
java: Organize classes into packages 2021-09-06 02:39:16 -07:00
Danny Lin
b0416cd3aa
java: Initial implementation of high-level module payload
R8 minification is essential for this, because otherwise the Kotlin
standard library is too big and results in the app compiling to multiple
dex files. It's not impossible to load multiple dex buffers, but let's
keep it simple here.
2021-09-06 02:39:14 -07:00
Danny Lin
9a63924813
java: Rename package to dev.kdrag0n.safetynetriru 2021-09-06 00:52:15 -07:00