Leonardo Kim

Results 33 issues of Leonardo Kim

Test Case for each method for 3~5 configuration ``` java RealmConfiguration config = new RealmConfiguration.Builder(context) .name("myrealm.realm") .encryptionKey(getKey()) .schemaVersion(42) .setModules(new MySchemaModule()) .migration(new MyMigration()) .build(); ``` ``` java public static void toEmail(@NonNull...

# Royal - RoyalBrowser - RoyalTransaction - RoyalExport => Decrept - RoyalDatabase - For-Loop Backward - Realm Encryption => use xml or hardcode or code sign - Extended RealmList ```...

https://gist.github.com/cmelchior/ddac8efd018123a1e53a ``` java // GSON can parse the data. // // Deserialization: // Note there is a bug in GSON 2.3.1 that can cause it to StackOverflow when working with...

1. Core 2. RoyalExport (Require `WRITE_EXTERNAL_STORAGE` permission & most likely to use for debug build type) 3. RoyalBrowser (Browser will use other libraries for custom view and widget & most...

Sending Google API Key as String value itself.

AUTO_START_WITH_PORTRAIT

enhancement

This library is so awesome :) It would be much greater if you make some callbacks in main loop. ``` @Override public void onImageChosen(final ChosenImage chosenImage) { } @Override public...

enhancement