This repository has been archived by the owner on Mar 19, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f02b738
commit 2528cf0
Showing
15 changed files
with
36 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
package promise.modelapp | ||
|
||
import promise.model.S | ||
|
||
class ComplexModel : S { | ||
override fun id(id: Int) { | ||
TODO("not implemented") //To change body of created functions use File | Settings | File Templates. | ||
} | ||
|
||
override fun id(): Int { | ||
TODO("not implemented") //To change body of created functions use File | Settings | File Templates. | ||
} | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||
package="promise.promisemodel" /> | ||
<manifest package="promisemodel" /> |
2 changes: 1 addition & 1 deletion
2
...ain/java/promise/promisemodel/Extras.java → ...el/src/main/java/promisemodel/Extras.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package promise.promisemodel; | ||
package promisemodel; | ||
|
||
|
||
import androidx.annotation.Nullable; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,9 +13,7 @@ | |
* | ||
*/ | ||
|
||
package promise.promisemodel; | ||
|
||
|
||
package promisemodel; | ||
|
||
import androidx.annotation.Nullable; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...mise/promisemodel/repo/AsyncIDataStore.kt → ...java/promisemodel/repo/AsyncIDataStore.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package promise.promisemodel.repo | ||
package promisemodel.repo | ||
|
||
import promise.model.List | ||
import promise.model.S | ||
|
2 changes: 1 addition & 1 deletion
2
...mise/promisemodel/repo/OnSetupListener.kt → ...java/promisemodel/repo/OnSetupListener.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package promise.promisemodel.repo | ||
package promisemodel.repo | ||
|
||
/** | ||
* | ||
|
2 changes: 1 addition & 1 deletion
2
.../promise/promisemodel/repo/StoreHelper.kt → ...ain/java/promisemodel/repo/StoreHelper.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package promise.promisemodel.repo | ||
package promisemodel.repo | ||
|
||
import promise.model.S | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...mise/promisemodel/repo/StoreRepository.kt → ...java/promisemodel/repo/StoreRepository.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package promise.promisemodel.repo | ||
package promisemodel.repo | ||
|
||
import promise.model.List | ||
import promise.model.S | ||
|
2 changes: 1 addition & 1 deletion
2
...omise/promisemodel/repo/SyncIDataStore.kt → .../java/promisemodel/repo/SyncIDataStore.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package promise.promisemodel.repo | ||
package promisemodel.repo | ||
|
||
import promise.model.List | ||
import promise.model.S | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
* | ||
*/ | ||
|
||
package promise.promisemodel.utils; | ||
package promisemodel.utils; | ||
|
||
public class Base64 { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters