my-first-realm-app icon indicating copy to clipboard operation
my-first-realm-app copied to clipboard

ToDo demo app using Realm and Realm Object Server to synchronize tasks.

Results 66 my-first-realm-app issues
Sort by recently updated
recently updated
newest added

Bumps [decompress](https://github.com/kevva/decompress) from 4.2.0 to 4.2.1. Release notes Sourced from decompress's releases. v4.2.1 Prevent directory traversal (#73) 967146e https://github.com/kevva/decompress/compare/v4.2.0...v4.2.1 Commits 84a8c10 4.2.1 fafff47 Meta tweaks 967146e Prevent directory traversal (#73)...

dependencies

Bumps [decompress](https://github.com/kevva/decompress) from 4.2.0 to 4.2.1. Release notes Sourced from decompress's releases. v4.2.1 Prevent directory traversal (#73) 967146e https://github.com/kevva/decompress/compare/v4.2.0...v4.2.1 Commits 84a8c10 4.2.1 fafff47 Meta tweaks 967146e Prevent directory traversal (#73)...

dependencies

Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 7.1.1. Commits 6d19489 Mark release 7.1.1 793c0e5 More rigorously check surrogate pairs in regexp validator b5c1787 Fix incorrect comment in regexp parser 12ae8fe Parameterize dummy...

dependencies

Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 7.1.1. Commits 6d19489 Mark release 7.1.1 793c0e5 More rigorously check surrogate pairs in regexp validator b5c1787 Fix incorrect comment in regexp parser 12ae8fe Parameterize dummy...

dependencies

Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. Commits 6370e90 Mark version 5.7.4 fbc15b1 More rigorously check surrogate pairs in regexp validator See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=acorn&package-manager=npm_and_yarn&previous-version=5.7.3&new-version=5.7.4)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot...

dependencies

DO NOT MERGE THIS BRANCH. Converts the full sync example to Kotlin and more ideomatic Android MVVM archicture.

#### Expected Results Be able to see todo list items synced from the cloud instance #### Actual Results No items at all #### Steps & Code to Reproduce - I've...

O-Community

With the existing code, the app attempts to create a Realm `/ToDo` but they don't have permission to do that. Even if they did, that would mean that all users...

#### Expected Results > Launch the app #### Actual Results > Build Failed: `error: cannot find symbol class PermissionManager` #### Steps & Code to Reproduce > Following the docs [here](https://docs.realm.io/sync/getting-started-1/android-quick-start/step-1-my-first-realm-app),...

O-Community

Following directions for getting started: https://docs.realm.io/sync/getting-started-1/android-quick-start/step-1-my-first-realm-app Updated Constants.java correctly, build and runs fine. Then, attempt to login with a nickname #### Expected Results Expected to login successfully #### Actual Results...

O:User