From c4c16e1e11c9f049e7e197c7e20a12717c2e86b4 Mon Sep 17 00:00:00 2001 From: David Black <david8black@gmail.com> Date: Fri, 22 Mar 2013 19:44:28 +0000 Subject: [PATCH] enable other ABIs for org.videolan.vlc --- metadata/net.everythingandroid.smspopup.txt | 14 +++++++++++--- metadata/org.videolan.vlc.txt | 7 +++---- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/metadata/net.everythingandroid.smspopup.txt b/metadata/net.everythingandroid.smspopup.txt index 3c21e685d1..4765694290 100644 --- a/metadata/net.everythingandroid.smspopup.txt +++ b/metadata/net.everythingandroid.smspopup.txt @@ -7,9 +7,17 @@ Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=smspopup+do Summary:Display SMS directly Description: -An Android application that intercepts incoming text messages and displays them in a popup window (activity). The popup window shows the contact the message came from and their contact photo (if there is one) as well as the content of the message. Directly from the popup the user is given the option to Close the popup (marking the message read) or Reply to the message (using a system intent). +Intercepts incoming text messages and displays them in a popup window. +The popup window shows the contact the message came from and their contact +photo (if there is one) as well as the content of the message. +Directly from the popup the user is given the option to Close the popup +(marking the message read) or Reply to the message (using a system intent). -Full notifications system built in - this allows a user to disable the built in messaging app notifications and use those from SMS Popup. The notifications system has additional options such as custom vibrate pattern, custom LED color and the ability to remind the user of a missed message in case they missed the notification the first time it played. +A full notifications system is included: this allows a user to disable the built +in messaging app notifications and use those from SMS Popup. The notifications +system has additional options such as custom vibrate pattern, custom LED color +and the ability to remind the user of a missed message in case they missed the +notification the first time it played. . Repo Type:git @@ -23,7 +31,7 @@ srclibs=ViewPagerIndicator@65457eac06,\ prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$ViewPagerIndicator$$@' project.properties Auto Update Mode:None -#Device variable and Tags doesn't work +#Tags are one version behind Play Store Update Check Mode:Tags Current Version:1.2.3 Current Version Code:123 diff --git a/metadata/org.videolan.vlc.txt b/metadata/org.videolan.vlc.txt index eae60c3399..369e6d0cf7 100644 --- a/metadata/org.videolan.vlc.txt +++ b/metadata/org.videolan.vlc.txt @@ -20,16 +20,15 @@ Build Version:0.0.11-ARMv7,110,0.0.11,forceversion=yes,forcevercode=yes,subdir=v update=.;../java-libs/SlidingMenu;../java-libs/ActionBarSherlock,\ prebuild=sed -i '48d' ../Makefile,build=cd ../ && \ ANDROID_ABI=armeabi-v7a ANDROID_SDK=$$SDK$$ ANDROID_NDK=$$NDK$$ ./compile.sh release,buildjni=no - -Build Version:0.0.11-ARM,111,!0.0.11,forceversion=yes,forcevercode=yes,subdir=vlc-android,\ +Build Version:0.0.11-ARM,111,0.0.11,forceversion=yes,forcevercode=yes,subdir=vlc-android,\ update=.;../java-libs/SlidingMenu;../java-libs/ActionBarSherlock,\ prebuild=sed -i '48d' ../Makefile,build=cd ../ && \ ANDROID_ABI=armeabi ANDROID_SDK=$$SDK$$ ANDROID_NDK=$$NDK$$ ./compile.sh release,buildjni=no -Build Version:0.0.11-x86,112,!0.0.11,forceversion=yes,forcevercode=yes,subdir=vlc-android,\ +Build Version:0.0.11-x86,112,0.0.11,forceversion=yes,forcevercode=yes,subdir=vlc-android,\ update=.;../java-libs/SlidingMenu;../java-libs/ActionBarSherlock,\ prebuild=sed -i '48d' ../Makefile,build=cd ../ && \ ANDROID_ABI=x86 ANDROID_SDK=$$SDK$$ ANDROID_NDK=$$NDK$$ ./compile.sh release,buildjni=no -Build Version:0.0.11-mips,113,!0.0.11,forceversion=yes,forcevercode=yes,subdir=vlc-android,\ +Build Version:0.0.11-mips,113,0.0.11,forceversion=yes,forcevercode=yes,subdir=vlc-android,\ update=.;../java-libs/SlidingMenu;../java-libs/ActionBarSherlock,\ prebuild=sed -i '48d' ../Makefile,build=cd ../ && \ ANDROID_ABI=mips ANDROID_SDK=$$SDK$$ ANDROID_NDK=$$NDK$$ ./compile.sh release,buildjni=no