Age | Commit message (Collapse) | Author |
|
Co-authored-by: GitHub Actions <noreply@github.com>
|
|
|
|
|
|
|
|
Co-authored-by: GitHub Actions <noreply@github.com>
|
|
Co-authored-by: GitHub Actions <noreply@github.com>
|
|
Co-authored-by: GitHub Actions <noreply@github.com>
|
|
* ui-compose: update Gradle configuration
* gradle: fix namespace for a couple astray Compose dependencies
* all: switch to Gradle namespace property
Mirrors a similar change from AndroidX https://github.com/androidx/androidx/commit/dcfa035a961fd1daabb7dcccf97d77fa2a006abf
|
|
Co-authored-by: GitHub Actions <noreply@github.com>
|
|
Co-authored-by: GitHub Actions <noreply@github.com>
|
|
|
|
Co-authored-by: GitHub Actions <noreply@github.com>
|
|
Co-authored-by: GitHub Actions <noreply@github.com>
|
|
Co-authored-by: GitHub Actions <noreply@github.com>
|
|
Co-authored-by: GitHub Actions <noreply@github.com>
|
|
* 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
|
|
|
|
Co-authored-by: GitHub Actions <noreply@github.com>
|
|
This reverts commit 3f20678d799e15e21d1b7f013bc3672270f0d20f.
|
|
Co-authored-by: GitHub Actions <noreply@github.com>
|
|
Co-authored-by: GitHub Actions <noreply@github.com>
|
|
|
|
Co-authored-by: GitHub Actions <noreply@github.com>
|
|
|
|
Co-authored-by: GitHub Actions <noreply@github.com>
|
|
* Replace Timber with logcat (#1505)
* Add extension for asLog which takes a message param
Co-authored-by: Aditya Wasan <adityawasan55@gmail.com>
|
|
Co-authored-by: GitHub Actions <noreply@github.com>
|
|
|
|
Co-authored-by: GitHub Actions <noreply@github.com>
|
|
Co-authored-by: GitHub Actions <noreply@github.com>
|
|
* build: disable explicit API for test tasks
* Remove `internal` modifier from test classes
|
|
Co-authored-by: GitHub Actions <noreply@github.com>
|
|
* 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
|
|
Co-authored-by: GitHub Actions <noreply@github.com>
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
|
|
Fixes #1468.
|
|
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Co-authored-by: Fabian Meumertzheim <fabian@meumertzhe.im>
|
|
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
|
|
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
|
|
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
|
|
* 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>
|
|
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
|
|
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.
|
|
* Mark Bromite as non-flaky
* Mark Ungoogled as non-flaky
|
|
* 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>
|
|
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
|
|
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
|
|
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
|
|
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
|
|
* Mark Chrome as reliably fillable and saveable
* Mention Autofill improvements in CHANGELOG
|
|
https://chromereleases.googleblog.com/2021/01/chrome-beta-for-android-update_28.html
|