realm
Here are 672 public repositories matching this topic...
-
Updated
Aug 25, 2018 - Java
-
Updated
Dec 27, 2018 - Java
-
Updated
May 22, 2020 - Swift
-
Updated
Jun 5, 2020 - Swift
We currently only run a few select unittests with encryption - we should extend this so that all unittests are run with encryption, at least periodically (it takes a while, so may not be needed on PR's, but master once a day for example)
We have designs for UI that should show when you're starting your first message with someone. It shows their display name, username, and a string about being nice. optionally: shows their current avatar. This should stay on the screen when the conversation starts, pushed up by the convo
<img width="394" alt="Screen Shot 2020-05-27 at 10 07 40 AM" src="https://user-images.githubusercontent.com/1
-
Updated
Jul 6, 2018 - Kotlin
-
Updated
May 31, 2020 - Objective-C
-
Updated
Jan 2, 2017 - Java
-
Updated
Apr 29, 2020 - Swift
The Javadoc for this library should also be visible from the website, either merged into the Realm API or as as a separate link. I'll probably prefer a second link, so
* API Reference
// gets converted to
* Realm API Reference
* Android Adapters API Reference
-
Updated
Nov 26, 2018 - Swift
-
Updated
Apr 16, 2020 - JavaScript
-
Updated
Jun 4, 2016 - Swift
-
Updated
Jan 23, 2019 - Jupyter Notebook
This will include:
- making sure the Challenge megaphone icon and broken Challenge icon display
- a new modal for handling tasks from broken Challenges by tapping broken icon
- a new modal for when a user tries to delete a Challenge task from an active Challenge
- updated(?) modal for when a user leaves an active challenge
-
Updated
Oct 19, 2017 - Kotlin
Goals
Migrate local realm to cloud
Expected Results
Sample code should compile
Actual Results
It seems the sample code is using outdated API's
#import "AppDelegate.h"
@import Realm;
@import Realm.Dynamic;
@import Realm.Private;
@interface AppDelegate ()
@implementation AppDelegate
- (BOOL)application:(UIApplication *)application didFinishLaunchingW
-
Updated
May 26, 2017 - Kotlin
Improve this page
Add a description, image, and links to the realm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the realm topic, visit your repo's landing page and select "manage topics."


Goals
Update code to
npm install --save realm@5.0.0at realm package installation instruction after switching to Realm JavaScript 5.0.0 Latest in the documentation.Expected Results
npm install --save realm@5.0.0at installation instruction of Realm JavaScript 5.0.0 Latest in the documentation.Actual Results
Package installation with the instruction of 4.0.0beta version in the