Half a dozen new apps
This commit is contained in:
parent
18db41fdf5
commit
9522230b84
23
metadata/be.norio.randomapp.txt
Normal file
23
metadata/be.norio.randomapp.txt
Normal file
|
@ -0,0 +1,23 @@
|
|||
Categories:System
|
||||
License:GPLv3
|
||||
Web Site:
|
||||
Source Code:https://github.com/litrik/be.norio.randomapp
|
||||
Issue Tracker:https://github.com/litrik/be.norio.randomapp/issues
|
||||
|
||||
Auto Name:Random App
|
||||
Summary:Launch a random app
|
||||
Description:
|
||||
No description available
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/litrik/be.norio.randomapp.git
|
||||
|
||||
Build:1.0,1
|
||||
commit=0ac31
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.0
|
||||
Current Version Code:1
|
||||
|
38
metadata/com.htruong.inputmethod.latin.txt
Normal file
38
metadata/com.htruong.inputmethod.latin.txt
Normal file
|
@ -0,0 +1,38 @@
|
|||
Categories:System
|
||||
License:GPLv3
|
||||
Web Site:http://www.tnhh.net/2013/04/02/sophia-ime-easter-awesomeness.html
|
||||
Source Code:https://github.com/htruong/sophia_oss
|
||||
Issue Tracker:https://github.com/htruong/sophia_oss/issues
|
||||
|
||||
Auto Name:Sophia keyboard
|
||||
Summary:Android Latin keyboard
|
||||
Description:
|
||||
Keyboard based on AOSP Latin IME, built entirely with Android SDK/NDK.
|
||||
For Vietnamese users, Sophia Vietnamese IME automatically adds tone-marks
|
||||
to your Vietnamese input.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/htruong/sophia_oss.git
|
||||
|
||||
Build:1.0.6,6
|
||||
commit=caab7
|
||||
subdir=latinime
|
||||
update=.;../inputmethodcommon;../support-v4
|
||||
prebuild=sed -i '11s/8/11/g' AndroidManifest.xml
|
||||
build=mkdir -p libs && \
|
||||
cd ../inputmethodcommon && \
|
||||
ant release && \
|
||||
cd .. && \
|
||||
cp inputmethodcommon/bin/classes.jar latinime/libs/inputmethodcommon.jar && \
|
||||
cd support-v4 && \
|
||||
ant release && \
|
||||
cd .. && \
|
||||
cp support-v4/bin/classes.jar latinime/libs/android-support-v4.jar
|
||||
buildjni=yes
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.0.6
|
||||
Current Version Code:6
|
||||
|
24
metadata/com.mod.android.widget.fbcw.txt
Normal file
24
metadata/com.mod.android.widget.fbcw.txt
Normal file
|
@ -0,0 +1,24 @@
|
|||
Categories:System
|
||||
License:Apache2
|
||||
Web Site:
|
||||
Source Code:https://github.com/marin-liovic/Fast-Brightness-Control-Widget
|
||||
Issue Tracker:https://github.com/marin-liovic/Fast-Brightness-Control-Widget/issues
|
||||
|
||||
Auto Name:Fast Brightness Control Widget
|
||||
Summary:Simple brightness widget
|
||||
Description:
|
||||
No description available
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/marin-liovic/Fast-Brightness-Control-Widget.git
|
||||
|
||||
Build:1.1,2
|
||||
commit=99f0d
|
||||
target=android-16
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.1
|
||||
Current Version Code:2
|
||||
|
28
metadata/com.mykola.lexinproject.txt
Normal file
28
metadata/com.mykola.lexinproject.txt
Normal file
|
@ -0,0 +1,28 @@
|
|||
Categories:Office
|
||||
License:Apache2
|
||||
Web Site:
|
||||
Source Code:https://github.com/cmykola/Lexin
|
||||
Issue Tracker:https://github.com/cmykola/Lexin/issues
|
||||
|
||||
Auto Name:LexinProject
|
||||
Summary:Swedish dictionary for learners
|
||||
Description:
|
||||
Currently supported:
|
||||
albanska; amhariska; arabiska; azerbajdzjanska; bosniska; engelskt; finska;
|
||||
grekiska; kroatiska; nordkurdiska; pashto; persiska; ryska; serbiska (latinskt);
|
||||
serbiska (kyrilliskt); somaliska; spanska; sydkurdiska; turkiska.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/cmykola/Lexin.git
|
||||
|
||||
Build:1.5,6
|
||||
commit=efb7ade05b24ab
|
||||
srclibs=1:ActionBarSherlock@4.2.0
|
||||
prebuild=mv libs/android-support-v4.jar $$ActionBarSherlock$$/libs/
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.5
|
||||
Current Version Code:6
|
||||
|
30
metadata/com.niparasc.papanikolis.txt
Normal file
30
metadata/com.niparasc.papanikolis.txt
Normal file
|
@ -0,0 +1,30 @@
|
|||
Categories:Games
|
||||
License:GPLv3
|
||||
Web Site:http://niparasc.blogspot.com
|
||||
Source Code:https://github.com/niparasc/papanikolis-submarine
|
||||
Issue Tracker:https://github.com/niparasc/papanikolis-submarine/issues
|
||||
|
||||
Auto Name:Papanikolis Submarine
|
||||
Summary:Multiplayer 2-D game
|
||||
Description:
|
||||
Steer the submarine through the caverns. Can be played with a friend
|
||||
via bluetooth.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/niparasc/papanikolis-submarine.git
|
||||
|
||||
Build:1.0,1
|
||||
commit=06140e
|
||||
subdir=papanikolis-android
|
||||
init=zip -r native.zip libs/armeabi* && \
|
||||
mv ../papanikolis/libs/* libs/ && \
|
||||
rm libs/*sources.jar && \
|
||||
echo 'source.dir=src;../papanikolis/src' > ant.properties
|
||||
build=unzip native.zip
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.0
|
||||
Current Version Code:1
|
||||
|
44
metadata/org.evilsoft.pathfinder.reference.txt
Normal file
44
metadata/org.evilsoft.pathfinder.reference.txt
Normal file
|
@ -0,0 +1,44 @@
|
|||
Categories:Games
|
||||
License:GPLv3
|
||||
Web Site:http://legolas.org
|
||||
Source Code:https://github.com/devonjones/PathfinderOpenReference
|
||||
Issue Tracker:https://github.com/devonjones/PathfinderOpenReference/issues
|
||||
|
||||
Auto Name:Masterwork Tools: Pathfinder Open Reference
|
||||
Summary:RPG reference manual
|
||||
Description:
|
||||
This reference gives you rapid access to every feat, spell, class, skill,
|
||||
monster and rule in the full Pathfinder Roleplaying Game Reference Document.
|
||||
With intuitive indexing and powerful search capability, the reference gets
|
||||
you the information you need quickly so you can get back to the game.
|
||||
Includes rules material from the Pathfinder Roleplaying Game Core Rulebook,
|
||||
Advanced Player’s Guide, Ultimate Magic, Ultimate Combat, Ultimate Equipment,
|
||||
GameMastery Guide, NPC Codex, Bestiary, Bestiary 2 and Bestiary 3.
|
||||
|
||||
The application has 31000 rule snippets allowing you to access over 20000
|
||||
discrete rule topics. Including: 725 Feats, 1358 Spells, 1402 Monsters & NPCs,
|
||||
45 Classes and a ton more.
|
||||
The application allows you to hone in the passages that matter for what’s
|
||||
going on in game now. Every title in every article is a link that lets you
|
||||
just see/bookmark that section. It has a powerful and fast search lets you
|
||||
find the rule you need, quickly.
|
||||
It also allows you to create bookmark collections. You can bookmark passages
|
||||
that you want quick access to as a GM, while creating other collections for
|
||||
your characters, giving you quick access to the rules that applicable to that
|
||||
character.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/devonjones/PathfinderOpenReference.git
|
||||
|
||||
Build:1.0.18,19
|
||||
commit=1.0.19
|
||||
update=force
|
||||
rm=libs/android-ant.jar;libs/libspen23_multiwindow.jar
|
||||
srclibs=1:ActionBarSherlock@4.4.0
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.0.18
|
||||
Current Version Code:19
|
||||
|
28
metadata/org.sudowars.txt
Normal file
28
metadata/org.sudowars.txt
Normal file
|
@ -0,0 +1,28 @@
|
|||
Categories:Games
|
||||
License:GPLv3
|
||||
Web Site:http://sudowars.org
|
||||
Source Code:https://github.com/sudowars/sudowars
|
||||
Issue Tracker:https://github.com/sudowars/sudowars/issues
|
||||
|
||||
Auto Name:Sudowars
|
||||
Summary:Multiplayer sudoku
|
||||
Description:
|
||||
Sudowars is a Sudoku app which enables you to play Sudoku in multiplayer mode
|
||||
over Bluetooth against another person.
|
||||
In addition to that there is also a trainings mode, where you can play alone.
|
||||
In the trainings mode you can ask for assistance through the game.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/sudowars/sudowars.git
|
||||
|
||||
Build:1.1,5
|
||||
commit=v1.1
|
||||
subdir=Sudowars
|
||||
rm=screenshots
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.1
|
||||
Current Version Code:2
|
||||
|
36
metadata/ru0xdc.rtkgps.txt
Normal file
36
metadata/ru0xdc.rtkgps.txt
Normal file
|
@ -0,0 +1,36 @@
|
|||
Categories:Navigation
|
||||
# MIT but see jni/simonlynen_android_libs/agast/jni/agast/include/agast/agast5_8.h
|
||||
License:GPLv3
|
||||
Source Code:https://github.com/illarionov/RtkGps
|
||||
Issue Tracker:https://github.com/illarionov/RtkGps/issues
|
||||
|
||||
Summary:RTKLIB rtknavi port
|
||||
Description:
|
||||
Real-time standard and precise GNSS Positioning on Android using an external
|
||||
Bluetooth or USB GPS receiver; based on RTKLIB.
|
||||
|
||||
* GPS, GLONASS, Galileo, QZSS, BeiDou and SBAS Navigation systems
|
||||
* Single, DGPS/DGNSS, Kinematic, Static, Moving-Baseline, Fixed, PPP-Kinematic, PPP-Static and PPP-Fixed positioning modes.
|
||||
* RINEX 2.10,2.11,2.12 OBS/NAV/GNAV/HNAV/LNAV/QNAV, RINEX 3.00,3.01,3.02 OBS/NAV,RINEX 3.02 CLK,RTCM ver.2.3,RTCM ver.3.1 (with amendment 1-5), RTCM ver.3.2, BINEX, NTRIP 1.0, NMEA 0183, SP3-c, ANTEX 1.4, IONEX 1.0, NGS PCV and EMS 2.0.
|
||||
* Proprietary protocotols: NovAtel: OEM4/V/6,OEM3,OEMStar,Superstar II, Hemisphere: Eclipse,Crescent, u-blox: LEA-4T/5T/6T, SkyTraq: S1315F, JAVAD GRIL/GREIS, Furuno GW-10-II/III and NVS NV08C BINR, TCP/IP, NTRIP, local log file
|
||||
* Bluetooth and USB OTG communication
|
||||
* experimental SiRF IV protocol support
|
||||
|
||||
Status: Alpha
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/illarionov/RtkGps.git
|
||||
|
||||
Build:1.0,1
|
||||
commit=1b27b7
|
||||
forceversion=yes
|
||||
init=sed -i 's/@/:\/\//g;s/:little/\/little/g;s/:illar/\/illar/g' .gitmodules && \
|
||||
git submodule update --init
|
||||
buildjni=yes
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.0
|
||||
Current Version Code:1
|
||||
|
29
metadata/se.danielj.geometridestroyer.txt
Normal file
29
metadata/se.danielj.geometridestroyer.txt
Normal file
|
@ -0,0 +1,29 @@
|
|||
Categories:Games
|
||||
License:GPLv3
|
||||
Web Site:http://danielj.se
|
||||
Source Code:https://github.com/MaTachi/geometri-destroyer
|
||||
Issue Tracker:https://github.com/MaTachi/geometri-destroyer/issues
|
||||
|
||||
Auto Name:Geometri Destroyer
|
||||
Summary:Simple game
|
||||
Description:
|
||||
Remove the green objects but don't let the blue objects touch the ground.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/MaTachi/geometri-destroyer.git
|
||||
|
||||
Build:1.0.1,2
|
||||
commit=1aa2e
|
||||
subdir=geometri-destroyer-android
|
||||
init=zip -r native.zip libs/armeabi* && \
|
||||
mv ../geometri-destroyer/libs/gdx.jar libs/ && \
|
||||
mv ../geometri-destroyer/libs/gdx-freetype.jar libs/ && \
|
||||
echo 'source.dir=src;../geometri-destroyer/src' > ant.properties
|
||||
build=unzip native.zip
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.0.1
|
||||
Current Version Code:2
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
Repo Type:git
|
||||
Repo:https://github.com/nostra13/Android-Universal-Image-Loader.git
|
||||
|
||||
Subdir:library
|
||||
Subdir:UniversalImageLoader,library
|
||||
|
||||
Update Project:Yes
|
||||
|
||||
|
|
Loading…
Reference in a new issue