Statistics
| Branch: | Tag: | Revision:

trustedintents / trustedintents @ master

Name Size Revision Age Author Comment
  src 0fc4c33f about 2 years Hans-Christoph Steiner fix getIntentFromTrustedSender() to actually us...
AndroidManifest.xml 274 Bytes cba1dc86 about 2 years Hans-Christoph Steiner move library into its own gradle-style dir
build.gradle 527 Bytes cba1dc86 about 2 years Hans-Christoph Steiner move library into its own gradle-style dir
custom_rules.xml 3.95 KB 51910994 about 2 years Hans-Christoph Steiner remove gpg signing from ant build, its in ./mak...
project.properties 39 Bytes cba1dc86 about 2 years Hans-Christoph Steiner move library into its own gradle-style dir
setup-ant 575 Bytes cba1dc86 about 2 years Hans-Christoph Steiner move library into its own gradle-style dir
trustedintents.pom 1.58 KB 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

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.

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

View revisions

Also available in: Atom