-
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.
Merge pull request #12066 from wordpress-mobile/merge/15.0-code-freez…
…e-to-master Merge 15.0 code freeze to master
- Loading branch information
Showing
173 changed files
with
5,853 additions
and
2,188 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
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
|
@@ -12,6 +12,7 @@ it on [Google Play](https://play.google.com/store/apps/details?id=org.wordpress. | |
1. `git clone [email protected]:wordpress-mobile/WordPress-Android.git` in the folder of your preference. | ||
1. `cd WordPress-Android` to enter the working directory. | ||
1. `cp gradle.properties-example gradle.properties` to set up the sample app credentials file. | ||
1. `git submodule update --init --recursive` to pull the submodules (optionally use `--depth=1 --recommend-shallow` flags to skip pulling full submodules' history). | ||
1. In Android Studio, open the project from the local repository. This will auto-generate `local.properties` with the SDK location. | ||
1. Go to Tools → AVD Manager and create an emulated device. | ||
1. Run. | ||
|
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
<b>Block editor enhancements:</b> New Pullquote block, Button block color options, updated page 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
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,26 +0,0 @@ | ||
{ | ||
"announcements": [ | ||
{ | ||
"appVersionName": "14.7", | ||
"announcementVersion": 1, | ||
"detailsUrl": "http://wordpress.org", | ||
"features": [ | ||
{ | ||
"title": "Super Publishing", | ||
"subtitle": "Publish amazing articles using the power of your mind! Concentrate on what you want to post, and we will do the rest!", | ||
"iconUrl": "https://s0.wordpress.com/i/store/mobile/plans-free.png" | ||
}, | ||
{ | ||
"title": "Great cats and superb dogs are right behind you!", | ||
"subtitle": "That's right! They are right in the app! They require pets right now. Are you going to look for them or what?", | ||
"iconUrl": "https://s0.wordpress.com/i/store/mobile/plans-personal.png" | ||
}, | ||
{ | ||
"title": "We like long feature announcements that why this one is going to be extra long and span multiple lines", | ||
"subtitle": "Here we run out of budget.", | ||
"iconUrl": "https://s0.wordpress.com/i/store/mobile/plans-premium.png" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
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.