Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-10 | Sync localisations from Crowdin (#2801) | Harsh Shandilya | |
* strings: sync with crowdin * fix: use ellipsis character Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> * fix: use more ellipses --------- Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> Co-authored-by: GitHub Actions <noreply@github.com> | |||
2023-12-08 | fix(deps): update dependency com.android.tools.build:gradle to ↵ | renovate[bot] | |
v8.3.0-alpha17 (#2800) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2023-12-07 | chore(deps): update github/codeql-action action to v2.22.9 (#2799) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2023-12-06 | chore(deps): update dependency androidx.compose.compiler:compiler to v1.5.6 ↵ | renovate[bot] | |
(#2798) * chore(deps): update dependency androidx.compose.compiler:compiler to v1.5.6 * fix(build): allow Compose Compiler to be sourced gMaven --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2023-12-05 | chore(deps): update plugin com.gradle.enterprise to v3.16 (#2797) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2023-12-06 | fix(deps): update dependency com.android.tools:r8 to v8.2.33 (#2796) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2023-12-03 | fix(deps): update dependency com.github.ben-manes:gradle-versions-plugin to ↵ | renovate[bot] | |
v0.50.0 (#2795) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2023-12-03 | Sync localisations from Crowdin (#2793) | Harsh Shandilya | |
strings: sync with crowdin Co-authored-by: GitHub Actions <noreply@github.com> | |||
2023-12-02 | chore(deps): update hilt to v2.49 (#2792) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2023-12-01 | fix(deps): update dependency ↵ | renovate[bot] | |
io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin to v4 (#2791) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2023-12-01 | fix(deps): update dependency org.pgpainless:pgpainless-core to v1.6.4 (#2789) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2023-12-01 | fix(deps): update dependency com.android.tools.build:gradle to ↵ | renovate[bot] | |
v8.3.0-alpha16 (#2790) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2023-11-30 | fix(deps): update dependency io.sentry:sentry-android to v7 (#2788) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2023-11-30 | fix(android): add an implementation for Exact filter mode | Harsh Shandilya | |
Will be eventually exposed to the UI | |||
2023-11-30 | fix: replace `Enum.values()` with `Enum.entries` | Harsh Shandilya | |
2023-11-30 | Revert "feat: try out new SSH layer again" | Harsh Shandilya | |
Should've tested this before pushing, still broken lol. This reverts commit 23b4d2a6c186ad7027c572e8713140427fb88001. | |||
2023-11-30 | fix(deps): update kotlin and compose to v1.9.21 | renovate[bot] | |
2023-11-30 | fix(deps): update dependency androidx.fragment:fragment-ktx to ↵ | renovate[bot] | |
v1.7.0-alpha07 (#2787) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2023-11-30 | chore(deps): upgrade Compose Compiler to 1.5.5-dev-k1.9.21-163bb051fe5 | Harsh Shandilya | |
2023-11-30 | feat: try out new SSH layer again | Harsh Shandilya | |
The underlying bug that we hit before has been fixed so this is ready for another try | |||
2023-11-29 | chore(deps): update dependency gradle to v8.5 (#2784) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2023-11-29 | chore(deps): update actions/setup-java action to v4 (#2785) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2023-11-29 | fix: gate passphrase cache behind authenticator availability | Harsh Shandilya | |
Fixes #2783 | |||
2023-11-29 | fix(deps): update dependency com.android.tools.build:gradle to ↵ | renovate[bot] | |
v8.3.0-alpha15 (#2782) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2023-11-28 | fix(deps): bump desugar_jdk_libs and gradle-versions-plugin | Harsh Shandilya | |
2023-11-28 | feat: remove WhatTheStack | Harsh Shandilya | |
This is pretty unmaintained | |||
2023-11-28 | chore: reorder ProGuard rules | Harsh Shandilya | |
2023-11-28 | refactor(build): use typed catalog in build-logic | Harsh Shandilya | |
2023-11-27 | fix(deps): upgrade to JGit 4.5.7.201904151645-r | Harsh Shandilya | |
Currently requires deleting and re-cloning the repository to properly detect symlink support, this will be fixed in the future to auto-detect on existing repositories as well. Fixes #2594 Fixes #2396 Fixes #636 Fixes #387 Fixes #98 | |||
2023-11-27 | chore(deps): update gradle/gradle-build-action action to v2.10.0 (#2781) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2023-11-27 | Update Public Suffix List data (#2780) | Harsh Shandilya | |
autofill-parser: update publicsuffixes file Co-authored-by: GitHub Actions <noreply@github.com> | |||
2023-11-27 | fix(build): raise heap size and drop obsolete workaround | Harsh Shandilya | |
2023-11-27 | scripts/boot-emulator: update for API 26 rework | Harsh Shandilya | |
2023-11-27 | fix(deps): upgrade JGit to 4.0.0.201506090130-r | Harsh Shandilya | |
2023-11-26 | fix(build): address `enableAndroidTest` deprecation | Harsh Shandilya | |
2023-11-26 | feat: remove Leak Canary | Harsh Shandilya | |
This mostly ends up spamming about Autofill leaks in the framework | |||
2023-11-24 | chore(deps): update dependency gradle to v8.5-rc-4 (#2778) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2023-11-24 | chore(deps): update github/codeql-action action to v2.22.8 (#2775) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2023-11-24 | fix(deps): update dependency org.pgpainless:pgpainless-core to v1.6.3 (#2776) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2023-11-20 | fix(deps): update dependency io.sentry:sentry-android to v6.34.0 (#2772) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2023-11-20 | Update Public Suffix List data (#2771) | Harsh Shandilya | |
autofill-parser: update publicsuffixes file Co-authored-by: GitHub Actions <noreply@github.com> | |||
2023-11-18 | chore(deps): update dependency gradle to v8.5-rc-3 (#2768) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2023-11-18 | chore(deps): update actions/github-script action to v7.0.1 (#2769) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2023-11-18 | fix(deps): update dependency com.android.tools.build:gradle to ↵ | renovate[bot] | |
v8.3.0-alpha14 (#2767) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2023-11-16 | chore(deps): update github/codeql-action action to v2.22.7 (#2766) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2023-11-16 | fix(deps): update androidx to v1.8.1 (#2765) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2023-11-15 | fix(deps): update dependency org.bouncycastle:bcprov-jdk18on to v1.77 (#2763) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2023-11-14 | chore(deps): update dependency gradle to v8.5-rc-2 (#2762) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2023-11-14 | chore(deps): update github/codeql-action action to v2.22.6 (#2761) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2023-11-14 | chore(deps): update actions/github-script action to v7 (#2760) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |