Commit graph

564 commits

Author SHA1 Message Date
dependabot[bot]
97101777d8
Bump versions.navigation from 2.2.1 to 2.3.5 (#295)
Bumps `versions.navigation` from 2.2.1 to 2.3.5.

Updates `navigation-fragment-ktx` from 2.2.1 to 2.3.5

Updates `navigation-ui-ktx` from 2.2.1 to 2.3.5

---
updated-dependencies:
- dependency-name: androidx.navigation:navigation-fragment-ktx
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: androidx.navigation:navigation-ui-ktx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-17 13:15:50 -07:00
Sam Edwards
818638ae52
There are runtime errors with the sample "app" module due to conflicting Kotlin versions. We need to upgrade Store so that 1.5.21 is used. (#288) 2021-10-15 16:57:19 -04:00
dependabot[bot]
d5cc95fe80
Bump mockito-core from 2.24.0 to 3.12.4 (#303)
Bumps [mockito-core](https://github.com/mockito/mockito) from 2.24.0 to 3.12.4.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v2.24.0...v3.12.4)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-09 17:28:03 -04:00
dependabot[bot]
224ac703a2
Bump recyclerview from 1.1.0 to 1.2.1 (#304)
Bumps recyclerview from 1.1.0 to 1.2.1.

---
updated-dependencies:
- dependency-name: androidx.recyclerview:recyclerview
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-09 15:48:59 -04:00
Chris Mitchell
862da9b4f9
Fix missing experimental annotations (#305)
* Revert "Remove unnecessary FlowPreview & ExperimentalCoroutinesApi annotations.  These are not needed with newer versions of Kotlin. (#289)"

This reverts commit 61b8cb0633.

* Fix missing experimental annotations
2021-09-09 08:46:48 -07:00
Chris Mitchell
c4f4028466
Add dependabot for store (#294) 2021-09-09 11:13:00 -04:00
Sam Edwards
61b8cb0633
Remove unnecessary FlowPreview & ExperimentalCoroutinesApi annotations. These are not needed with newer versions of Kotlin. (#289) 2021-09-08 18:57:02 -04:00
David Chang
555fe5d9fb
Remove Travis CI (#293)
Removing in favor of GHA
2021-09-02 10:18:01 -07:00
David Chang
dcaca8d408
Adding Github Actions (#292)
* Revert "Revert "Merge pull request #4 from changusmc/github_actions""

This reverts commit a674b49151.

* Revert "Revert "Update secret""

This reverts commit ad6515d2c5.

* Rename repo

* CR comment
2021-09-01 12:41:14 -07:00
David Chang
a674b49151 Revert "Merge pull request #4 from changusmc/github_actions"
This reverts commit 7361573b83, reversing
changes made to e79ae4362f.
2021-09-01 10:47:36 -07:00
David Chang
ad6515d2c5 Revert "Update secret"
This reverts commit 0bad127b5a.
2021-09-01 10:45:51 -07:00
David Chang
0bad127b5a Update secret 2021-09-01 10:43:34 -07:00
David Chang
7361573b83
Merge pull request #4 from changusmc/github_actions
Add GHA
2021-09-01 10:37:31 -07:00
David Chang
ea4a906489 Add publish 2021-09-01 10:36:18 -07:00
David Chang
b72c93349f Add GHA 2021-09-01 10:11:20 -07:00
Yigit Boyar
e79ae4362f
Update kotlin to 1.5.21, coroutines to 1.5.1 (#281)
This is just a version bump, we still need to followup
with cleanup.

Test: ./gradlew check
2021-07-25 15:15:32 -07:00
Mike Nakhimovich
182f9bc36a
Prepare next development version. (#275)
Co-authored-by: miken <miken@dropbox.com>
2021-05-17 15:48:16 -04:00
Mike Nakhimovich
a21dacf5b9
Prepare for release 4.0.2-KT15 (#274)
* Prepare for release 4.0.2-KT15

* Update build.gradle

Co-authored-by: miken <miken@dropbox.com>
2021-05-17 12:48:14 -04:00
Mike Nakhimovich
86ab7a5251
Fire off kotlin 1.5 compatible snapshot (#273)
* upgrade to kotlin 1.5 warning breaking change

* upgrading to kotlin15, create new snapshot

Co-authored-by: miken <miken@dropbox.com>
2021-05-10 14:28:52 -04:00
David Chang
e2c5cbfb31
Update release docs (#271)
* Prepare next development version.

* Update release docs

* Update steps
2021-05-07 07:34:20 -07:00
David Chang
7ebedfa9ee
Bump dependencies for sample app (#272) 2021-05-06 17:04:03 -07:00
David Chang
c09794fc40
Prepare next development version. (#270) 2021-05-06 15:42:11 -07:00
David Chang
f4cfd4b653
Prepare for release 4.0.1 (#269) 2021-05-06 15:36:39 -07:00
Chris Mitchell
f2d314d505 Update travis encrypted keys 2021-05-06 15:21:15 -07:00
Chris Mitchell
000887549e Update travis encrypted keys 2021-05-06 15:10:51 -07:00
David Chang
1a0f9c9ac1 Prepare next development version. 2021-05-06 14:08:25 -07:00
David Chang
5689b33fb1
Prepare for release 4.0.1 (#268) 2021-05-06 14:02:32 -07:00
Chris Mitchell
b1f485629d
Update secring file (#267) 2021-05-06 13:06:24 -07:00
David Chang
8e1f7008b7 Prepare next development version. 2021-05-06 10:13:47 -07:00
David Chang
7a2bb5093c Update to correct version 4.0.1 2021-05-06 10:10:27 -07:00
David Chang
80cccd2963 Prepare for release 4.0.1 2021-05-06 10:06:13 -07:00
Mike Nakhimovich
35fd9af24f
Remove deprecated code to fix error when users upgrade to kotlin 1.5 (#265)
* upgrade to kotlin 1.5 warning breaking change

* achieve compatibility with 1.4 and 1.5

* trigger travis

* fix lint

Co-authored-by: miken <miken@dropbox.com>
2021-05-06 11:45:17 -04:00
Israel Ferrer Camacho
1187b944bb
Update secrets and key (#264) 2021-04-26 16:49:36 -07:00
Mike Nakhimovich
7ba28a8588
add piggyback to all stores (#257)
* add piggyback to all stores

* lint

* pr feedback

Co-authored-by: miken <miken@dropbox.com>
2021-02-04 02:26:25 -05:00
William Clausen
b83ec8b1d2
Prepare for next development version (#249)
Co-authored-by: William Clausen <wclausen@dropbox.com>
2020-11-30 17:38:50 -06:00
William Clausen
c4cb296af1
Prepare for release 4.0.0 (#248)
Co-authored-by: William Clausen <wclausen@dropbox.com>
2020-11-30 15:00:10 -05:00
Mike Nakhimovich
aa0bb9b665
Update README.md 2020-11-30 14:37:12 -05:00
Yigit Boyar
d6e73e1fe2
update coroutines to 1.4.0, kotlin to 1.4.10 (#242)
* update coroutines to 1.4.0, kotlin to 1.4.0

This CL updates coroutines to 1.4.0, kotlin to 1.4.10 and
also removes the only usage of ConflatedBroadcastChannel
(in SOTWithBarrier) with MutableStateFlow.

* expand SOTWithBarrier failure test

This change improves the failure test case to ensure it continues
for future writes
2020-11-08 14:52:26 -08:00
William Clausen
771c0e5a66
Prepare next development version (#235)
* Update RELEASING.md

Needed to improve documentation about handling PRs for release versions

* Prepare next development version.

Co-authored-by: William Clausen <wclausen@dropbox.com>
2020-09-21 16:57:29 -04:00
William Clausen
b77c37b8c4
Release 4.0.0-beta01 (#234)
* Update RELEASING.md

Needed to improve documentation about handling PRs for release versions

* Prepare for release 4.0.0-beta01

Co-authored-by: William Clausen <wclausen@dropbox.com>
2020-09-21 13:34:08 -07:00
Eyal Guthmann
e773021fec
Revert to use the old guava port cache (via jar) (#200)
* Revert to using guava port cache by depending on jar

* Apply suggestions from code review

* revert code to old cache

* clean up build.gradle

* manually remove cache4 entries that are regenerated locally because of some dirty cache?

* bump gradle

* rerun tasks

* try to deflake rx tests

* cache builder tests

* api dump

* bump ktlint to work with 1.4 features

* formatting

Co-authored-by: Mike Nakhimovich <digitalbuddha@users.noreply.github.com>
2020-09-14 14:49:34 -07:00
ghus-raba
8c8fcc8271
Move filesystem types (#229)
* Move Persister to filesystem module

* Move DiskRead to filesystem module

* Move DiskWrite to filesystem module

Co-authored-by: Frantisek Nagy <frantisek.nagy@erstegroup.com>
2020-09-11 08:35:51 -07:00
ghus-raba
6cf2fe5d68
Sample app improvements (#227)
* Remove unused attribute in sample app layout

* Use FramentContainerView in sample app

* Fix content padding with expanded keyboard in sample app

Co-authored-by: Frantisek Nagy <frantisek.nagy@erstegroup.com>
2020-09-10 08:58:29 -07:00
ghus-raba
6002efdd90
Replace BarCode with Pair<String, String> (#228)
Co-authored-by: Frantisek Nagy <frantisek.nagy@erstegroup.com>
2020-09-10 08:56:23 -07:00
David Chang
761755335e
Update release notes (#218)
* Update release notes

* numbers
2020-08-21 14:12:57 -07:00
Eyal Guthmann
1a4b0b0966
use covariance to remove generic types from subtypes like Error (#220) 2020-08-21 14:08:38 -07:00
David Chang
2249a0a8a8
Prepare next development version. (#217) 2020-08-20 08:06:38 -07:00
David Chang
7ed7f3c874
Prepare for release 4.0.0-alpha07 (#216) 2020-08-20 08:03:54 -07:00
David Chang
7aa829c6a8
Use absolute path for signing key (#214) 2020-08-20 07:59:22 -07:00
David Chang
55c110195f
Prepare next development version. (#213) 2020-08-19 17:56:29 -07:00