QKSMS: now building, don't enable yet
This commit is contained in:
parent
6ae342bc43
commit
800eca1bbe
|
@ -8,16 +8,28 @@ Auto Name:QKSMS
|
||||||
Summary:Messaging app
|
Summary:Messaging app
|
||||||
Description:
|
Description:
|
||||||
Replacement for the stock AOSP messaging app with added features.
|
Replacement for the stock AOSP messaging app with added features.
|
||||||
|
|
||||||
|
Crittercism and Google Analytics have been patched out of these builds.
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
Repo:https://github.com/qklabs/qksms
|
Repo:https://github.com/qklabs/qksms
|
||||||
|
|
||||||
Build:2.0.1,110
|
Build:2.0.1,110
|
||||||
disable=google play services
|
disable=wait for upstream to reply
|
||||||
commit=cc5e19575c874228b106235
|
commit=cc5e19575c874228b106235
|
||||||
subdir=QKSMS
|
subdir=QKSMS
|
||||||
gradle=yes
|
gradle=yes
|
||||||
|
prebuild=sed -i 's/proguard-android-optimize/proguard-android/' build.gradle && \
|
||||||
|
sed -i -e '/play-services/d' -e '/crittercism/d' build.gradle && \
|
||||||
|
find src -name '*.java' | xargs sed -r -i '/(HitBuilder|Crittercism|GoogleAnalytics|analytics)/d' && \
|
||||||
|
sed -r -i '/(b\.|mTracker)/d' src/main/java/com/moez/QKSMS/common/AnalyticsManager.java
|
||||||
|
|
||||||
|
Maintainer Notes:
|
||||||
|
Verified jar manually against https://github.com/celeronpm/YappySDK.
|
||||||
|
|
||||||
|
Removed proguard optimization since it's not really needed and was causing build errors.
|
||||||
|
.
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:RepoManifest
|
Update Check Mode:RepoManifest
|
||||||
|
|
Loading…
Reference in a new issue