Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-15 | all: re-do package structure yet again | Harsh Shandilya | |
2022-06-09 | Upgrade ktfmt (#1942) | Harsh Shandilya | |
* build-logic: upgrade ktfmt * all: reformat | |||
2022-05-02 | Misc cleanups (#1891) | Harsh Shandilya | |
2022-03-27 | Migrate namespaces to Gradle (#1805) | Harsh Shandilya | |
* ui-compose: update Gradle configuration * gradle: fix namespace for a couple astray Compose dependencies * all: switch to Gradle namespace property Mirrors a similar change from AndroidX https://github.com/androidx/androidx/commit/dcfa035a961fd1daabb7dcccf97d77fa2a006abf | |||
2022-01-13 | Refactor randomized password generator into a separate module (#1663) | Aditya Wasan | |
2021-12-26 | Misc cleanups to build-logic and expand BCV exclusion list (#1622) | Harsh Shandilya | |
* build-logic: remove `kotlin-dsl-precompiled-script-plugins` plugin * build-logic: use generated accessors for extensions * build: exclude non-published library projects from API dump There's no point in tracking binary compatibility for libraries that are only used internally | |||
2021-12-21 | diceware: switch to `buildString` lambda | Harsh Shandilya | |
2021-12-21 | diceware: convert to an Android library | Harsh Shandilya | |
2021-12-21 | diceware: add passphrase generator | Harsh Shandilya | |
2021-12-21 | diceware: add default wordlist to exercise tests | Harsh Shandilya | |
2021-12-21 | diceware: add WordListParser and tests | Harsh Shandilya | |
2021-12-21 | diceware: add Die class and tests | Harsh Shandilya | |
2021-12-21 | diceware: init empty module | Harsh Shandilya | |