Ty Smith
Ty Smith
SImple-store should support locally encrypted files to store contents like authorization tokens. Can take inspiration from https://developer.android.com/reference/androidx/security/crypto/EncryptedSharedPreferences
https://editorconfig.org/ is a simple standard that both KTLint and Intellij can consume from. This would be a nice addition to ktfmt to allow for more configuration when needed without custom...
If the Extension is installed before Evernote, it will have security exceptions trying to consume the READ_DATA permission. The solution is to provide and consume the permission in the extension.
See https://github.com/uber/rides-android-sdk/issues/136
With Eats Auth in place and a potential [Java repo merger](https://github.com/uber/rides-android-sdk/issues/136) for simplicity, it's probably worth renaming the repo. We can keep the old paths redirecting. Thoughts on a repo...
Proposal to merge http://github.com/uber/rides-java-sdk and https://github.com/uber/rides-android-sdk into one repo with multiple modules/artifacts. Problem: To reduce overhead of decoupled releases, most use-cases cutting across both repos, and better discoverability. Concerns: Folks...
Due to lack of activity and maintainers, we will be marking this project as deprecated and moving this repo into an archived state. This is scheduled for the end of...
We will be marking this scaffolding template as deprecated and moving this repo into an archived state in favor. This is scheduled for the end of the April.
Due to lack of activity and maintainers, we will be marking this project as deprecated and moving this repo into an archived state. This is scheduled for the end of...
## Expected Behavior CoroutineLaunchedInTestWithoutRunTest should detect coroutines launched both within the test file and within methods the test references outside of the target module. ## Observed Behavior It will properly...