aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-21fix(build): remove unneeded `afterEvaluate`Harsh Shandilya
https://docs.gradle.org/8.1-rc-1/release-notes.html#:~:text=Easier%20customization%20of%20Kotlin%20options
2023-03-21chore(build): fix deprecation warningHarsh Shandilya
Now visible due to this change: https://docs.gradle.org/8.1-rc-1/release-notes.html#:~:text=Useful%20deprecation%20warnings%20and%20errors%20from%20Kotlin%20script%20compilation
2023-03-21feat(build): upgrade to Gradle 8.1 RC1Harsh Shandilya
2023-03-21fix(deps): update dependency ↵renovate[bot]
io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin to v3.4.3 (#2424) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-20chore(deps): update plugin com.gradle.enterprise to v3.12.5 (#2423)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-20Update Public Suffix List data (#2422)Harsh Shandilya
autofill-parser: update publicsuffixes file Co-authored-by: GitHub Actions <noreply@github.com>
2023-03-19fix: inverted test in `Migrations#removeCurrentBranchValue`Harsh Shandilya
2023-03-19fix(ci): prevent shadow jobs from writing to cacheHarsh Shandilya
2023-03-18fix(app): control LeakCanary lifecycle more explicitlyHarsh Shandilya
2023-03-18fix(deps): update dependency de.undercouch:gradle-download-task to v5.4.0 ↵renovate[bot]
(#2421) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-18chore: remove obsolete `format-common-impl` mention in contribution docsHarsh Shandilya
Fixes: 8cfe6ec84c1b ("refactor: merge format-common-impl into format-common")
2023-03-17fix(deps): update dependency io.sentry:sentry-android to v6.16.0 (#2420)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-17fix(deps): update dependency com.android.tools:r8 to v8 (#2419)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-17fix(deps): update dependency com.google.android.material:material to ↵renovate[bot]
v1.9.0-beta01 (#2418) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-16chore(deps): update actions/checkout action to v3.4.0 (#2416)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-15chore(deps): update peter-evans/create-pull-request action to v4.2.4 (#2415)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-14fix(deps): update dependency ↵renovate[bot]
nl.littlerobots.version-catalog-update:nl.littlerobots.version-catalog-update.gradle.plugin to v0.8.0 (#2412) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-13Update Public Suffix List data (#2410)Harsh Shandilya
autofill-parser: update publicsuffixes file Co-authored-by: GitHub Actions <noreply@github.com>
2023-03-09fix(deps): update dependency androidx.constraintlayout:constraintlayout to ↵renovate[bot]
v2.2.0-alpha08 (#2405) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-09fix(deps): update dependency androidx.recyclerview:recyclerview to v1.3.0 ↵renovate[bot]
(#2407) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-09fix(deps): update dependency androidx.fragment:fragment-ktx to ↵renovate[bot]
v1.6.0-alpha07 (#2406) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-09fix(deps): update androidxactivity to v1.7.0-rc01 (#2404)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-09fix(deps): update lifecycle to v2.6.0 (#2408)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-08fix: also swallow retry attempts in SSHJ biometric authHarsh Shandilya
2023-03-08chore: add more logging to biometric operationsHarsh Shandilya
2023-03-08fix: use UI context for more `Toast`sHarsh Shandilya
Fixes: a3b88c1dee86 ("fix: use activity context for Toast")
2023-03-06Update Public Suffix List data (#2402)Harsh Shandilya
autofill-parser: update publicsuffixes file Co-authored-by: GitHub Actions <noreply@github.com>
2023-03-04chore(deps): update dependency gradle to v8.0.2 (#2401)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-04refactor: use worker API for `KtfmtFormatTask`Harsh Shandilya
2023-03-04chore: use gradle-maven-publish-plugin's timeout handling functionalityHarsh Shandilya
2023-03-04fix: make remembering HTTPS password the defaultHarsh Shandilya
Not many good reasons to do this a different way
2023-03-04fix: use activity context for ToastHarsh Shandilya
Fixes a newly introduced warning in API 33 > Tried to access visual service WindowManager from a non-visual Context:app.passwordstore.Application@d2801f8 WindowManager > should be accessed from Activity or other visual Context. Use an Activity or a Context created with > Context#createWindowContext(int, Bundle), which are adjusted to the configuration and visual bounds of an area on screen.
2023-03-03fix(deps): update dependency com.android.tools:r8 to v4.0.52 (#2399)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-02fix(deps): update dependency io.sentry:sentry-android to v6.15.0 (#2398)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-02chore(deps): update plugin com.gradle.enterprise to v3.12.4 (#2397)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-01chore: refresh Lint baselinesHarsh Shandilya
2023-03-01refactor(app): centralize lint configurationHarsh Shandilya
2023-03-01feat(build): configure Lint baselines for all compatible projectsHarsh Shandilya
2023-02-28fix(shadow jobs): don't run an additional jobset for latest Gradle versionHarsh Shandilya
I always keep the wrapper in sync with Gradle releases so the additional matrix dimension doesn't add much value. Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2023-02-28fix(gradle): address `GradleDependency` lintHarsh Shandilya
2023-02-28feat(ci): make shadow jobs report aggregate successHarsh Shandilya
2023-02-28fix: remove Gradle 8.x exclusion from shadow jobsHarsh Shandilya
2023-02-28chore: update AGP versions in shadow jobsHarsh Shandilya
2023-02-28fix(deps): update dependency com.android.tools.build:gradle to v7.4.2 (#2395)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-27refactor(format-common): migrate to `uri-kmp` and convert to JVM libraryHarsh Shandilya
2023-02-27chore(build): ensure Kotlin versions are aligned in `build-logic` projectHarsh Shandilya
2023-02-26Sync localisations from Crowdin (#2392)Harsh Shandilya
strings: sync with crowdin Co-authored-by: GitHub Actions <noreply@github.com>
2023-02-23fix(ci): improve check for uncommitted changesHarsh Shandilya
2023-02-23chore(i18n): import current translationsHarsh Shandilya