Statistics
| Branch: | Tag: | Revision:

trustedintents @ master

Name Size Revision Age Author Comment
  app cba1dc86 about 2 years Hans-Christoph Steiner move library into its own gradle-style dir
  test cba1dc86 about 2 years Hans-Christoph Steiner move library into its own gradle-style dir
  trustedintents 51910994 about 2 years Hans-Christoph Steiner remove gpg signing from ant build, its in ./mak...
.classpath 466 Bytes 3b9eaf82 over 3 years Hans-Christoph Steiner project skeleton
.gitignore 501 Bytes 9f5bcd3f about 2 years Hans-Christoph Steiner add example app Includes this as the app icon:...
.project 817 Bytes 3b9eaf82 over 3 years Hans-Christoph Steiner project skeleton
LICENSE.txt 25.9 KB 411880e4 over 3 years Hans-Christoph Steiner add README and LICENSE
README.md 893 Bytes 42b6cdc1 over 2 years Hans-Christoph Steiner document how LGPL works with Java
build.gradle 261 Bytes 9f5bcd3f about 2 years Hans-Christoph Steiner add example app Includes this as the app icon:...
ic_launcher.png 38.1 KB 9f5bcd3f about 2 years Hans-Christoph Steiner add example app Includes this as the app icon:...
jenkins-build 265 Bytes cba1dc86 about 2 years Hans-Christoph Steiner move library into its own gradle-style dir
make-release-build 1.03 KB 45bc8e17 about 2 years Hans-Christoph Steiner make-release-build: strip and gpg-sign when tho...
settings.gradle 34 Bytes cba1dc86 about 2 years Hans-Christoph Steiner move library into its own gradle-style dir

Latest revisions

# Date Author Comment
51910994 01/07/2016 10:22 pm Hans-Christoph Steiner

remove gpg signing from ant build, its in ./make-release-build now

45bc8e17 01/07/2016 10:18 pm Hans-Christoph Steiner

make-release-build: strip and gpg-sign when those are available

0fc4c33f 01/07/2016 03:06 pm Hans-Christoph Steiner

fix getIntentFromTrustedSender() to actually use the sending packageName

It was getting the recipient's packageName, not the sender's. The Intent
does not include the sender's packageName, that has to be fetched using
Activity.getCallingActivity().

Thanks to @grote for finding this.

94eb9967 12/08/2015 02:25 pm Hans-Christoph Steiner

make-release-build: remove faketime, it only causes problems

Its freezing forever and doesn't provide perfect timestamp reproducibility

6dd86be3 12/08/2015 02:14 pm Hans-Christoph Steiner

make getIntentFromTrustedSender return null if anything goes wrong

Instead of throwing an Exception, just return null. That makes this behave
more like Activity.getIntent() and the related patterns.

cba1dc86 12/08/2015 02:14 pm Hans-Christoph Steiner

move library into its own gradle-style dir

9f5bcd3f 12/08/2015 01:50 pm Hans-Christoph Steiner

add example app

Includes this as the app icon:
https://commons.wikimedia.org/wiki/File:Geogebra.svg

05a33beb 12/08/2015 01:50 pm Hans-Christoph Steiner

include signing key pin for Amnesty iilab Panic Button

7cd731b2 12/07/2015 03:52 pm Hans-Christoph Steiner

exclude generated BuildConfig from jar, its unneeded and conflicts

4b0cf180 12/07/2015 03:52 pm Hans-Christoph Steiner

include all static pin files in the release jar

View all revisions | View revisions

Also available in: Atom