Commit Graph
14 Commits
Author SHA1 Message Date
RikkaWandJohn Wu 4cc5e9f986 Let module remove button support disable state 2022-06-01 09:04:47 -07:00
RikkaWandJohn Wu 6a2ae89846 Fix card view background color on API 21 & 22 2022-06-01 09:04:35 -07:00
RikkaWandJohn Wu 9581ae8245 Use Locale.ROOT in JcaX509v3CertificateBuilder (X509v3CertificateBuilder)
Or in languages like Arabic, an "IllegalArgumentException: invalid date string" will be thrown.

Since JcaX509v3CertificateBuilder does not accepts Locales, we must switch to its super class, X509v3CertificateBuilder.
2022-05-06 00:03:01 -07:00
RikkaWandJohn Wu bfe6bc3095 Fix bottom nav sometimes not hide correctly
Replace homemade animation with StateListAnimator
2022-01-18 00:24:16 -08:00
RikkaWandJohn Wu 1df2a04713 Find suitable anchor view for SnackBar
This will fix the SnackBar position if BottomNav or FAB is visible.

Fix #5163
Fix #5135
2022-01-10 23:10:42 -08:00
RikkaWandtopjohnwu 28b5faab0c Visual changes 2021-11-14 03:58:35 -08:00
RikkaWandJohn Wu 5fa127c415 Disable modules section if Magisk is not active
Fix #4925
2021-11-12 03:02:26 -08:00
RikkaWandJohn Wu 627ec91687 Fix visual issues for ActionBar 2021-11-04 20:09:19 -07:00
RikkaWandJohn Wu 3aa1a68cdc Fix activity relaunches constantly on WSA
It's magic 💢 since change configuration should not trigger activity relaunch.
2021-11-02 03:09:06 -07:00
RikkaWandJohn Wu f7c0e407ca Fix downgrade database 2021-09-20 05:50:34 -07:00
RikkaWandJohn Wu 383192784d Use standard BottomNav & Remove hide on scroll for AppBar and BottomNav 2021-09-03 10:22:46 -07:00
RikkaandGitHub afe3c2bc1b Fix "rm_rf" in build.py on Windows
prebuilt/windows-x86_64/bin/libpython2.7.dll
prebuilt/windows-x86_64/lib/python2.7/config/libpython2.7.dll.a

These two files in NDK has read-only attribute on Windows, remove these files with Python will get "WindowsError: [Error 5] Access is denied". It will finally make "build.py ndk" unable to remove the "magisk" folder.

This commit add a onerror callback for "shutil.rmtree" which clear the "read-only" attribute and retry.
2021-03-13 17:51:39 -08:00
RikkaandGitHub 95a5b57265 Remove "Flashing" overlay
Fix #3579, fix #3250
2021-01-15 21:28:59 -08:00
RikkaandJohn Wu 4a5227c7bf Fix bug in SuDatabaseHelper 2018-01-01 01:11:45 +08:00