Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-16 | chore(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-15 | chore(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-14 | fix(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-13 | Update Public Suffix List data (#2410) | Harsh Shandilya | |
autofill-parser: update publicsuffixes file Co-authored-by: GitHub Actions <noreply@github.com> | |||
2023-03-09 | fix(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-09 | fix(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-09 | fix(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-09 | fix(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-09 | fix(deps): update lifecycle to v2.6.0 (#2408) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2023-03-08 | fix: also swallow retry attempts in SSHJ biometric auth | Harsh Shandilya | |
2023-03-08 | chore: add more logging to biometric operations | Harsh Shandilya | |
2023-03-08 | fix: use UI context for more `Toast`s | Harsh Shandilya | |
Fixes: a3b88c1dee86 ("fix: use activity context for Toast") | |||
2023-03-06 | Update Public Suffix List data (#2402) | Harsh Shandilya | |
autofill-parser: update publicsuffixes file Co-authored-by: GitHub Actions <noreply@github.com> | |||
2023-03-04 | chore(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-04 | refactor: use worker API for `KtfmtFormatTask` | Harsh Shandilya | |
2023-03-04 | chore: use gradle-maven-publish-plugin's timeout handling functionality | Harsh Shandilya | |
2023-03-04 | fix: make remembering HTTPS password the default | Harsh Shandilya | |
Not many good reasons to do this a different way | |||
2023-03-04 | fix: use activity context for Toast | Harsh 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-03 | fix(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-02 | fix(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-02 | chore(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-01 | chore: refresh Lint baselines | Harsh Shandilya | |
2023-03-01 | refactor(app): centralize lint configuration | Harsh Shandilya | |
2023-03-01 | feat(build): configure Lint baselines for all compatible projects | Harsh Shandilya | |
2023-02-28 | fix(shadow jobs): don't run an additional jobset for latest Gradle version | Harsh 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-28 | fix(gradle): address `GradleDependency` lint | Harsh Shandilya | |
2023-02-28 | feat(ci): make shadow jobs report aggregate success | Harsh Shandilya | |
2023-02-28 | fix: remove Gradle 8.x exclusion from shadow jobs | Harsh Shandilya | |
2023-02-28 | chore: update AGP versions in shadow jobs | Harsh Shandilya | |
2023-02-28 | fix(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-27 | refactor(format-common): migrate to `uri-kmp` and convert to JVM library | Harsh Shandilya | |
2023-02-27 | chore(build): ensure Kotlin versions are aligned in `build-logic` project | Harsh Shandilya | |
2023-02-26 | Sync localisations from Crowdin (#2392) | Harsh Shandilya | |
strings: sync with crowdin Co-authored-by: GitHub Actions <noreply@github.com> | |||
2023-02-23 | fix(ci): improve check for uncommitted changes | Harsh Shandilya | |
2023-02-23 | chore(i18n): import current translations | Harsh Shandilya | |
2023-02-23 | fix: clarify OTP import failure strings | Harsh Shandilya | |
2023-02-22 | fix(deps): update dependency androidx.security:security-crypto-ktx to ↵ | renovate[bot] | |
v1.1.0-alpha05 (#2389) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2023-02-22 | fix(deps): update dependency androidx.annotation:annotation to v1.6.0 (#2391) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2023-02-22 | fix(deps): update lifecycle to v2.6.0-rc01 (#2390) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2023-02-22 | fix(deps): update dependency androidx.fragment:fragment-ktx to ↵ | renovate[bot] | |
v1.6.0-alpha06 (#2388) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2023-02-22 | fix(deps): update androidxactivity to v1.7.0-beta02 (#2387) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2023-02-22 | chore(deps): update dependency androidx.compose.compiler:compiler to v1.4.3 ↵ | renovate[bot] | |
(#2386) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2023-02-22 | fix(deps): update dependency com.google.android.material:material to ↵ | renovate[bot] | |
v1.9.0-alpha02 (#2385) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2023-02-21 | fix(deps): update dependency com.github.ben-manes:gradle-versions-plugin to ↵ | renovate[bot] | |
v0.46.0 (#2384) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2023-02-20 | Update Public Suffix List data (#2383) | Harsh Shandilya | |
autofill-parser: update publicsuffixes file Co-authored-by: GitHub Actions <noreply@github.com> | |||
2023-02-19 | chore(deps): update gradle/wrapper-validation-action action to v1.0.6 (#2382) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2023-02-19 | chore(deps): update gradle/gradle-build-action action to v2.4.0 (#2381) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2023-02-18 | chore(deps): update dependency gradle to v8.0.1 (#2380) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2023-02-15 | fix(deps): update dependency io.sentry:sentry-android to v6.14.0 (#2379) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2023-02-13 | chore(deps): update dependency gradle to v8.0 (#2377) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |