aboutsummaryrefslogtreecommitdiff
path: root/autofill-parser
AgeCommit message (Collapse)Author
2023-05-17chore(autofill-parser): release v1.1.2autofill-parser-v1.1.2Harsh Shandilya
2023-05-12feat: raise min SDK to 26Harsh Shandilya
Autofill is only available on API 26 and above and I do not want to deal with bugs on these older Android releases.
2023-05-08Update Public Suffix List data (#2506)Harsh Shandilya
autofill-parser: update publicsuffixes file Co-authored-by: GitHub Actions <noreply@github.com>
2023-05-01Update Public Suffix List data (#2495)Harsh Shandilya
autofill-parser: update publicsuffixes file Co-authored-by: GitHub Actions <noreply@github.com>
2023-04-29fix(deps): update dependency com.facebook:ktfmt to v0.44 (#2490)renovate[bot]
* fix(deps): update dependency com.facebook:ktfmt to v0.44 * chore: reformat with ktfmt 0.44 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2023-04-27feat(lint): update baselinesHarsh Shandilya
2023-04-27refactor(build): remove `kotlin-library` plugin from Android modulesHarsh Shandilya
2023-04-05Update Public Suffix List data (#2455)Harsh Shandilya
autofill-parser: update publicsuffixes file Co-authored-by: GitHub Actions <noreply@github.com>
2023-03-27chore: suppress invalid suggestionHarsh Shandilya
2023-03-27refactor: migrate to androidx.core APIs for `Bundle`/`Intent` API changesHarsh Shandilya
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-20Update Public Suffix List data (#2422)Harsh Shandilya
autofill-parser: update publicsuffixes file Co-authored-by: GitHub Actions <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-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-01chore: refresh Lint baselinesHarsh Shandilya
2023-02-20Update Public Suffix List data (#2383)Harsh Shandilya
autofill-parser: update publicsuffixes file Co-authored-by: GitHub Actions <noreply@github.com>
2023-02-13Update Public Suffix List data (#2376)Harsh Shandilya
autofill-parser: update publicsuffixes file Co-authored-by: GitHub Actions <noreply@github.com>
2023-02-06Update Public Suffix List data (#2360)Harsh Shandilya
autofill-parser: update publicsuffixes file Co-authored-by: GitHub Actions <noreply@github.com>
2023-01-23fix(autofill-parser): add changelog entry for #2341Harsh Shandilya
2023-01-23Add mail as username heuristic term (#2341)Tim Visée
2022-12-12Update Public Suffix List data (#2296)Harsh Shandilya
autofill-parser: update publicsuffixes file Co-authored-by: GitHub Actions <noreply@github.com>
2022-12-09chore(deps): upgrade ktfmt to 0.42Harsh Shandilya
2022-12-05Update Public Suffix List data (#2282)Harsh Shandilya
autofill-parser: update publicsuffixes file Co-authored-by: GitHub Actions <noreply@github.com>
2022-11-30feat(autofill-parser): add Vanadium to supported browsersHarsh Shandilya
Fixes #1631
2022-11-28Update Public Suffix List data (#2276)Harsh Shandilya
autofill-parser: update publicsuffixes file Co-authored-by: GitHub Actions <noreply@github.com>
2022-11-21Update Public Suffix List data (#2263)Harsh Shandilya
autofill-parser: update publicsuffixes file Co-authored-by: GitHub Actions <noreply@github.com>
2022-11-14Update Public Suffix List data (#2250)Harsh Shandilya
autofill-parser: update publicsuffixes file Co-authored-by: GitHub Actions <noreply@github.com>
2022-11-07Update Public Suffix List data (#2230)Harsh Shandilya
autofill-parser: update publicsuffixes file Co-authored-by: GitHub Actions <noreply@github.com>
2022-10-24chore(gradle): add missing suppressions and license headersHarsh Shandilya
2022-10-21Migrate to Metalava for validating API (#2195)Harsh Shandilya
2022-10-17Update Public Suffix List data (#2186)Harsh Shandilya
autofill-parser: update publicsuffixes file Co-authored-by: GitHub Actions <noreply@github.com>
2022-10-10Update Public Suffix List data (#2171)Harsh Shandilya
autofill-parser: update publicsuffixes file Co-authored-by: GitHub Actions <noreply@github.com>
2022-10-07fix(autofill-parser): reformat top-level commentHarsh Shandilya
2022-10-07feat(autofill-parser): add Vivaldi as an Autofill browserHarsh Shandilya
Fixes #2165
2022-10-03Update Public Suffix List data (#2158)Harsh Shandilya
autofill-parser: update publicsuffixes file Co-authored-by: GitHub Actions <noreply@github.com>
2022-09-26Update Public Suffix List data (#2148)Harsh Shandilya
autofill-parser: update publicsuffixes file Co-authored-by: GitHub Actions <noreply@github.com>
2022-09-02Upgrade ktfmt and setup automatic updates (#2103)Harsh Shandilya
2022-08-27Update Public Suffix List data (#2092)github-actions[bot]
autofill-parser: update publicsuffixes file Co-authored-by: GitHub Actions <noreply@github.com>
2022-08-13Update Public Suffix List data (#2059)github-actions[bot]
autofill-parser: update publicsuffixes file Co-authored-by: GitHub Actions <noreply@github.com>
2022-08-06Update Public Suffix List data (#2050)github-actions[bot]
autofill-parser: update publicsuffixes file Co-authored-by: GitHub Actions <noreply@github.com>
2022-07-22Begin cleaning up Detekt warnings (#2027)Harsh Shandilya
2022-07-20Compile against SDK 33 (#2023)Harsh Shandilya
* Compile against SDK 33 * autofill-parser: fix warnings for SDK 33 upgrade * app: fix warnings for SDK 33 upgrade * Mark all clipboard content as sensitive from crypto activities * Skip Snackbar on Android 13 and above * detekt: raise `TooManyFunctions` limit to 15
2022-07-02Update Public Suffix List data (#1980)github-actions[bot]
autofill-parser: update publicsuffixes file Co-authored-by: GitHub Actions <noreply@github.com>
2022-06-20Bump autofill-parser changelog to 1.1.1Harsh Shandilya
2022-06-20autofill-parser: bump versionHarsh Shandilya
2022-06-12autofill-parser: add missing `<queries>` tagHarsh Shandilya
2022-06-09Upgrade ktfmt (#1942)Harsh Shandilya
* build-logic: upgrade ktfmt * all: reformat
2022-05-27Fix ClipboardService crash (#1928)Harsh Shandilya
* Fix clipboard service crash on API 31 * all: use ints directly for SDK version checks I much prefer it this way
2022-05-14autofill-parser: update publicsuffixes file (#1914)github-actions[bot]
Co-authored-by: GitHub Actions <noreply@github.com>