-
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.
Merge pull request #35 from merklol/develop
v0.5.5
- Loading branch information
Showing
34 changed files
with
217 additions
and
217 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
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 |
---|---|---|
|
@@ -33,31 +33,31 @@ fun provideSampleData(context: Context) = listOf( | |
LessonEntity( | ||
id = 0, | ||
email = "[email protected]", | ||
title = "Common Chinese Grammar Structures for 的 (de) vs. 得 (de) vs. 地(de)", | ||
shortTitle = "Lesson 1", | ||
primaryTitle = "Common Chinese Grammar Structures for 的 (de) vs. 得 (de) vs. 地(de)", | ||
secondaryTitle = "Lesson 1", | ||
description = "", | ||
content = "[{\"type\": \"header1\", \"value\": \"Hello world!\"}]", | ||
image = context.readBitmapFromAssets("sample_image.jpg").toByteArray(), | ||
body = "[{\"type\": \"header1\", \"value\": \"Hello world!\"}]", | ||
thumbnail = context.readBitmapFromAssets("sample_image.jpg").toByteArray(), | ||
date = "20.20.2020" | ||
), | ||
LessonEntity( | ||
id = 1, | ||
email = "[email protected]", | ||
title = "Watching videos is definitely one of the interesting and best ways to alleviate the pressure", | ||
shortTitle = "Lesson 2", | ||
primaryTitle = "Watching videos is definitely one of the interesting and best ways to alleviate the pressure", | ||
secondaryTitle = "Lesson 2", | ||
description = "", | ||
content = "[{\"type\": \"header1\", \"value\": \"Hello world!\"}]", | ||
image = context.readBitmapFromAssets("sample_image.jpg").toByteArray(), | ||
body = "[{\"type\": \"header1\", \"value\": \"Hello world!\"}]", | ||
thumbnail = context.readBitmapFromAssets("sample_image.jpg").toByteArray(), | ||
date = "20.20.2020" | ||
), | ||
LessonEntity( | ||
id = 2, | ||
email = "[email protected]", | ||
title = "Traveling in China – Business Etiquette and Culture", | ||
shortTitle = "Lesson 3", | ||
primaryTitle = "Traveling in China – Business Etiquette and Culture", | ||
secondaryTitle = "Lesson 3", | ||
description = "", | ||
content = "[{\"type\": \"header1\", \"value\": \"Hello world!\"}]", | ||
image = context.readBitmapFromAssets("sample_image.jpg").toByteArray(), | ||
body = "[{\"type\": \"header1\", \"value\": \"Hello world!\"}]", | ||
thumbnail = context.readBitmapFromAssets("sample_image.jpg").toByteArray(), | ||
date = "20.20.2020" | ||
) | ||
) |
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
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
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
Oops, something went wrong.