enable other ABIs for org.videolan.vlc
This commit is contained in:
parent
a66e6b51b4
commit
c4c16e1e11
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue