Corrections, fixes, disablements for merge request 15

This commit is contained in:
Ciaran Gultnieks 2012-07-01 09:10:19 +01:00
parent 2f4391dbce
commit 45478d6e8d
5 changed files with 43 additions and 11 deletions

View file

@ -1,3 +1,8 @@
Disabled:Non-free blobs
#Scanner found 2 problems:
#...Found probable non-free blob build/com.googlecode.gtalksms/libs/libGoogleAnalytics.jar
#...Found probable non-free blob build/com.googlecode.gtalksms/libs/GoogleAdMobAdsSdk-6.0.1.jar
#talkmyphone project as been merged into this.probably remove that from repo. #talkmyphone project as been merged into this.probably remove that from repo.
#the reference to admob in the code is because the app in the market is ad-supported with full features. there is another app which is just a key to disable ads #the reference to admob in the code is because the app in the market is ad-supported with full features. there is another app which is just a key to disable ads
@ -6,11 +11,17 @@ License:GPLv3
Web Site:https://code.google.com/p/gtalksms/w/list Web Site:https://code.google.com/p/gtalksms/w/list
Source Code:https://code.google.com/p/gtalksms/source/list Source Code:https://code.google.com/p/gtalksms/source/list
Issue Tracker:https://code.google.com/p/gtalksms/issues/list Issue Tracker:https://code.google.com/p/gtalksms/issues/list
Donate:http://flattr.com/thing/130193/GTalkSMS FlattrID:130193
Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=WQDV6S67WAC7A&lc=US&item_name=GTalkSMS&item_number=WEB&currency_code=EUR&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=WQDV6S67WAC7A&lc=US&item_name=GTalkSMS&item_number=WEB&currency_code=EUR&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted
Summary:Control your phone via GTalk/XMPP Summary:Control your phone via GTalk/XMPP
description:Send/receive SMS, make calls, locate your phone via GPS, activate WLAN or Bluetooth, etc. It can be useful for those who prefer typing sms on a real keyboard. The app also notifies you about new "events" on the phone, like a new text message (SMS) or an incoming call. Think of it as an remote control for your android phone via GTalk/XMPP that informs you about recent events on your smartphone. Description:
Send/receive SMS, make calls, locate your phone via GPS, activate WLAN or
Bluetooth, etc. It can be useful for those who prefer typing SMS on a real
keyboard. The app also notifies you about new "events" on the phone, like a
new text message (SMS) or an incoming call. Think of it as an remote control
for your android phone via GTalk/XMPP that informs you about recent events on
your smartphone.
. .
Repo Type:hg Repo Type:hg

View file

@ -1,3 +1,4 @@
Disabled:Incomplete source?
Category:Games Category:Games
License:GPLv3 License:GPLv3
Web Site:http://www.eurobilltracker.com/ Web Site:http://www.eurobilltracker.com/
@ -20,4 +21,8 @@ Features:
Repo Type:git-svn Repo Type:git-svn
Repo:http://ebt-new-note.googlecode.com/svn Repo:http://ebt-new-note.googlecode.com/svn
Build Version:0.0.64,1,r131 # [javac] PictureUploader.java:48: cannot find symbol
# [javac] symbol : variable Keys
# [javac] location: class com.marv42.ebt.newnote.scanning.PictureUploader
# [javac] Keys.WSV_SHORT_TERM_STORAGE);
Build Version:0.0.64,1,131,subdir=trunk/EbtNewNote,target=android-15,prebuild=mv lib/ libs/

View file

@ -5,8 +5,10 @@ Source Code:https://gitorious.org/bysyklist
Issue Tracker:http://rogerkk.lighthouseapp.com/projects/53437-bysyklist-oslo Issue Tracker:http://rogerkk.lighthouseapp.com/projects/53437-bysyklist-oslo
Donate: Donate:
Summary:Helps you find ready bikes or locks for ClearChannels city bike project in Oslo (not affiliated with ClearChannel) Summary:Find bikes in Oslo
Description:Bysyklist Oslo helps you find racks with ready bikes or docks for ClearChannels city bike (bysykkel) project in Oslo, Norway. Description:
Bysyklist Oslo helps you find racks with ready bikes or docks for ClearChannels
city bike (bysykkel) project in Oslo, Norway.
Features: Features:
* Map, with your location and rack status * Map, with your location and rack status

View file

@ -7,11 +7,24 @@ Donate:
Summary:Browse and copy Unicode characters Summary:Browse and copy Unicode characters
Description: Description:
UnicodeMap lets you browse Unicode characters by range and search for them by name, display them (when Android has the font) and copy them to the clipboard. It can also decode a string of Unicode characters to names. UnicodeMap lets you browse Unicode characters by range and search for them by name,
display them (when Android has the font) and copy them to the clipboard. It can
also decode a string of Unicode characters to names.
I wrote this because Android doesn't offer a way to enter exotic Unicode characters (in the en-US locale, which I use, it is limited to accented Latin characters). Unfortunately it isn't very good as an input method. This app is just the list of Unicode characters, arranged by block: you can browse through them, enter them in a dedicated text field, and copy that field to the clipboard (it works a bit the way Gucharmap does). There is also a primitive search feature (to search on the character name). Of course, Android will only properly display a minuscule fraction of the characters, but those that are not properly displayed still “work” in the sense that you can copy them around or whatever. This app is just the list of Unicode characters, arranged by block: you can
browse through them, enter them in a dedicated text field, and copy that field to
the clipboard (it works a bit the way Gucharmap does). There is also a primitive
search feature (to search on the character name). Of course, Android will only
properly display a minuscule fraction of the characters, but those that are not
properly displayed still “work” in the sense that you can copy them around or
whatever.
This is a very basic and limited program, and not much data is available (essentially, only the character name, its code point and its general category). The list of characters, on the other hand, is complete: the latest version has the full Unicode 6.1 character set (all 110181 of them). In particular, the program is not limited to the first plane of Unicode (aka, 65536 codepoints): you can copy-paste cuneiform if you like. This is a very basic and limited program, and not much data is available
(essentially, only the character name, its code point and its general category).
The list of characters, on the other hand, is complete: the latest version has
the full Unicode 6.1 character set (all 110181 of them). In particular, the
program is not limited to the first plane of Unicode (aka, 65536 codepoints):
you can copy-paste cuneiform if you like.
. .
Repo Type:git Repo Type:git
@ -19,6 +32,4 @@ Repo:git://git.madore.org/android/UnicodeMap.git
Build Version:0.0.4,4,47f5265e Build Version:0.0.4,4,47f5265e
current version:0.0.4
current version code:4

View file

@ -1,3 +1,4 @@
Disabled:Can't build, incomplete source?
Category:Multimedia Category:Multimedia
License:GPLv3 License:GPLv3
Web Site:https://guardianproject.info/apps/securecam/ Web Site:https://guardianproject.info/apps/securecam/
@ -13,7 +14,9 @@ Anonymize your photos and videos
Repo Type:git Repo Type:git
Repo:git://github.com/guardianproject/SecureSmartCam.git Repo:git://github.com/guardianproject/SecureSmartCam.git
Build Version:1.0,1,7b55a4fc2 #Source appears to be incomplete:
#org.witness.sscphase1/jni/redaction.h:24:24: error: bit_shifts.h: No such file or directory
#Build Version:1.0,1,7b55a4fc2,buildjni=yes
Update Check Mode:RepoManifest Update Check Mode:RepoManifest
Current Version:1.0 Current Version:1.0