aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2021-11-03app: fix hard-coded themes and colors in RepoLocationFragmentHarsh Shandilya
2021-11-03app: fix hard-coded themes and colors in KeySelectionFragmentHarsh Shandilya
2021-11-03app: fix hard-coded themes and colors in CloneFragmentHarsh Shandilya
2021-11-03app: fix hard-coded themes in BasicBottomSheetHarsh Shandilya
2021-11-03app: fix hard-coded themes in ProxySelectorActivityHarsh Shandilya
2021-11-03app: fix hard-coded colors in AutofillPublisherChangedActivityHarsh Shandilya
2021-11-03app: fix hard-coded colors in AutofillFilterViewHarsh Shandilya
2021-11-03app: fix filename for AutofillFilterViewHarsh Shandilya
2021-11-03app: refactor M3 themes and stylesHarsh Shandilya
2021-11-03app: make toolbars match system barsHarsh Shandilya
2021-11-03app: fix system bars themingHarsh Shandilya
2021-11-03app: remove unnecessary layout nestingHarsh Shandilya
2021-11-03app: fix background colors for onboarding flowHarsh Shandilya
2021-11-03app: remove unnecessary suppressionHarsh Shandilya
2021-11-03app: switch back to buttons for SSH config screenHarsh Shandilya
2021-11-03app: switch to M3 APS themeHarsh Shandilya
2021-11-03app: remove invalid color referencesHarsh Shandilya
2021-11-03app: fix tints for all drawablesHarsh Shandilya
2021-11-03app: don't use non-null assertion for supportActionBarHarsh Shandilya
2021-11-03app: enable dynamic colorsHarsh Shandilya
2021-11-03app: switch M3 to Manrope typefaceHarsh Shandilya
2021-11-03app: add Material3 themesHarsh Shandilya
2021-11-03scripts/pre-push-hook: skip checks when deleting a branchHarsh Shandilya
2021-11-03Upgrade dependencies (#1531)Harsh Shandilya
2021-10-28Add encrypt/decrypt tests for PGPainless (#1527)Harsh Shandilya
* Remove redundant visibility modifiers * Move key getter to TestUtils * Add encrypt/decrypt tests to PGPainlessCryptoHandler
2021-10-28Upgrade dependencies (#1526)Harsh Shandilya
* gradle: upgrade all dependencies * github: replace gradle-cache-action with official gradle-build-action * github: update wrapper-validation-action
2021-10-23Switch new PGP backend to use PGPainless (#1522)Harsh Shandilya
* crypto-pgpainless: init * crypto-pgpainless: add an opinionated CryptoHandler impl * app: migrate to crypto-pgpainless * crypto-pgp: remove * github: remove now unused instrumentation tests job * crypto-common: fixup package names * wip(crypto-pgpainless): add `PGPKeyPair` and `PGPKeyManager` Signed-off-by: Aditya Wasan <adityawasan55@gmail.com> (cherry picked from commit 02d07e9e797a8600cc8c534a731dfffcc44cfdde) * crypto-pgpainless: use hex-encoded key IDs * crypto-pgpainless: replace legacy Gopenpgp-generated key file * crypto-pgpainless: fix CryptoConstants source set * crypto-pgpainless: fix tests * crypto-pgpainless: reinstate PGPKeyManager tests Co-authored-by: Aditya Wasan <adityawasan55@gmail.com>
2021-10-20Fix proguard rules which prevent whole program minification (#1521)Harsh Shandilya
2021-10-09Upgrade 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-08Add `installGitHooks` task for pre-push Git hooks (#1516)Harsh Shandilya
* build: add a pre-push task and Gradle task to install it * Document `installGitHooks` in contributing.md
2021-10-06Upgrade AndroidX dependencies (#1514)Harsh Shandilya
Co-authored-by: Aditya Wasan <adityawasan55@gmail.com>
2021-10-03Cleanup and improve CI checks (#1511)Harsh Shandilya
2021-10-03Replace 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>