nicolassmith / urlevaluator

URL evaluator for android - lengthens shortened URLs for correct handling in android
https://play.google.com/store/apps/details?id=com.github.nicolassmith.urlevaluator
Other
17 stars 3 forks source link

Automated updating manifest, plus keep activity from appearing in 'recent' list #7

Closed duetosymmetry closed 11 years ago

duetosymmetry commented 11 years ago
  1. Keep activity from appearing in 'recent' list by setting excludeFromRecents="true" on activity.
  2. Python script for pulling list of shorteners from longurl.org, adding in our own list of shorteners which are not included, and emitting a templated AndroidManifest.xml file (template in the python script).
  3. The new manifest is included. Photo on 3-18-13 at 11 11 AM
nicolassmith commented 11 years ago

Leo Stein! Thanks for that.