aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.idea/copyright (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remodel the ModelSamuel Holland2018-12-082-3/+3
| | | | | | | | | | | | - The configuration and crypto model is now entirely independent of Android classes other than Nullable and TextUtils. - Model classes are immutable and use builders that enforce the appropriate optional/required attributes. - The Android config proxies (for Parcelable and databinding) are moved to the Android side of the codebase, and are designed to be safe for two-way databinding. This allows proper observability in TunnelDetailFragment. - Various robustness fixes and documentation updates to helper classes.
* global: move to Apache 2.0Jason A. Donenfeld2018-07-062-7/+1
|
* global: fix up copyrightsJason A. Donenfeld2018-05-032-4/+4
|
* project: Import select Android Studio configuration filesSamuel Holland2018-05-013-0/+15
Having a consistent set of code style and inspection rules makes it easier for contributors to match the existing code. Signed-off-by: Samuel Holland <samuel@sholland.org>