update notify to 3.27
This commit is contained in:
parent
858bf5b3f8
commit
a70c4f1f63
|
@ -1,13 +1,13 @@
|
|||
Category:Games
|
||||
License:GPLv3
|
||||
Web Site:http://code.google.com/p/prboom4android/
|
||||
Source Code:http://code.google.com/p/prboom4android/source/checkout
|
||||
Source Code:http://code.google.com/p/prboom4android/source/list
|
||||
Issue Tracker:http://code.google.com/p/prboom4android/issues/list
|
||||
|
||||
Summary:PrBoom Doom engine for Android Devices
|
||||
Summary:PrBoom Doom game engine
|
||||
Description:
|
||||
PrBoom4Android is a port of the open source PrBoom Doom engine.
|
||||
It was originally ported to android by Vladimir Silva when the
|
||||
It was originally ported to Android by Vladimir Silva when the
|
||||
first android device, the G1, was released. Since the original
|
||||
port was designed to work with the G1's hardware keyboard, it
|
||||
did not function with touchscreen only devices. This release
|
||||
|
@ -27,6 +27,6 @@ Build Version:1.3.1-beta,31,49,buildjni=yes
|
|||
|
||||
#Not in market
|
||||
Update Check Mode:None
|
||||
|
||||
Current Version:1.3.1-beta
|
||||
Current Version Code:31
|
||||
|
||||
|
|
|
@ -9,12 +9,13 @@ Summary:Wireless internet tethering
|
|||
Description:
|
||||
There is a beta version of this under [[com.googlecode.android.wifi.tether]].
|
||||
|
||||
This program enables tethering (via wifi) for "rooted" handsets running Android. Clients (your
|
||||
laptop for example) can connect via wifi (ad-hoc mode)and get access to the internet using the 3G,
|
||||
2G mobile connection which is established by the handset.
|
||||
This program enables tethering (via WiFi and BT) for rooted handsets running Android. Clients (your
|
||||
laptop for example) can connect (via ad-hoc mode) and get access to the internet using the cellular
|
||||
data connection which is established by the handset.
|
||||
|
||||
This application requires a "rooted"-device and (probably) a custom-kernel which supports netfilter
|
||||
(iptables)! Please see the FAQ for detailed information.
|
||||
This application requires a rooted device (basic Android still doesn't allow ad-hoc mode) and
|
||||
(probably) a custom-kernel which supports netfilter (iptables). Please see the website for detailed
|
||||
information.
|
||||
.
|
||||
|
||||
Requires Root:Yes
|
||||
|
|
|
@ -8,9 +8,12 @@ Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=43V2
|
|||
|
||||
Summary:Notification management tool
|
||||
Description:
|
||||
This application will display a popup window for Missed Calls, Text Messages, Calendar Events and Emails (K-9 email).
|
||||
It is extremely customizable with many options to suit your needs and style. Extra themes are available
|
||||
as apks from the website.
|
||||
This application will display a popup window for missed calls, text messages, calendar events and
|
||||
emails (via [[com.fsck.k9]]). It is extremely customizable with many options to suit your needs and
|
||||
style. Extra themes are available as apks from the website.
|
||||
|
||||
Anti-feature: Addons. The app has some limitations and the user is prompted to install the fully-featured
|
||||
proprietary version.
|
||||
.
|
||||
|
||||
Repo Type:svn
|
||||
|
@ -43,6 +46,9 @@ Build Version:3.23,56,!no source
|
|||
Build Version:3.25.2,59,1068,encoding=utf-8,srclibs=FacebookSDK@c58af0b;Color-Picker@5d697049fb,\
|
||||
prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$FacebookSDK$$@' project.properties && \
|
||||
sed -i 's@\(android.library.reference.2=\).*@\1$$Color-Picker$$@' project.properties,target=android-15
|
||||
Build Version:3.27,64,1098,encoding=utf-8,srclibs=FacebookSDK@c58af0b;Color-Picker@5d697049fb,\
|
||||
prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$FacebookSDK$$@' project.properties && \
|
||||
sed -i 's@\(android.library.reference.2=\).*@\1$$Color-Picker$$@' project.properties,target=android-15
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Market
|
||||
|
|
|
@ -9,12 +9,13 @@ Summary:Wireless internet tethering
|
|||
Description:
|
||||
This is the latest version of [[android.tether]] but it's still a beta.
|
||||
|
||||
This program enables tethering (via wifi) for "rooted" handsets running Android. Clients (your
|
||||
laptop for example) can connect via wifi (ad-hoc mode)and get access to the internet using the 3G,
|
||||
2G mobile connection which is established by the handset.
|
||||
This program enables tethering (via WiFi and BT) for rooted handsets running Android. Clients (your
|
||||
laptop for example) can connect (via ad-hoc mode) and get access to the internet using the cellular
|
||||
data connection which is established by the handset.
|
||||
|
||||
This application requires a "rooted"-device and (probably) a custom-kernel which supports netfilter
|
||||
(iptables)! Please see the FAQ for detailed information.
|
||||
This application requires a rooted device (basic Android still doesn't allow ad-hoc mode) and
|
||||
(probably) a custom-kernel which supports netfilter (iptables). Please see the website for detailed
|
||||
information.
|
||||
.
|
||||
|
||||
Requires Root:Yes
|
||||
|
|
Loading…
Reference in a new issue