aboutsummaryrefslogtreecommitdiff
path: root/passgen
AgeCommit message (Collapse)Author
2023-04-29fix(deps): update dependency com.facebook:ktfmt to v0.44 (#2490)renovate[bot]
* fix(deps): update dependency com.facebook:ktfmt to v0.44 * chore: reformat with ktfmt 0.44 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2023-04-27feat(lint): update baselinesHarsh Shandilya
2023-04-27refactor(build): introduce a standalone plugin for Kotlin JVM librariesHarsh Shandilya
2023-04-27refactor(build): remove `kotlin-library` plugin from Android modulesHarsh Shandilya
2023-03-21fix(build): remove `DSL_SCOPE_VIOLATION` suppressionHarsh Shandilya
This was a Gradle bug that is now fixed https://docs.gradle.org/8.1-rc-1/release-notes.html#:~:text=Access%20to%20version%20catalog%20for%20plugins%20in%20the%20plugins%20%7B%7D%20block
2023-03-01chore: refresh Lint baselinesHarsh Shandilya
2022-12-09chore(deps): upgrade ktfmt to 0.42Harsh Shandilya
2022-10-24chore(gradle): add missing suppressions and license headersHarsh Shandilya
2022-07-15all: re-do package structure yet againHarsh Shandilya
2022-06-09Upgrade ktfmt (#1942)Harsh Shandilya
* build-logic: upgrade ktfmt * all: reformat
2022-05-02Misc cleanups (#1891)Harsh 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
2022-01-13Refactor randomized password generator into a separate module (#1663)Aditya Wasan
2021-12-26Misc 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-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
2021-12-21diceware: init empty moduleHarsh Shandilya