aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-12-31autofill-parser: bump versionautofill-parser-v1.1.0Harsh Shandilya
2021-12-31autofill-parser: update changelogHarsh Shandilya
2021-12-31Revert "autofill-parser: remove Bromite from supported browsers (#1423)" (#1632)Harsh Shandilya
This reverts commit 3f20678d799e15e21d1b7f013bc3672270f0d20f.
2021-12-29Refactor BiometricAuthenticator and add proper support for retries (#1627)Harsh Shandilya
2021-12-29Recognize mail as alternative to email (#1629)Ivan Tham
* Recognize mail as alternative to email * Add test Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2021-12-29chore(deps): update dependency org.pgpainless:pgpainless-core to v1.0.0 (#1628)renovate[bot]
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-28chore(deps): update dependency org.pgpainless:pgpainless-core to v1.0.0-rc9 ↵renovate[bot]
(#1625) Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-27chore(deps): update dependency org.jetbrains.dokka:dokka-gradle-plugin to ↵renovate[bot]
v1.6.10 (#1624) Co-authored-by: Renovate Bot <bot@renovateapp.com>
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-24chore(deps): update dependency de.maxr1998:modernandroidpreferences to ↵renovate[bot]
v2.3.0 (#1621) Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-24chore(deps): update dependency com.diffplug.spotless:spotless-plugin-gradle ↵renovate[bot]
to v6.1.0 (#1620) Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-24chore(deps): update dependency org.pgpainless:pgpainless-core to v1.0.0-rc8 ↵renovate[bot]
(#1619) Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-23chore(deps): update actions/github-script action to v5 (#1616)renovate[bot]
* chore(deps): update actions/github-script action to v5 * github: update check-changed-files for OctoKit upgrade Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2021-12-23chore(deps): update dependency androidx.core:core-ktx to v1.8.0-alpha02 (#1608)renovate[bot]
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-23chore(deps): update actions/upload-artifact action to v2.3.1 (#1614)renovate[bot]
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-23chore(deps): update dependency androidx.hilt:hilt-navigation-compose to ↵renovate[bot]
v1.0.0-rc01 (#1612) Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-23chore(deps): update dependency androidx.preference:preference to v1.2.0-rc01 ↵renovate[bot]
(#1613) Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-23chore(deps): update peter-evans/create-pull-request action to v3.12.0 (#1615)renovate[bot]
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-23chore(deps): update dependency androidx.compose.compiler:compiler to ↵renovate[bot]
v1.1.0-rc02 (#1607) Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2021-12-23Misc cleanups and fixes (#1611)Harsh Shandilya
2021-12-23chore(deps): update actions/download-artifact action to v2.1.0 (#1609)renovate[bot]
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-23chore(deps): update androidx.compose.foundation to v1.1.0-rc01 (#1605)renovate[bot]
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-23renovate: initHarsh Shandilya
2021-12-23gradle: sort and reorganize version catalogHarsh Shandilya
2021-12-23dependency-sync: removeHarsh Shandilya
2021-12-23github: remove dependabot configurationHarsh Shandilya
2021-12-23Increase timeouts for Crowdin API build task (#1602)Harsh Shandilya
2021-12-22github: use GH CLI for PSL PR manipulation (#1601)Harsh Shandilya
2021-12-22Upgrade to Gradle 7.3.3 (#1600)Harsh Shandilya
* gradle: upgrade to 7.3.3 * build-logic: make Kotlin and Java targets match
2021-12-22build(deps): bump kotlinx-coroutines-android from 1.6.0-RC3 to 1.6.0 (#1599)dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
2021-12-21gradle: turn off Configure-On-Demand (#1596)Harsh Shandilya
2021-12-21diceware: switch to `buildString` lambdaHarsh Shandilya
2021-12-21CHANGELOG: add entryHarsh Shandilya
2021-12-21app: migrate XkPasswd users to DicewareHarsh Shandilya
2021-12-21app: integrate diceware UIHarsh Shandilya
2021-12-21app: add diceware generator dialogHarsh Shandilya
2021-12-21app: add diceware injection moduleHarsh Shandilya
2021-12-21app: add diceware dependencyHarsh Shandilya
2021-12-21app: remove XkPasswd generatorHarsh 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
2021-12-20build(deps): bump pgpainless-core from 1.0.0-rc6 to 1.0.0-rc7 (#1595)dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
2021-12-18autofill-parser: update publicsuffixes file (#1594)github-actions[bot]
Co-authored-by: GitHub Actions <noreply@github.com>
2021-12-17build(deps): bump spotless-plugin-gradle from 6.0.4 to 6.0.5 (#1591)dependabot[bot]
2021-12-17build(deps): bump kotlinx-coroutines-android from 1.6.0-RC2 to 1.6.0-RC3 (#1593)dependabot[bot]
2021-12-17build(deps): bump kotlinx-coroutines-test from 1.6.0-RC2 to 1.6.0-RC3 (#1592)dependabot[bot]