Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-12 | autofill-parser: update publicsuffixes file (#1727) | github-actions[bot] | |
Co-authored-by: GitHub Actions <noreply@github.com> | |||
2022-02-05 | autofill-parser: update publicsuffixes file (#1710) | github-actions[bot] | |
Co-authored-by: GitHub Actions <noreply@github.com> | |||
2022-01-29 | autofill-parser: update publicsuffixes file (#1698) | github-actions[bot] | |
Co-authored-by: GitHub Actions <noreply@github.com> | |||
2022-01-22 | autofill-parser: update publicsuffixes file (#1674) | github-actions[bot] | |
Co-authored-by: GitHub Actions <noreply@github.com> | |||
2022-01-09 | Fix a bunch of Lint warnings and errors (#1655) | Harsh Shandilya | |
* autofill-parser: add missing `@RequiresApi` annotations * app: remove unused strings and sync with Crowdin * app: remove unused chip_text_color selector * app: remove unused capitalization_type_values array * app: add `PendingIntent.FLAG_IMMUTABLE` flag where required | |||
2022-01-01 | Add Mull to autofill supported browsers (#1640) | Harsh Shandilya | |
2022-01-01 | autofill-parser: update publicsuffixes file (#1635) | github-actions[bot] | |
Co-authored-by: GitHub Actions <noreply@github.com> | |||
2021-12-31 | Release new version of autofill-parser (#1634) | Harsh Shandilya | |
2021-12-31 | Revert "autofill-parser: remove Bromite from supported browsers (#1423)" (#1632) | Harsh Shandilya | |
This reverts commit 3f20678d799e15e21d1b7f013bc3672270f0d20f. | |||
2021-12-18 | autofill-parser: update publicsuffixes file (#1594) | github-actions[bot] | |
Co-authored-by: GitHub Actions <noreply@github.com> | |||
2021-12-11 | autofill-parser: update publicsuffixes file (#1588) | github-actions[bot] | |
Co-authored-by: GitHub Actions <noreply@github.com> | |||
2021-12-11 | Miscellaneous build and CI cleanups (#1587) | Harsh Shandilya | |
2021-12-03 | Turn on explicit API for Kotlin JVM projects (#1568) | Harsh Shandilya | |
2021-12-03 | all: switch to new convention plugins | Harsh Shandilya | |
2021-12-02 | Cleanup dependency declarations and upgrade to Kotlin 1.6.0 (#1565) | Harsh Shandilya | |
2021-11-27 | autofill-parser: update publicsuffixes file (#1551) | github-actions[bot] | |
Co-authored-by: GitHub Actions <noreply@github.com> | |||
2021-11-16 | build: apply `kotlin-common` convention plugin where applicable | Harsh Shandilya | |
2021-11-15 | all: spotless | Harsh Shandilya | |
2021-11-13 | autofill-parser: update publicsuffixes file (#1539) | github-actions[bot] | |
Co-authored-by: GitHub Actions <noreply@github.com> | |||
2021-10-09 | Upgrade plugin dependencies and fix Javadoc generation (#1517) | Harsh Shandilya | |
* build: upgrade all plugins * autofill-parser/openpgp-ktx: apply Dokka plugin * Move repository configuration to settings.gradle.kts * Replace deprecated lintOptions * Reorder repositories | |||
2021-10-03 | Replace Timber with logcat (#1509) | (´⌣`ʃƪ) | |
* Replace Timber with logcat (#1505) * Add extension for asLog which takes a message param Co-authored-by: Aditya Wasan <adityawasan55@gmail.com> | |||
2021-08-28 | autofill-parser: update publicsuffixes file (#1493) | github-actions[bot] | |
Co-authored-by: GitHub Actions <noreply@github.com> | |||
2021-08-24 | Update AndroidX deps (#1491) | Harsh Shandilya | |
2021-08-21 | autofill-parser: update publicsuffixes file (#1489) | github-actions[bot] | |
Co-authored-by: GitHub Actions <noreply@github.com> | |||
2021-08-14 | Update Public Suffix List data (#1485) | github-actions[bot] | |
Co-authored-by: GitHub Actions <noreply@github.com> | |||
2021-08-13 | Disable explicit API for tests (#1483) | Harsh Shandilya | |
* build: disable explicit API for test tasks * Remove `internal` modifier from test classes | |||
2021-08-07 | Update Public Suffix List data (#1479) | github-actions[bot] | |
Co-authored-by: GitHub Actions <noreply@github.com> | |||
2021-07-29 | Revamp PSL updates (#1475) | Harsh Shandilya | |
* build: import Mozilla's Gradle plugin for PSL updates * autofill-parser: add tests for PublicSuffixListLoader * autofill-parser: regenerate publicsuffixes list * github: switch to Gradle plugin for PSL updates | |||
2021-07-29 | Upgrade to AGP 7.0.0 (#1474) | Harsh Shandilya | |
2021-07-24 | autofill-parser: update publicsuffixes file (#1470) | github-actions[bot] | |
Co-authored-by: GitHub Actions <noreply@github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2021-07-24 | Don't crash on null Autofill hints (#1469) | Fabian Meumertzheim | |
Fixes #1468. | |||
2021-06-07 | autofill-parser: add Styx as a supported browser (#1431) | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> Co-authored-by: Fabian Meumertzheim <fabian@meumertzhe.im> | |||
2021-06-04 | gradle: update AndroidX dependencies (#1430) | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2021-05-26 | autofill-parser: remove Bromite from supported browsers (#1423) | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2021-05-15 | all: reformat with Spotless again | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2021-05-12 | Upgrade Gradle and `androidx.annotation` (#1407) | Harsh Shandilya | |
2021-05-02 | Fix incorrect changelog entries (#1401) | Harsh Shandilya | |
2021-04-30 | Refactor openpgp-ktx to leverage coroutines (#1398) | Harsh Shandilya | |
* openpgp-ktx: leverage coroutines for async IPC * Unwind nested dispatchers * Fix name shadowing warning Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2021-04-28 | Upgrade to Kotlin 1.5 (#1397) | Harsh Shandilya | |
* build: upgrade Kotlin to 1.5.0 and Hilt to 2.35.1 Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> * all: address kotlin.time.seconds deprecation Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> * autofill-parser/openpgp-ktx: require Kotlin 1.5 Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> * all: address string method deprecations Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> * build: disable NewApi lint Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2021-04-18 | build: enable explicit API automatically on all library projects | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2021-04-12 | Update to Gradle 7.0 (#1381) | Harsh Shandilya | |
2021-04-10 | autofill-parser: restore LGPL-3.0 and MPL-2.0 licence headers | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2021-04-07 | Add a changelog for autofill-parser (#1373) | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2021-04-06 | Mark non-native Autofill browsers as unsupported on Oreo (#1370) | Fabian Meumertzheim | |
Android Oreo lacks the Autofill compatibility mode for browsers, which means that browsers without explicit Android support will not trigger Autofill events on web sites. | |||
2021-04-01 | Mark Ungoogled and Bromite as non-flaky (#1365) | Fabian Meumertzheim | |
* Mark Bromite as non-flaky * Mark Ungoogled as non-flaky | |||
2021-04-01 | Update all dependencies (#1358) | Harsh Shandilya | |
* build: update all dependencies Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> * autofill-parser: add new hints Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> * build: force the right annotation version manually Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> Co-authored-by: Fabian Meumertzheim <fabian@meumertzhe.im> | |||
2021-03-18 | autofill-parser: opt into ExperimentalUnsignedTypes | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2021-03-18 | all: format XML files to 2 space indent | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2021-03-18 | all: reformat with ktfmt | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2021-03-18 | all: update copyrights | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> |