46 lines
1.3 KiB
YAML
46 lines
1.3 KiB
YAML
Categories:
|
|
- Internet
|
|
License: MIT
|
|
AuthorName: Nicolas Smith
|
|
AuthorEmail: stract74@netscape.net
|
|
SourceCode: https://github.com/nicolassmith/urlevaluator
|
|
IssueTracker: https://github.com/nicolassmith/urlevaluator/issues
|
|
|
|
AutoName: Short URL Evaluator
|
|
Description: |-
|
|
''Short URL Evaluator'' lengthens shortened URLs for correct handling in
|
|
Android.
|
|
|
|
This app is designed to be a short-URL unshortener. Android sometimes
|
|
launches an app if it recognizes the URL, for example, a link to
|
|
maps.google.com will open in the Maps app. However, this does not work for
|
|
short URLs, they will open in a browser, and many browsers will then just
|
|
open the mobile web site corresponding to the link.
|
|
|
|
This app will take the short url, unshorten it, and give it back so that
|
|
android can launch the correct application.
|
|
|
|
Over 350 URL-shortening services are supported!
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/nicolassmith/urlevaluator.git
|
|
|
|
Builds:
|
|
- versionName: '1.8'
|
|
versionCode: 9
|
|
commit: 5cd3b
|
|
prebuild: echo -e 'java.source=1.6\njava.target=1.6' > ant.properties
|
|
|
|
- versionName: '2.2'
|
|
versionCode: 12
|
|
commit: 3dbfae62b69
|
|
|
|
- versionName: '2.3'
|
|
versionCode: 13
|
|
commit: ce2a75c6573c9e02
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: '2.3'
|
|
CurrentVersionCode: 13
|