36 lines
1.1 KiB
YAML
36 lines
1.1 KiB
YAML
Categories:
|
|
- Theming
|
|
License: Apache-2.0
|
|
SourceCode: https://android.googlesource.com/platform/packages/apps/Launcher3/
|
|
|
|
Description: |-
|
|
Android 4.4 homescreen from AOSP, patched to enable installation on 4.1. Backup
|
|
of configuration to Google account is removed.
|
|
|
|
RepoType: git
|
|
Repo: https://android.googlesource.com/platform/packages/apps/Launcher3
|
|
|
|
Builds:
|
|
- versionName: '1.0'
|
|
versionCode: 1
|
|
commit: android-4.4_r1.2
|
|
init:
|
|
- sed -i '/LauncherBackup/d' src/com/android/launcher3/LauncherProvider.java
|
|
- rm src/com/android/launcher3/LauncherBackup*
|
|
- echo -e 'target=android-19\nproguard.config=$$SDK$$/tools/proguard/proguard-android.txt:proguard.flags'
|
|
> project.properties
|
|
patch:
|
|
- manifest-minsdk_1.patch
|
|
extlibs:
|
|
- android/android-support-v4.jar
|
|
|
|
MaintainerNotes: |-
|
|
Possible improvements: https://github.com/bvermeule/Launcher3/commits/master
|
|
https://github.com/MuddPuddle/packages_apps_Launcher3
|
|
I tried to build the protos but failed, hence the forced removal of backup.
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: None
|
|
CurrentVersion: '1.0'
|
|
CurrentVersionCode: 1
|