-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Squashed 'libs/editor/' changes from a92ad9d..260a0d5
260a0d5 Merge pull request #428 from wordpress-mobile/issue/204-start-post-formatted-text fb29391 Merge pull request #430 from wordpress-mobile/issue/429-html-regex-crash 438932b Fix #429 HTML mode styling crash 445938d Merge pull request #427 from wordpress-mobile/issue/417-format-current-word d38b4ab Merge branch 'develop' into issue/204-start-post-formatted-text 709b82f Merge branch 'develop' into issue/417-format-current-word 4758e2a Fix #204 by persisting inline styles when typing in an empty post 4b86c90 Merge pull request #426 from wordpress-mobile/sync-wpandroid e4b4565 When applying inline formatting, apply the style to the entire word adjacent to the cursor cb9f57c Bumped targetSdkVersion to 24 13043cb Bumped support library versions to 24 60fb931 Updated Travis config for Android 24 72ae111 Merge commit '7cee07f51ba62c3415d15fb71b0d83c7f507f843' into sync-editor 9faeee7 Merge pull request #425 from wordpress-mobile/fix-example-image 7a44419 Remove unused strings from the editor and merge them with the main strings.xml file for i18n 5031c47 Fixed issue where partial text selections would be expanded to the full word when linking 314e706 Extracted cursor expansion part of getSelectedTextToLinkify into a separate method 9005ef3 Merge branch 'release/5.5' into develop fc4c730 Fix broken image link in example post 61b592c Merge commit 'd0d8dd46c2b8223d66ec3e80578788d1b6cd8b85' into release/5.5 e7289ce Adjusted spacing and styling for text expansion JS methods e6a29b5 Merge branch 'develop' into issue/3924-method-count a008e48 Merge branch 'release/5.5' into develop a7395aa Merge commit '49ac39827552c17c8d5b65eca236a55961cf6814' into release/5.5 0c7e9f1 Merge commit '1cf141b3362c5c44f27a8b65775d3db27ac5756a' into release/5.5 5123e3c Merge branch 'release/5.5' into develop b15d049 Merge commit '65eec31755233d054ff01bf729eea6d233f6d7df' into release/5.5 9e8fc97 Merge commit '2fc5d53d4ba45ed45c806a5ac0772458a4ef403e' into release/5.5 aab8458 update compileSdkVersion and buildToolsVersion in every subtrees 3c57356 update gradle wrapper to 2.14 3d748d5 onFeaturedImageChanged signature changed: long instead of int a3a53d3 Merge branch 'hotfix/5.4.2' into release/5.5 19170dc Use a long for featured image IDs git-subtree-dir: libs/editor git-subtree-split: 260a0d5ba0eae70b44d4ccc826d2a2025f344280
- Loading branch information
Showing
14 changed files
with
108 additions
and
54 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,20 +1,24 @@ | ||
language: android | ||
jdk: oraclejdk7 | ||
jdk: oraclejdk8 | ||
|
||
android: | ||
components: | ||
- extra-android-m2repository | ||
- extra-android-support | ||
- platform-tools | ||
- tools | ||
- build-tools-23.0.3 | ||
- android-23 | ||
- build-tools-24.0.0 | ||
- android-24 | ||
|
||
env: | ||
global: | ||
- GRADLE_OPTS="-XX:MaxPermSize=4g -Xmx4g" | ||
- ANDROID_SDKS=android-16 | ||
- ANDROID_TARGET=android-16 | ||
|
||
before_install: | ||
# TODO: Remove the following line when Travis' platform-tools are updated to v24+ | ||
- echo yes | android update sdk -a --filter platform-tools --no-ui --force | ||
|
||
script: | ||
- ./gradlew build |
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.