Commit graph

1944 commits

Author SHA1 Message Date
Harsh Shandilya
c5436b543d
diceware: add passphrase generator 2021-12-21 13:01:40 +05:30
Harsh Shandilya
ab8f6a43ee
diceware: add default wordlist to exercise tests 2021-12-21 13:01:40 +05:30
Harsh Shandilya
5395b4853b
diceware: add WordListParser and tests 2021-12-21 02:13:24 +05:30
Harsh Shandilya
16392b7581
diceware: add Die class and tests 2021-12-21 02:13:24 +05:30
Harsh Shandilya
67f8eb8404
diceware: init empty module 2021-12-21 02:13:23 +05:30
dependabot[bot]
29c5e65bf7
build(deps): bump pgpainless-core from 1.0.0-rc6 to 1.0.0-rc7 (#1595)
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-20 17:29:48 +00:00
github-actions[bot]
be3efbe008
autofill-parser: update publicsuffixes file (#1594)
Co-authored-by: GitHub Actions <noreply@github.com>
2021-12-18 01:09:08 +00:00
dependabot[bot]
24ec85e943
build(deps): bump spotless-plugin-gradle from 6.0.4 to 6.0.5 (#1591) 2021-12-17 17:38:39 +00:00
dependabot[bot]
83dfd56d7c
build(deps): bump kotlinx-coroutines-android from 1.6.0-RC2 to 1.6.0-RC3 (#1593) 2021-12-17 17:30:24 +00:00
dependabot[bot]
abdcefd6a3
build(deps): bump kotlinx-coroutines-test from 1.6.0-RC2 to 1.6.0-RC3 (#1592) 2021-12-17 17:30:04 +00:00
Harsh Shandilya
64fed530b2
Batch dependency upgrades (#1590) 2021-12-14 17:08:01 +00:00
github-actions[bot]
6db55551d4
autofill-parser: update publicsuffixes file (#1588)
Co-authored-by: GitHub Actions <noreply@github.com>
2021-12-11 01:36:14 +00:00
Harsh Shandilya
7d39bc0ae2
Miscellaneous build and CI cleanups (#1587) 2021-12-11 00:12:54 +05:30
dependabot[bot]
b59c4f068c
build(deps): bump kotlinx-coroutines-test from 1.6.0-RC to 1.6.0-RC2 (#1586) 2021-12-10 17:54:45 +00:00
Harsh Shandilya
8db0b67ce9
Refactor coroutine testing setup (#1583)
* coroutine-utils: init

* coroutine-utils-testing: init

* format-common: switch over to using DispatcherProvider

* Convert Binds method to an extension function

* Add Dispatcher module
2021-12-09 04:37:54 +00:00
Harsh Shandilya
933558caf8
Prevent Git files from turning up in search and listing (#1582)
* Prevent Git files from turning up in search and listing

* Update changelog
2021-12-09 02:41:44 +00:00
Aditya Wasan
17f640bf46
Allow importing TOTP from images (#1580)
* feat(aps): allow importing TOTP code from an image containing a QR code

Signed-off-by: Aditya <adityawasan55@gmail.com>

* Reorder OTP import options and implement it for V2

* Replace try-catch with runCatching

* Use the correct TextWatcher extension at the right place

Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2021-12-07 16:29:03 +00:00
Harsh Shandilya
1df01a2f54
Upgrade workflows to use Java 17 (#1579) 2021-12-07 15:21:54 +00:00
Aditya Wasan
38bfcfdcae
Fix missing final item in extra content pairs (#1578) 2021-12-07 20:08:16 +05:30
Harsh Shandilya
369d674b1a
github: disable publishing of JaCoCo reports 2021-12-07 18:52:45 +05:30
Harsh Shandilya
eefbaca612
github: add code-coverage PR job 2021-12-07 18:51:51 +05:30
Harsh Shandilya
57d0dbad36
github: split PR tasks into separate jobs 2021-12-07 15:38:19 +05:30
Harsh Shandilya
09a10678de
build: add kotlinx-kover for library code coverage 2021-12-07 14:48:08 +05:30
dependabot[bot]
d72f3b85c4
build(deps): bump spotless-plugin-gradle from 6.0.2 to 6.0.4 (#1572) 2021-12-07 05:21:25 +00:00
dependabot[bot]
8b4c8def4c
build(deps): bump hilt-android-gradle-plugin from 2.40.4 to 2.40.5 (#1575)
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-07 10:39:13 +05:30
dependabot[bot]
1f00619be5
build(deps): bump hilt-android from 2.40.4 to 2.40.5 (#1573)
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-07 10:38:53 +05:30
dependabot[bot]
dcaa04ff9a
build(deps): bump hilt-compiler from 2.40.4 to 2.40.5 (#1574)
* build(deps): bump hilt-compiler from 2.40.4 to 2.40.5

Bumps [hilt-compiler](https://github.com/google/dagger) from 2.40.4 to 2.40.5.
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/compare/dagger-2.40.4...dagger-2.40.5)

---
updated-dependencies:
- dependency-name: com.google.dagger:hilt-compiler
  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>

* 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>
Co-authored-by: msfjarvis <msfjarvis@users.noreply.github.com>
2021-12-07 10:09:37 +05:30
dependabot[bot]
720d489fd2
build(deps): bump hilt-core from 2.40.4 to 2.40.5 (#1576)
* build(deps): bump hilt-core from 2.40.4 to 2.40.5

Bumps [hilt-core](https://github.com/google/dagger) from 2.40.4 to 2.40.5.
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/compare/dagger-2.40.4...dagger-2.40.5)

---
updated-dependencies:
- dependency-name: com.google.dagger:hilt-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>

* 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>
Co-authored-by: msfjarvis <msfjarvis@users.noreply.github.com>
2021-12-07 10:07:39 +05:30
Harsh Shandilya
5afb31f59e
Reorder workflow steps to fix cache failure (#1571) 2021-12-06 18:34:30 +00:00
Harsh Shandilya
968507aba0
Convert all GHA references to normal versions (#1570) 2021-12-06 18:19:29 +00:00
dependabot[bot]
20eae05eec
build(deps): bump spotless-plugin-gradle from 6.0.1 to 6.0.2 (#1569) 2021-12-06 17:39:11 +00:00
Harsh Shandilya
208eed4269
Turn on explicit API for Kotlin JVM projects (#1568) 2021-12-03 09:38:33 +00:00
Harsh Shandilya
d9727f7a4c
gradle: bump to 7.3.1 2021-12-03 12:59:59 +05:30
Harsh Shandilya
7d03924de6
build-logic: configure SlimTests correctly 2021-12-03 12:59:58 +05:30
Harsh Shandilya
52cba5864d
build: use Hilt through buildscript classpath 2021-12-03 12:59:58 +05:30
Harsh Shandilya
6be8b75b50
build: upgrade Hilt 2021-12-03 12:59:58 +05:30
Harsh Shandilya
81e9926b72
buildSrc: remove 2021-12-03 12:59:58 +05:30
Harsh Shandilya
a80020477f
gradle: add Maven Publish and Dokka plugins to root 2021-12-03 12:59:58 +05:30
Harsh Shandilya
120dc5fca4
all: switch to new convention plugins 2021-12-03 12:59:57 +05:30
Harsh Shandilya
4d327646a4
build-logic: add android plugins 2021-12-03 12:59:57 +05:30
Harsh Shandilya
4fb066dff5
build-logic/kotlin-plugins: add android and kapt plugins 2021-12-03 12:59:57 +05:30
Harsh Shandilya
70cdd61797
build-logic: add crowdin and psl convention plugins 2021-12-03 12:59:57 +05:30
Harsh Shandilya
dfee170bd8
build-logic: add android convention plugins 2021-12-03 12:59:56 +05:30
Harsh Shandilya
553a9e8492
build-logic: configure repositories to include Google Maven 2021-12-03 12:59:56 +05:30
Harsh Shandilya
1ade4eaf64
Cleanup dependency declarations and upgrade to Kotlin 1.6.0 (#1565) 2021-12-02 19:09:54 +00:00
dependabot[bot]
99c7913a48
build(deps): bump spotless-plugin-gradle from 6.0.0 to 6.0.1 (#1566)
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-02 23:08:10 +05:30
dependabot[bot]
18a4cfb698
build(deps): bump robolectric from 4.7.2 to 4.7.3 (#1563)
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-01 17:46:27 +00:00
dependabot[bot]
d2d7ba16b5
build(deps): bump bcprov-jdk15on from 1.69 to 1.70 (#1564)
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-01 23:06:41 +05:30
dependabot[bot]
192fd11c45
build(deps): bump hilt from 2.40.1 to 2.40.3 (#1557)
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-01 04:07:03 +00:00
dependabot[bot]
cbff738bd5
build(deps): bump robolectric from 4.7 to 4.7.2 (#1559)
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-01 03:57:41 +00:00