Commit 9b0b5fa
committed
Squashed 'libs/editor/' changes from eb8d070..bed2a4e
bed2a4e Merge pull request #326 from wordpress-mobile/issue/314-html-mode-toggle-cursor
7b5bdb4 Force cursor to move to start of content field when switching back from HTML mode
dca8254 Merge pull request #3896 from wordpress-mobile/issue/300editor-broken-images-after-upload-2
ffeec5f remove debug logs
d695c87 Use remoteurl in the link wrapper
373467f Merge branch 'develop' into issue/300editor-broken-images-after-upload-2
1dd8be0 Merge branch 'develop' into issue/297editor-backspace-media
bf525c8 update to com.android.tools.build:gradle:2.0.0-beta7
196f82c Merge branch 'develop' into issue/297editor-backspace-media
c576833 Merge commit '8db246f15ce6f4d2c7f7f7ec51c68b87e9a66c2f' into develop
ddcb207 Changed MutationObserver handling to check if the WebView supports it, rather than rely on API levels
d79bc00 Refactor: grouped mutation observation methods together
eeb6373 Refactored DOM element mutation listening, delegating everything to one trackNodeForMutation method
7b54573 Changed MutationObserver behavior to track individual media nodes instead of each contenteditable div
a933e5b Moved failed media methods to the generic media method group
cfb836b Parse for failed media when returning from HTML to visual mode
c0df468 Track DOMNodeRemoved events when parsing for failed media
839b3e5 Fixed a variable name error in ZSSEditor.removeImage
392e1d7 On API<19, use DOMNodeRemoved events to track media deletions (instead of the unsupported MutationObserver used for newer APIs)
5c3bb59 Merge branch 'develop' into issue/297editor-backspace-media
4c7ca43 Merge pull request #3804 from wordpress-mobile/issue/enable-editor-debug-mode
cc332a9 Consume KEYCODE_VOLUME_UP event when debug print is called
cf492d0 broken retries
449abbd Merge branch 'issue/enable-editor-debug-mode' into issue/300editor-broken-images-after-upload-2
63bb901 use a remoteUrl attribute to avoid seeing broken image if download failed
55677b6 remove debug action bar button and log raw html when volume up button is pressed
7ba5069 fix function call errors
886e274 Add back image swapping onError
920c8d3 fix wordpress-mobile/WordPress-Editor-Android#300: Retry download onError after an upload
7fa191f add missing comment
01fbeed Fixes an issue where manually deleting uploading/failed media will cause the caret to disappear
5904f03 Notify native through a callback whenever uploading/failed media are manually deleted
git-subtree-dir: libs/editor
git-subtree-split: bed2a4ef1ea0a86e4237791da8e867f17590c5b31 parent 8db246f commit 9b0b5fa
File tree
10 files changed
+301
-108
lines changed- WordPressEditor
- src/main
- java/org/wordpress/android/editor
- res
- drawable-hdpi
- drawable-xhdpi
- drawable-xxhdpi
- example
- libs/editor-common/assets
10 files changed
+301
-108
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
Lines changed: 14 additions & 37 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | 22 | | |
26 | 23 | | |
27 | 24 | | |
| |||
74 | 71 | | |
75 | 72 | | |
76 | 73 | | |
77 | | - | |
78 | | - | |
79 | 74 | | |
80 | 75 | | |
81 | 76 | | |
| |||
409 | 404 | | |
410 | 405 | | |
411 | 406 | | |
412 | | - | |
413 | | - | |
414 | 407 | | |
415 | 408 | | |
416 | 409 | | |
| |||
457 | 450 | | |
458 | 451 | | |
459 | 452 | | |
460 | | - | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
461 | 458 | | |
462 | 459 | | |
463 | 460 | | |
| |||
640 | 637 | | |
641 | 638 | | |
642 | 639 | | |
643 | | - | |
| 640 | + | |
644 | 641 | | |
645 | 642 | | |
646 | 643 | | |
647 | | - | |
648 | | - | |
649 | | - | |
650 | | - | |
651 | | - | |
652 | | - | |
653 | | - | |
654 | | - | |
655 | | - | |
656 | | - | |
657 | | - | |
658 | | - | |
659 | | - | |
660 | | - | |
661 | | - | |
662 | | - | |
663 | | - | |
664 | | - | |
665 | | - | |
666 | | - | |
667 | | - | |
668 | | - | |
669 | | - | |
670 | | - | |
671 | | - | |
672 | | - | |
673 | | - | |
674 | | - | |
| 644 | + | |
675 | 645 | | |
676 | 646 | | |
677 | 647 | | |
| |||
1191 | 1161 | | |
1192 | 1162 | | |
1193 | 1163 | | |
| 1164 | + | |
| 1165 | + | |
| 1166 | + | |
| 1167 | + | |
| 1168 | + | |
| 1169 | + | |
| 1170 | + | |
1194 | 1171 | | |
1195 | 1172 | | |
1196 | 1173 | | |
| |||
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| 44 | + | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
| |||
175 | 177 | | |
176 | 178 | | |
177 | 179 | | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
178 | 184 | | |
179 | 185 | | |
180 | 186 | | |
| |||
214 | 220 | | |
215 | 221 | | |
216 | 222 | | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
217 | 230 | | |
218 | 231 | | |
219 | 232 | | |
| |||
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
179 | 180 | | |
180 | 181 | | |
181 | 182 | | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
182 | 190 | | |
183 | 191 | | |
184 | 192 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
Binary file not shown.
Binary file not shown.
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments