aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-12-03build: use Hilt through buildscript classpathHarsh Shandilya
2021-12-03build: upgrade HiltHarsh Shandilya
2021-12-03buildSrc: removeHarsh Shandilya
2021-12-03gradle: add Maven Publish and Dokka plugins to rootHarsh Shandilya
2021-12-03all: switch to new convention pluginsHarsh Shandilya
2021-12-03build-logic: add android pluginsHarsh Shandilya
2021-12-03build-logic/kotlin-plugins: add android and kapt pluginsHarsh Shandilya
2021-12-03build-logic: add crowdin and psl convention pluginsHarsh Shandilya
2021-12-03build-logic: add android convention pluginsHarsh Shandilya
2021-12-03build-logic: configure repositories to include Google MavenHarsh Shandilya
2021-12-02Cleanup dependency declarations and upgrade to Kotlin 1.6.0 (#1565)Harsh Shandilya
2021-12-02build(deps): bump spotless-plugin-gradle from 6.0.0 to 6.0.1 (#1566)dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
2021-12-01build(deps): bump robolectric from 4.7.2 to 4.7.3 (#1563)dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
2021-12-01build(deps): bump bcprov-jdk15on from 1.69 to 1.70 (#1564)dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
2021-12-01build(deps): bump hilt from 2.40.1 to 2.40.3 (#1557)dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
2021-12-01build(deps): bump robolectric from 4.7 to 4.7.2 (#1559)dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
2021-12-01build(deps): bump binary-compatibility-validator from 0.6.0 to 0.8.0 (#1558)dependabot[bot]
2021-12-01Raise Dependabot Gradle PR limit to 5 (#1555)Harsh Shandilya
2021-12-01build(deps): bump pgpainless-core from 1.0.0-rc1 to 1.0.0-rc6 (#1554)dependabot[bot]
* build(deps): bump pgpainless-core from 1.0.0-rc1 to 1.0.0-rc6 Bumps [pgpainless-core](https://github.com/pgpainless/pgpainless) from 1.0.0-rc1 to 1.0.0-rc6. - [Release notes](https://github.com/pgpainless/pgpainless/releases) - [Changelog](https://github.com/pgpainless/pgpainless/blob/master/CHANGELOG.md) - [Commits](https://github.com/pgpainless/pgpainless/commits/1.0.0-rc6) --- updated-dependencies: - dependency-name: org.pgpainless:pgpainless-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * sync dependency definitions Signed-off-by: GitHub Actions <actions@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
2021-11-30build(deps): bump okhttp from 4.9.0 to 4.9.3 (#1553)dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
2021-11-30Implement workarounds for Dependabot to update dependencies (#1552)Harsh Shandilya
2021-11-27autofill-parser: update publicsuffixes file (#1551)github-actions[bot]
Co-authored-by: GitHub Actions <noreply@github.com>
2021-11-23Ensure logger is installed when requested (#1549)Harsh Shandilya
2021-11-17Turn off configuration cache (#1543)Harsh Shandilya
2021-11-16buildSrc: remove code superseded by convention pluginsHarsh Shandilya
2021-11-16build: apply `kotlin-common` convention plugin where applicableHarsh Shandilya
2021-11-16build: switch root project to convention pluginsHarsh Shandilya
2021-11-16build-logic: add automation convention pluginsHarsh Shandilya
2021-11-16build-logic: add Kotlin convention pluginsHarsh Shandilya
2021-11-16build: upgrade Spotless and enable configuration cachingHarsh Shandilya
2021-11-16Convert build-logic to a proper included buildHarsh Shandilya
2021-11-15gradle: add all depsHarsh Shandilya
2021-11-15build-logic: migrate Spotless to a convention pluginHarsh Shandilya
2021-11-15all: spotlessHarsh Shandilya
2021-11-15gradle: bump to 7.3Harsh Shandilya
2021-11-15gradle: add opens for Java 16 compatHarsh Shandilya
2021-11-13Update dependencies (#1540)Harsh Shandilya
2021-11-13autofill-parser: update publicsuffixes file (#1539)github-actions[bot]
Co-authored-by: GitHub Actions <noreply@github.com>
2021-11-12Try fixing PSL update workflow (#1538)Harsh Shandilya
* Revert "Directly push PSL updates to develop (#1494)" This reverts commit a6b8e79d36d8900597aec8dfc2eb57838bb14188. * github: enable auto merge of PSL pull requests
2021-11-08Upgrade dependencies (#1537)Harsh Shandilya
* app: use MaterialAlertDialogBuilder for preference dialogs * build: upgrade all dependencies
2021-11-07Cleanup extra content handling (#1536)Harsh Shandilya
* BasicBottomSheet: remove unnecessary custom background Fixes: 88c9a0d487ca ("app: refactor M3 themes and styles") * FieldItemAdapter: fix typo ClipBoard -> Clipboard * FieldItemAdapter: fix RV binding idempotency * app: refactor FieldItemAdapter population logic * DecryptActivityV2: wire in missing 'show password' toggle
2021-11-04Fix password saving for V2 backend (#1534)Harsh Shandilya
2021-11-03Allow unauthenticated HTTPS Git access (#1533)Harsh Shandilya
2021-11-03Revert "app: add dynamic colors support to Compose"Aditya Wasan
This reverts commit 2a9d2177a5985a76020a5dc6b9248343d18e26bc.
2021-11-03CHANGELOG: updateHarsh Shandilya
2021-11-03app: add dynamic colors support to ComposeHarsh Shandilya
2021-11-03app: remove unused M2 resourcesHarsh Shandilya
2021-11-03app: move autofill dataset to M3 color tokensHarsh Shandilya
2021-11-03app: remove explicit style from FolderCreationDialogFragmentHarsh Shandilya
2021-11-03app: fix hard-coded themes and colors in WelcomeFragmentHarsh Shandilya