-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP - Updated AGP dependency and fixed add characters logic
- Loading branch information
Showing
4 changed files
with
135 additions
and
159 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,102 +1,3 @@ | ||
{ | ||
"spans": [ | ||
{ | ||
"insert": "Android Quill", | ||
"attributes": { | ||
"bold": true, | ||
"header": 1 | ||
} | ||
}, | ||
{ | ||
"insert": "\n" | ||
}, | ||
{ | ||
"insert": "\nRich", | ||
"attributes": { | ||
"bold": true, | ||
"header": 2 | ||
} | ||
}, | ||
{ | ||
"insert": " text ", | ||
"attributes": { | ||
"header": 2 | ||
} | ||
}, | ||
{ | ||
"insert": "editor for Android", | ||
"attributes": { | ||
"bold": true, | ||
"header": 2 | ||
} | ||
}, | ||
{ | ||
"insert": "\n" | ||
}, | ||
{ | ||
"insert": "Quill component for Android\n", | ||
"attributes": { | ||
"header": 3, | ||
"italic": true | ||
} | ||
}, | ||
{ | ||
"insert": "Bullet Journal", | ||
"attributes": { | ||
"bold": true | ||
} | ||
}, | ||
{ | ||
"insert": ":\nTrack personal and group journals (ToDo, Note, Ledger) from multiple views with timely reminders", | ||
"attributes": { | ||
"bold": true | ||
} | ||
}, | ||
{ | ||
"insert": "\n" | ||
}, | ||
{ | ||
"insert": "Share your tasks and notes with teammates, and see changes as they happen in real-time, across all devices", | ||
"attributes": {} | ||
}, | ||
{ | ||
"insert": "\n" | ||
}, | ||
{ | ||
"insert": "Splitting bills with friends can never be easier.", | ||
"attributes": { | ||
"list": "bullet" | ||
} | ||
}, | ||
{ | ||
"insert": "\n" | ||
}, | ||
{ | ||
"insert": "Testing span addition to the editor.", | ||
"attributes": { | ||
"list": "bullet" | ||
} | ||
}, | ||
{ | ||
"insert": "\n" | ||
}, | ||
{ | ||
"insert": "Start creating a group and invite your friends to join.", | ||
"attributes": { | ||
"list": "bullet" | ||
} | ||
}, | ||
{ | ||
"insert": "\n" | ||
}, | ||
{ | ||
"insert": "Create a BuJo of Ledger type to see expense or balance summary.", | ||
"attributes": { | ||
"list": "bullet" | ||
} | ||
}, | ||
{ | ||
"insert": "\n" | ||
} | ||
] | ||
"spans": [{"insert":"Android Quill","attributes":{"bold":true,"header":1}},{"insert":"\n","attributes":{}},{"insert":"\nRich text editor for Android","attributes":{"bold":true,"header":2}},{"insert":"\n","attributes":{}},{"insert":"Quill component for Android\n","attributes":{"header":3,"italic":true}},{"insert":"Bullet Journal :\nTrack personal and group journals (ToDo, Note, Ledger) from multiple views with timely reminders","attributes":{"bold":true}},{"insert":"\nShare your tasks and notes with teammates, and see changes as they happen in real-time, across all devices\n","attributes":{}},{"insert":"Splitting bills with friends can never be easier.","attributes":{"list":"bullet"}},{"insert":"\n","attributes":{}},{"insert":"Testing span addition to the editor.","attributes":{"list":"bullet"}},{"insert":"\n","attributes":{}},{"insert":"Start creating a group and invite your friends to join.","attributes":{"list":"bullet"}},{"insert":"\n","attributes":{}},{"insert":"Create a BuJo of Ledger type to see expense or balance summary.","attributes":{"bold":true,"list":"bullet"}},{"insert":"\n","attributes":{}}] | ||
} |
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.