Aftermath
Aftermath copied to clipboard
A simple, annotation-based Android library for generating onActivityForResult handlers.
Results
4
Aftermath issues
Sort by
recently updated
recently updated
newest added
If i add ``` apt 'org.michaelevans:aftermath-processor:0.3.0' ``` compile 'org.michaelevans:aftermath:0.3.0' to my gradle dependencies I get this error: Error:Host name 'repo.commonsware.com.s3.amazonaws.com' does not match the certificate subject provided by the peer...
Right now the generated code requires both an `int resultCode` and `Intent data`, but both(?) of these parameters should be optional, if a user doesn't plan to check for them.