aboutsummaryrefslogtreecommitdiff
path: root/passgen/diceware/src/main
AgeCommit message (Collapse)Author
2024-08-14chore: add missing copyright headers and update existing onesHarsh Shandilya
2024-05-28chore: reformat with trailing commas changesHarsh Shandilya
2022-07-15all: re-do package structure yet againHarsh Shandilya
2022-03-27Migrate 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
2021-12-21diceware: switch to `buildString` lambdaHarsh Shandilya
2021-12-21diceware: convert to an Android libraryHarsh Shandilya
2021-12-21diceware: add passphrase generatorHarsh Shandilya
2021-12-21diceware: add default wordlist to exercise testsHarsh Shandilya
2021-12-21diceware: add WordListParser and testsHarsh Shandilya
2021-12-21diceware: add Die class and testsHarsh Shandilya