Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Feature/material theme and Dark Theme support" #11486

Merged
merged 1 commit into from
Mar 20, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
10 changes: 4 additions & 6 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
14.5
-----
* Removes sections from post search results
* Dark Theme support

* Site Creation: faster site creation, removed intermediate steps. Just select what kind of site you'd like, enter the domain name and the site will be created.
* Fixed a bug where failed post uploads were sometimes being retried indefinitely

14.4
-----
* Fix an issue where image is sometimes uploaded with a path to local storage

14.3
-----
* Added search to set page parent screen
Expand All @@ -22,7 +20,7 @@
* Block editor: Fix issue where adding emojis to the post title added strong HTML elements to the title of the post
* Block editor: We’ve introduced a new toolbar that floats above the block you’re editing, which makes navigating your blocks easier — especially complex ones.
* Reader Information Architecture: added tab filtering; added bottom sheet to filter and navigate the followed sites/tags posts.

14.2
-----
* Block editor: Long-press Inserter icon to show options to add before/after
Expand Down Expand Up @@ -56,7 +54,7 @@
* Block Editor: Add support for the Preformatted block.
* Block Editor: Add support for changing Settings in the List Block.
* Block Editor: Add support for Video block settings.

13.8
-----
* Modified Blog Post search to search for posts under all categories.
Expand All @@ -73,7 +71,7 @@
* Fixed time displayed on Post Conflict Detected and Unpublished Revision dialogs
* Block editor: Fix issue when removing image/page break block crashes the app
* Fixed a crash on Samsung devices running Android 5 (Lollipop)

* Removed support for Giphy

13.6
Expand Down
4 changes: 2 additions & 2 deletions WordPress/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,10 @@ dependencies {
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.exifinterface:exifinterface:1.0.0'
implementation 'androidx.media:media:1.0.1'
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.appcompat:appcompat:1.0.2'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.recyclerview:recyclerview:1.0.0'
implementation 'com.google.android.material:material:1.1.0'
implementation 'com.google.android.material:material:1.0.0'
implementation 'androidx.percentlayout:percentlayout:1.0.0'
implementation 'androidx.preference:preference:1.0.0'
implementation "androidx.work:work-runtime:$androidx_work_version"
Expand Down
12 changes: 0 additions & 12 deletions WordPress/lint-baseline.xml
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<issues format="4" by="lint 3.1.3">

<issue
id="ObsoleteSdkInt"
severity="Error"
message="This folder configuration (`v21`) is unnecessary; `minSdkVersion` is 21. Merge all the resources in this folder into `drawable-anydpi`."
category="Performance"
priority="6"
summary="Obsolete SDK_INT Version Check"
explanation="This check flags version checks that are not necessary, because the `minSdkVersion` (or surrounding known API level) is already at least as high as the version checked for.&#xA;&#xA;Similarly, it also looks for resources in `-vNN` folders, such as `values-v14` where the version qualifier is less than or equal to the `minSdkVersion`, where the contents should be merged into the best folder.">
<location
file="../libs/editor/WordPressEditor/src/main/res/drawable-anydpi-v21"/>
</issue>

<issue
id="ClickableViewAccessibility"
message="Custom view ``EditTextWithKeyBackListener`` has `setOnTouchListener` called on it but does not override `performClick`"
Expand Down
Loading