Commit Graph

8 Commits

Author SHA1 Message Date
topjohnwu abfd3c3e5d Remove unused resources 2022-01-20 03:32:08 -08:00
topjohnwu 1f0a35f073 Set minSdkVersion to 21 2021-04-09 20:01:32 -07:00
topjohnwu 087ccd69c9 Cleanup resources 2020-01-16 00:07:40 +08:00
topjohnwu fdf04f77f2 Send bitmap to notifications and shortcuts
On API 23+, the platform unifies the way to handle drawable
resources across processes: all drawables can be passed via Icon.
This allows us to send raw bitmap to the system without the need to
specify a resource ID. This means that we are allowed to NOT include
these drawable resources within our stub APK, since our full APK can
draw the images programmatically and send raw bitmaps to the system.
2019-10-30 01:02:53 -04:00
topjohnwu 5673a9bace Move system accessible resources to shared 2019-10-15 05:49:23 -04:00
topjohnwu cf65169c99 Separate stub Magisk Manager to a module 2019-03-08 10:16:02 -05:00
topjohnwu 920b60da19 Support SDK 17 for stub APK 2018-12-27 14:35:55 +08:00
topjohnwu f8076825cb Move Magisk Manager files into subfolder 2018-07-18 17:47:53 +08:00