Age | Commit message (Expand) | Author |
2019-01-07 | Update copyright | Jason A. Donenfeld |
2018-12-18 | Migrate to AndroidX | Harsh Shandilya |
2018-12-15 | Provide semantically meaningful exceptions for translation | Samuel Holland |
2018-12-08 | Remodel the Model | Samuel Holland |
2018-09-06 | global: update copyright headers | Jason A. Donenfeld |
2018-08-26 | Extract error messages to string resources | Harsh Shandilya |
2018-07-13 | global: Add nullity annotations | Eric Kuck |
2018-07-06 | global: move to Apache 2.0 | Jason A. Donenfeld |
2018-06-19 | crypto: Slightly Java-ify the Curve25519 implementation | Samuel Holland |
2018-06-02 | crypto: KeyEncoding: Fix style | Harsh Shandilya |
2018-05-30 | KeyEncoding: more constant time | Jason A. Donenfeld |
2018-05-09 | global: Cleanup line lengths and misc lint warnings | Harsh Shandilya |
2018-05-03 | global: fix up copyrights | Jason A. Donenfeld |
2018-05-02 | Keypair: Minimize the scope of warning suppression | Samuel Holland |
2018-05-02 | KeyEncoding: Address lints/warnings and match line length | Samuel Holland |
2018-05-02 | global: Add or update copyright headers in Java code | Samuel Holland |
2018-04-30 | global: Automatic code formatting | Samuel Holland |
2018-04-25 | Curve25519: fix up spacing | Jason A. Donenfeld |
2018-02-13 | KeyEncoding: add constant time hex implementation | Jason A. Donenfeld |
2018-01-08 | global: Fix or suppress most lints/warnings | Samuel Holland |
2018-01-08 | project: Global cleanup | Samuel Holland |
2017-08-13 | Major renaming and refactoring in activity and service | Samuel Holland |
2017-08-09 | KeyEncoding: Clean up and reorganize to match style | Samuel Holland |
2017-08-09 | Keypair: Convert to java-style array declarations | Samuel Holland |
2017-08-08 | Constant time base64 | Jason A. Donenfeld |
2017-08-01 | Keypair: Create class for generating/storing keys | Samuel Holland |
2017-08-01 | Curve25519: Import class from noise-java | Samuel Holland |