aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-03-24chore(deps): update actions/checkout action to v3.5.0 (#2435)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-24fix: adjust LeakCanary init flowHarsh Shandilya
2023-03-24fix(deps): update dependency com.vanniktech:gradle-maven-publish-plugin to ↵renovate[bot]
v0.25.0 (#2434) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-23fix(ci): make shadow jobs actually use provided Gradle versionHarsh Shandilya
2023-03-23fix(ci): use correct job title for dependencyHarsh Shandilya
2023-03-23chore(deps): pin usefulness/agp-version-finder-action action to 9084404 (#2433)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-23fix(ci): make AGP version handling automaticHarsh Shandilya
2023-03-22fix(deps): update dependency androidx.compose:compose-bom to v2023.03.00 (#2432)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-22fix(deps): update dependency androidx.fragment:fragment-ktx to ↵renovate[bot]
v1.6.0-alpha08 (#2430) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-22fix(deps): update lifecycle to v2.6.1 (#2431)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-22fix(deps): update dependency androidx.constraintlayout:constraintlayout to ↵renovate[bot]
v2.2.0-alpha09 (#2429) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-22fix(deps): update androidxactivity to v1.7.0 (#2428)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-22chore(deps): update dependency androidx.compose.compiler:compiler to v1.4.4 ↵renovate[bot]
(#2427) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-21refactor(build): wire up CC-compatible task dependencies for CrowdinHarsh Shandilya
2023-03-21feat(build): pull out Crowdin tasks to their own classesHarsh Shandilya
2023-03-21fix(build): disable SAM conversion for build-logicHarsh Shandilya
No longer required https://docs.gradle.org/8.1-rc-1/release-notes.html#:~:text=Support%20of%20Java%20lambdas
2023-03-21feat(build): opt into kotlin-assignment experimentHarsh Shandilya
Newly introduced in 8.1: https://docs.gradle.org/8.1-rc-1/release-notes.html#kotlin-dsl-improvements:~:text=Experimental%20simple%20property%20assignment%20in%20Kotlin%20DSL%20scripts We'll use this for the upcoming refactor of CrowdinPlugin
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.