Magisk/app
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
..
src/main Send bitmap to notifications and shortcuts 2019-10-30 01:02:53 -04:00
.gitignore Separate backend logic from frontend UI 2018-12-13 04:35:50 -05:00
build.gradle Update dependencies 2019-10-26 19:02:11 -04:00
proguard-kotlin.pro Removed test options from proguard 2019-05-24 16:02:47 +02:00
proguard-rules.pro Make sure our constructor is preserved 2019-10-23 07:51:32 -04:00
res-ids.txt Make main app fully independent from the stub 2019-10-17 02:55:42 -04:00