-
Notifications
You must be signed in to change notification settings - Fork 58
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
Feature/1675 dark mode android integration #1717
Merged
marecar3
merged 43 commits into
develop
from
feature/1675-dark_mode_android_integration
Mar 19, 2020
Merged
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
bd548aa
Update gb reference
marecar3 4a1a2b9
create preferred color scheme bridge method to get android app theme
marecar3 549cca0
Update release notes
marecar3 ff9c5fa
Update gb reference
marecar3 21272a3
Fix failed tests
marecar3 c946228
Merge branch 'develop' into feature/1675-dark_mode_android_integration
marecar3 f49003e
Update gb reference
marecar3 f86d63e
Update gb reference
marecar3 3a99499
Merge branch 'develop' into feature/1675-dark_mode_android_integration
marecar3 83dcff1
Set preferred color scheme from system settings
marecar3 a25de0f
Set background color to react root view
marecar3 5c85940
Merge branch 'develop' into feature/1675-dark_mode_android_integration
marecar3 8354f16
Update gb reference
marecar3 1b3d7f6
Merge branch 'develop' into feature/1675-dark_mode_android_integration
marecar3 980e594
Update gb reference
marecar3 14971cd
Use event instead of callback for preferred color scheme
marecar3 ed75e17
Merge branch 'develop' into feature/1675-dark_mode_android_integration
marecar3 693ed73
update gb reference
marecar3 d1cb304
propagate link text color from JS
marecar3 584512f
Update gb reference
marecar3 e7d4156
Merge branch 'develop' into feature/1675-dark_mode_android_integration
marecar3 2c1eaf7
update gb reference
marecar3 62653d9
fix tests
marecar3 e9c60ae
Merge branch 'develop' into feature/1675-dark_mode_android_integration
marecar3 ed36f46
Fix release notes
marecar3 f2a56dd
Update gb reference
marecar3 23ebe85
Merge branch 'develop' into feature/1675-dark_mode_android_integration
marecar3 0e42546
Merge branch 'develop' into feature/1675-dark_mode_android_integration
marecar3 1942f88
Update gb reference
marecar3 40e30eb
Merge branch 'develop' into feature/1675-dark_mode_android_integration
marecar3 2943771
Update gb reference
marecar3 855baa6
Merge branch 'develop' into feature/1675-dark_mode_android_integration
marecar3 d9f164c
Update gb reference
marecar3 89c1988
Merge branch 'develop' into feature/1675-dark_mode_android_integration
marecar3 8039d4d
Update gb reference
marecar3 eb2cf38
Merge branch 'develop' into feature/1675-dark_mode_android_integration
marecar3 064827b
Update gb reference
marecar3 4ff2cb4
Set fields final
marecar3 06d5e59
Update dark mode state when battery saver settings are changed
marecar3 e5fe193
Merge branch 'develop' into feature/1675-dark_mode_android_integration
marecar3 ad09ab0
Update gutenberg reference
marecar3 7855ec1
Point gb reference to master
marecar3 047913f
Merge branch 'develop' into feature/1675-dark_mode_android_integration
marecar3 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
Submodule gutenberg
updated
28 files
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
1 change: 0 additions & 1 deletion
1
...c/main/java/org/wordpress/mobile/ReactNativeGutenbergBridge/GutenbergBridgeJS2Parent.java
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This shouldn't be part of release notes as it was removed: https://github.com/wordpress-mobile/gutenberg-mobile/pull/1989/files#diff-a3d054590c32de57d87be233927e755dL3
But for some reason, it was reverted from revert.