Merge branch 'master' of gitorious.org:f-droid/fdroiddata
This commit is contained in:
commit
46726c4a0f
26
metadata/com.kkinder.charmap.txt
Normal file
26
metadata/com.kkinder.charmap.txt
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
Category:Office
|
||||||
|
License:MIT
|
||||||
|
Web Site:http://kkinder.com/charmap
|
||||||
|
Source Code:https://bitbucket.org/dalb8/charmap
|
||||||
|
Issue Tracker:
|
||||||
|
|
||||||
|
Summary:Access unicode characters
|
||||||
|
Description:
|
||||||
|
A small and simple character picker, allowing you to copy and paste unicode characters,
|
||||||
|
from Arabic to Ethiopic Extended. To copy multiple characters, enable the editor.
|
||||||
|
|
||||||
|
Note, of course, that your device’s font may not support all known characters.
|
||||||
|
Characters that your device cannot render will most likely show up as empty
|
||||||
|
rectangles, but they may still display elsewhere.
|
||||||
|
.
|
||||||
|
|
||||||
|
Repo Type:hg
|
||||||
|
Repo:https://bitbucket.org/dalb8/charmap
|
||||||
|
|
||||||
|
Build Version:1.0.1,101,1307b92
|
||||||
|
|
||||||
|
Auto Update Mode:None
|
||||||
|
Update Check Mode:Market
|
||||||
|
Current Version:1.0.1
|
||||||
|
Current Version Code:101
|
||||||
|
|
|
@ -16,8 +16,8 @@ Features:
|
||||||
* Different color schemes for comfortable reading
|
* Different color schemes for comfortable reading
|
||||||
* Optimizations for eInk
|
* Optimizations for eInk
|
||||||
|
|
||||||
The latest beta for this is available in [[cx.hell.android.pdfviewpro]], which also
|
An enhanced version for this is available in [[cx.hell.android.pdfviewpro]], which also
|
||||||
has x86 support and pinch to zoom.
|
has x86 support, contents table and text reflow.
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:hg
|
Repo Type:hg
|
||||||
|
@ -25,11 +25,13 @@ Repo:https://code.google.com/p/apv/
|
||||||
|
|
||||||
Build Version:0.3.0,300,!this crashes when built with the patch used in 0.3.2 7a75fb292687,\
|
Build Version:0.3.0,300,!this crashes when built with the patch used in 0.3.2 7a75fb292687,\
|
||||||
subdir=pdfview,buildjni=yes,prebuild=scripts/build-native.sh
|
subdir=pdfview,buildjni=yes,prebuild=scripts/build-native.sh
|
||||||
Build Version:0.3.2,32000,ff030f8b49e6,subdir=pdfview,buildjni=yes,\
|
Build Version:0.3.2,32000,ff030f8b49e6,subdir=pdfview,buildjni=no,target=android-8,\
|
||||||
patch=fdroid-ndk-build.patch,prebuild=scripts/build-native.sh
|
patch=fdroid-ndk-build.patch,prebuild=scripts/build-native.sh
|
||||||
|
Build Version:0.3.4,34000,c8724f674967,subdir=pdfview,target=android-10,buildjni=yes,prebuild=\
|
||||||
|
sed -i '/ndk-build/d' scripts/build-native.sh && \
|
||||||
|
./scripts/build-native.sh && sed -i '/proguard/d' project.properties,forceversion=yes,forcevercode=yes
|
||||||
|
|
||||||
|
Update Check Mode:None
|
||||||
Update Check Mode:Market
|
Current Version:0.3.4
|
||||||
Current Version:0.3.0
|
Current Version Code:34000
|
||||||
Current Version Code:300
|
|
||||||
|
|
||||||
|
|
|
@ -8,12 +8,12 @@ Bitcoin:1MLdh6uAPymWVJ4bmRde684uTcLJWwumkK
|
||||||
|
|
||||||
Summary:PDF viewer
|
Summary:PDF viewer
|
||||||
Description:
|
Description:
|
||||||
This is beta: if you want a more stable version use [[cx.hell.android.pdfview]].
|
|
||||||
|
|
||||||
Native PDF Viewer based on the MuPDF library
|
Native PDF Viewer based on the MuPDF library
|
||||||
|
|
||||||
Features:
|
Features:
|
||||||
* Pinch to zoom
|
* Pinch to zoom
|
||||||
|
* Text reflow
|
||||||
|
* Table of contents
|
||||||
* Textual search support
|
* Textual search support
|
||||||
* Flexible key/button/gesture configuration
|
* Flexible key/button/gesture configuration
|
||||||
* Different color schemes for comfortable reading
|
* Different color schemes for comfortable reading
|
||||||
|
@ -27,17 +27,17 @@ Repo Type:hg
|
||||||
Repo:https://code.google.com/p/apv/
|
Repo:https://code.google.com/p/apv/
|
||||||
|
|
||||||
#Version code last digit: 0 for all arm; 1 for armeabi; 2 for armeabi-v7a; 3 for x86
|
#Version code last digit: 0 for all arm; 1 for armeabi; 2 for armeabi-v7a; 3 for x86
|
||||||
Build Version:0.3.3dev01-arm,33010,559c69be7b12,subdir=pdfview,target=android-10,buildjni=yes,prebuild=\
|
Build Version:0.3.4-arm,34000,c8724f674967,subdir=pdfview,target=android-10,buildjni=yes,prebuild=\
|
||||||
python2.7 ./scripts/pjpp.py --configuration pro && sed -i '/ndk-build/d' scripts/build-native.sh && \
|
python2.7 ./scripts/pjpp.py --configuration pro && sed -i '/ndk-build/d' scripts/build-native.sh && \
|
||||||
./scripts/build-native.sh && sed -i 's/armeabi-v7a armeabi x86/armeabi-v7a armeabi/g' jni/Application.mk && \
|
./scripts/build-native.sh && sed -i 's/armeabi-v7a armeabi x86/armeabi-v7a armeabi/g' jni/Application.mk && \
|
||||||
sed -i '/proguard/d' project.properties,forceversion=yes,forcevercode=yes
|
sed -i '/proguard/d' project.properties,forceversion=yes,forcevercode=yes
|
||||||
Build Version:0.3.3dev01-x86,33013,559c69be7b12,subdir=pdfview,target=android-10,buildjni=yes,prebuild=\
|
Build Version:0.3.4-x86,34003,c8724f674967,subdir=pdfview,target=android-10,buildjni=yes,prebuild=\
|
||||||
python2.7 ./scripts/pjpp.py --configuration pro && sed -i '/ndk-build/d' scripts/build-native.sh && \
|
python2.7 ./scripts/pjpp.py --configuration pro && sed -i '/ndk-build/d' scripts/build-native.sh && \
|
||||||
./scripts/build-native.sh && sed -i 's/armeabi-v7a armeabi x86/x86/g' jni/Application.mk && \
|
./scripts/build-native.sh && sed -i 's/armeabi-v7a armeabi x86/x86/g' jni/Application.mk && \
|
||||||
sed -i '/proguard/d' project.properties,forceversion=yes,forcevercode=yes
|
sed -i '/proguard/d' project.properties,forceversion=yes,forcevercode=yes
|
||||||
|
|
||||||
#Device-variable
|
#Device-variable
|
||||||
Update Check Mode:None
|
Update Check Mode:None
|
||||||
Current Version:0.3.3dev01-arm
|
Current Version:0.3.4-arm
|
||||||
Current Version Code:33030
|
Current Version Code:34000
|
||||||
|
|
||||||
|
|
24
metadata/jp.sawada.np2android.txt
Normal file
24
metadata/jp.sawada.np2android.txt
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
Category:Games
|
||||||
|
License:GPLv2+
|
||||||
|
Web Site:http://np2android.sf.net
|
||||||
|
Source Code:http://sf.net/p/np2android/code/
|
||||||
|
Issue Tracker:http://sf.net/p/np2android/tickets/
|
||||||
|
|
||||||
|
Summary:PC-98 emulator
|
||||||
|
Description:
|
||||||
|
PC-98 was popular Japaness hardware platform, which became home for many games,
|
||||||
|
including lots of [https://en.wikipedia.org/wiki/D%C5%8Djin "dōjin"] style dating sims
|
||||||
|
and early games of the [https://en.wikipedia.org/wiki/Touhou_Project Touhou Project] franchise.
|
||||||
|
|
||||||
|
This project is based on sources, published by someone with nickname sawada,
|
||||||
|
who used code of Neko Project II. See [http://sourceforge.net/p/np2android/wiki project wiki] for installation instructions.
|
||||||
|
.
|
||||||
|
|
||||||
|
Repo Type:git
|
||||||
|
Repo:git://git.code.sf.net/p/np2android/code
|
||||||
|
|
||||||
|
Build Version:20120217,20120217,20120217,buildjni=yes,target=android-15
|
||||||
|
|
||||||
|
Update Check Mode:Tags
|
||||||
|
Current Version:20120217
|
||||||
|
Current Version Code:20120217
|
|
@ -7,21 +7,21 @@ Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=wseemann%40
|
||||||
|
|
||||||
Summary:Audio stream player
|
Summary:Audio stream player
|
||||||
Description:
|
Description:
|
||||||
These versions of the app have been built without native code. The app should work fine but will crash
|
These versions of the app don't have the ffmpeg helper program. The app should work fine but will crash
|
||||||
if you attempt to enable retrieval of Shoutcast metadata in the settings. See the website for the
|
if you attempt to enable retrieval of Shoutcast metadata in the settings. See the website for the
|
||||||
developer's build if you need that feature.
|
developer's build if you need that feature.
|
||||||
|
|
||||||
HTTP media server browser and stream player. Ideal for playing internet radio or streaming podcasts
|
HTTP media server browser and stream player. Ideal for playing internet radio or streaming podcasts
|
||||||
in the background. For use with any streaming media servers such as GNUMP3d.
|
in the background. For use with any streaming media servers such as GNUMP3d.
|
||||||
|
|
||||||
*Supports Android 2.2+, 3.0+ (No support for < 2.2)
|
* Supports Android 2.2+, 3.0+ (No support for < 2.2)
|
||||||
*Plays Android supported media files
|
* Plays Android supported media files
|
||||||
*Additional support for m3u, m3u8, pls and asx playlists
|
* Additional support for m3u, m3u8, pls and asx playlists
|
||||||
*Supports multitasking/playing audio in the background
|
* Supports multitasking/playing audio in the background
|
||||||
*Repeat and shuffle modes
|
* Repeat and shuffle modes
|
||||||
*Alarm clock support
|
* Alarm clock support
|
||||||
*Home screen widget
|
* Home screen widget
|
||||||
*Utilizes HTML parsing to allow navigation of HTTP servers that serve HTML pages e.g http://listenlive.eu
|
* Utilizes HTML parsing to allow navigation of HTTP servers that serve HTML pages e.g http://listenlive.eu
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:svn
|
Repo Type:svn
|
||||||
|
|
Loading…
Reference in a new issue