-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
[Android] Not all settings have close button #10375
Labels
OS/Android
Fixes related to Android browser functionality
QA Pass - Android ARM
QA Pass - Android Tab
QA/Test-Plan-Specified
QA/Yes
release-notes/include
Milestone
Comments
samartnik
added a commit
to brave/brave-core
that referenced
this issue
Mar 8, 2021
The only reason we used BravePreferenceFragment is to have a close button in the settings. This will be re-done in the context of this issue brave/brave-browser#10375 Chromium change: https://chromium.googlesource.com/chromium/src.git/+/f3c257e9298faf4da38daa674571c7ad08873106 [Android] Move LanguageSettings to //chrome/browser/language This CL moves LangaugeSettings.java and the associated XML files out of //chrome/android to the //chrome/browser/language module. There are no UI changes from this CL. A follow up CL will move the language related tests to //chrome/browser/language. Bug: 1124096
mariospr
pushed a commit
to brave/brave-core
that referenced
this issue
Mar 11, 2021
The only reason we used BravePreferenceFragment is to have a close button in the settings. This will be re-done in the context of this issue brave/brave-browser#10375 Chromium change: https://chromium.googlesource.com/chromium/src.git/+/f3c257e9298faf4da38daa674571c7ad08873106 [Android] Move LanguageSettings to //chrome/browser/language This CL moves LangaugeSettings.java and the associated XML files out of //chrome/android to the //chrome/browser/language module. There are no UI changes from this CL. A follow up CL will move the language related tests to //chrome/browser/language. Bug: 1124096
mariospr
pushed a commit
to brave/brave-core
that referenced
this issue
Mar 18, 2021
The only reason we used BravePreferenceFragment is to have a close button in the settings. This will be re-done in the context of this issue brave/brave-browser#10375 Chromium change: https://chromium.googlesource.com/chromium/src.git/+/f3c257e9298faf4da38daa674571c7ad08873106 [Android] Move LanguageSettings to //chrome/browser/language This CL moves LangaugeSettings.java and the associated XML files out of //chrome/android to the //chrome/browser/language module. There are no UI changes from this CL. A follow up CL will move the language related tests to //chrome/browser/language. Bug: 1124096
mariospr
pushed a commit
to brave/brave-core
that referenced
this issue
Mar 22, 2021
The only reason we used BravePreferenceFragment is to have a close button in the settings. This will be re-done in the context of this issue brave/brave-browser#10375 Chromium change: https://chromium.googlesource.com/chromium/src.git/+/f3c257e9298faf4da38daa674571c7ad08873106 [Android] Move LanguageSettings to //chrome/browser/language This CL moves LangaugeSettings.java and the associated XML files out of //chrome/android to the //chrome/browser/language module. There are no UI changes from this CL. A follow up CL will move the language related tests to //chrome/browser/language. Bug: 1124096
mariospr
pushed a commit
to brave/brave-core
that referenced
this issue
Mar 24, 2021
The only reason we used BravePreferenceFragment is to have a close button in the settings. This will be re-done in the context of this issue brave/brave-browser#10375 Chromium change: https://chromium.googlesource.com/chromium/src.git/+/f3c257e9298faf4da38daa674571c7ad08873106 [Android] Move LanguageSettings to //chrome/browser/language This CL moves LangaugeSettings.java and the associated XML files out of //chrome/android to the //chrome/browser/language module. There are no UI changes from this CL. A follow up CL will move the language related tests to //chrome/browser/language. Bug: 1124096
mkarolin
pushed a commit
to brave/brave-core
that referenced
this issue
Mar 30, 2021
The only reason we used BravePreferenceFragment is to have a close button in the settings. This will be re-done in the context of this issue brave/brave-browser#10375 Chromium change: https://chromium.googlesource.com/chromium/src.git/+/f3c257e9298faf4da38daa674571c7ad08873106 [Android] Move LanguageSettings to //chrome/browser/language This CL moves LangaugeSettings.java and the associated XML files out of //chrome/android to the //chrome/browser/language module. There are no UI changes from this CL. A follow up CL will move the language related tests to //chrome/browser/language. Bug: 1124096
mkarolin
pushed a commit
to brave/brave-core
that referenced
this issue
Mar 30, 2021
The only reason we used BravePreferenceFragment is to have a close button in the settings. This will be re-done in the context of this issue brave/brave-browser#10375 Chromium change: https://chromium.googlesource.com/chromium/src.git/+/b8f8625d98d573809cf06674f733ae31e6276eec Android: Modularize c.b.night_mode Moves c.b.night_mode files to a new moduarlized target chrome/browser/ ui/android/night_mode. This helps modularize other packages that depend on static utils such as NightModeUtils. Bug: 1171512
mkarolin
pushed a commit
to brave/brave-core
that referenced
this issue
Apr 7, 2021
The only reason we used BravePreferenceFragment is to have a close button in the settings. This will be re-done in the context of this issue brave/brave-browser#10375 Chromium change: https://chromium.googlesource.com/chromium/src.git/+/f3c257e9298faf4da38daa674571c7ad08873106 [Android] Move LanguageSettings to //chrome/browser/language This CL moves LangaugeSettings.java and the associated XML files out of //chrome/android to the //chrome/browser/language module. There are no UI changes from this CL. A follow up CL will move the language related tests to //chrome/browser/language. Bug: 1124096
mkarolin
pushed a commit
to brave/brave-core
that referenced
this issue
Apr 7, 2021
The only reason we used BravePreferenceFragment is to have a close button in the settings. This will be re-done in the context of this issue brave/brave-browser#10375 Chromium change: https://chromium.googlesource.com/chromium/src.git/+/b8f8625d98d573809cf06674f733ae31e6276eec Android: Modularize c.b.night_mode Moves c.b.night_mode files to a new moduarlized target chrome/browser/ ui/android/night_mode. This helps modularize other packages that depend on static utils such as NightModeUtils. Bug: 1171512
mariospr
pushed a commit
to brave/brave-core
that referenced
this issue
Apr 9, 2021
The only reason we used BravePreferenceFragment is to have a close button in the settings. This will be re-done in the context of this issue brave/brave-browser#10375 Chromium change: https://chromium.googlesource.com/chromium/src.git/+/f3c257e9298faf4da38daa674571c7ad08873106 [Android] Move LanguageSettings to //chrome/browser/language This CL moves LangaugeSettings.java and the associated XML files out of //chrome/android to the //chrome/browser/language module. There are no UI changes from this CL. A follow up CL will move the language related tests to //chrome/browser/language. Bug: 1124096
mariospr
pushed a commit
to brave/brave-core
that referenced
this issue
Apr 9, 2021
The only reason we used BravePreferenceFragment is to have a close button in the settings. This will be re-done in the context of this issue brave/brave-browser#10375 Chromium change: https://chromium.googlesource.com/chromium/src.git/+/b8f8625d98d573809cf06674f733ae31e6276eec Android: Modularize c.b.night_mode Moves c.b.night_mode files to a new moduarlized target chrome/browser/ ui/android/night_mode. This helps modularize other packages that depend on static utils such as NightModeUtils. Bug: 1171512
mariospr
pushed a commit
to brave/brave-core
that referenced
this issue
Apr 9, 2021
The only reason we used BravePreferenceFragment is to have a close button in the settings. This will be re-done in the context of this issue brave/brave-browser#10375 Chromium change: https://chromium.googlesource.com/chromium/src.git/+/f3c257e9298faf4da38daa674571c7ad08873106 [Android] Move LanguageSettings to //chrome/browser/language This CL moves LangaugeSettings.java and the associated XML files out of //chrome/android to the //chrome/browser/language module. There are no UI changes from this CL. A follow up CL will move the language related tests to //chrome/browser/language. Bug: 1124096
mariospr
pushed a commit
to brave/brave-core
that referenced
this issue
Apr 9, 2021
The only reason we used BravePreferenceFragment is to have a close button in the settings. This will be re-done in the context of this issue brave/brave-browser#10375 Chromium change: https://chromium.googlesource.com/chromium/src.git/+/b8f8625d98d573809cf06674f733ae31e6276eec Android: Modularize c.b.night_mode Moves c.b.night_mode files to a new moduarlized target chrome/browser/ ui/android/night_mode. This helps modularize other packages that depend on static utils such as NightModeUtils. Bug: 1171512
mkarolin
pushed a commit
to brave/brave-core
that referenced
this issue
Apr 27, 2021
The only reason we used BravePreferenceFragment is to have a close button in the settings. This will be re-done in the context of this issue brave/brave-browser#10375 Chromium change: https://chromium.googlesource.com/chromium/src.git/+/f3c257e9298faf4da38daa674571c7ad08873106 [Android] Move LanguageSettings to //chrome/browser/language This CL moves LangaugeSettings.java and the associated XML files out of //chrome/android to the //chrome/browser/language module. There are no UI changes from this CL. A follow up CL will move the language related tests to //chrome/browser/language. Bug: 1124096
mkarolin
pushed a commit
to brave/brave-core
that referenced
this issue
Apr 27, 2021
The only reason we used BravePreferenceFragment is to have a close button in the settings. This will be re-done in the context of this issue brave/brave-browser#10375 Chromium change: https://chromium.googlesource.com/chromium/src.git/+/b8f8625d98d573809cf06674f733ae31e6276eec Android: Modularize c.b.night_mode Moves c.b.night_mode files to a new moduarlized target chrome/browser/ ui/android/night_mode. This helps modularize other packages that depend on static utils such as NightModeUtils. Bug: 1171512
mkarolin
pushed a commit
to brave/brave-core
that referenced
this issue
Apr 30, 2021
The only reason we used BravePreferenceFragment is to have a close button in the settings. This will be re-done in the context of this issue brave/brave-browser#10375 Chromium change: https://chromium.googlesource.com/chromium/src.git/+/f3c257e9298faf4da38daa674571c7ad08873106 [Android] Move LanguageSettings to //chrome/browser/language This CL moves LangaugeSettings.java and the associated XML files out of //chrome/android to the //chrome/browser/language module. There are no UI changes from this CL. A follow up CL will move the language related tests to //chrome/browser/language. Bug: 1124096
mkarolin
pushed a commit
to brave/brave-core
that referenced
this issue
Apr 30, 2021
The only reason we used BravePreferenceFragment is to have a close button in the settings. This will be re-done in the context of this issue brave/brave-browser#10375 Chromium change: https://chromium.googlesource.com/chromium/src.git/+/b8f8625d98d573809cf06674f733ae31e6276eec Android: Modularize c.b.night_mode Moves c.b.night_mode files to a new moduarlized target chrome/browser/ ui/android/night_mode. This helps modularize other packages that depend on static utils such as NightModeUtils. Bug: 1171512
24 tasks
Some options declare their own menu, so we will need to separately add close button there. Follow up issue created #15615 |
Test plan: check that all options, apart from options in follow up issue above, have close button. |
mkarolin
pushed a commit
to brave/brave-core
that referenced
this issue
May 5, 2021
The only reason we used BravePreferenceFragment is to have a close button in the settings. This will be re-done in the context of this issue brave/brave-browser#10375 Chromium change: https://chromium.googlesource.com/chromium/src.git/+/f3c257e9298faf4da38daa674571c7ad08873106 [Android] Move LanguageSettings to //chrome/browser/language This CL moves LangaugeSettings.java and the associated XML files out of //chrome/android to the //chrome/browser/language module. There are no UI changes from this CL. A follow up CL will move the language related tests to //chrome/browser/language. Bug: 1124096
mkarolin
pushed a commit
to brave/brave-core
that referenced
this issue
May 5, 2021
The only reason we used BravePreferenceFragment is to have a close button in the settings. This will be re-done in the context of this issue brave/brave-browser#10375 Chromium change: https://chromium.googlesource.com/chromium/src.git/+/b8f8625d98d573809cf06674f733ae31e6276eec Android: Modularize c.b.night_mode Moves c.b.night_mode files to a new moduarlized target chrome/browser/ ui/android/night_mode. This helps modularize other packages that depend on static utils such as NightModeUtils. Bug: 1171512
mariospr
pushed a commit
to brave/brave-core
that referenced
this issue
May 5, 2021
The only reason we used BravePreferenceFragment is to have a close button in the settings. This will be re-done in the context of this issue brave/brave-browser#10375 Chromium change: https://chromium.googlesource.com/chromium/src.git/+/f3c257e9298faf4da38daa674571c7ad08873106 [Android] Move LanguageSettings to //chrome/browser/language This CL moves LangaugeSettings.java and the associated XML files out of //chrome/android to the //chrome/browser/language module. There are no UI changes from this CL. A follow up CL will move the language related tests to //chrome/browser/language. Bug: 1124096
mariospr
pushed a commit
to brave/brave-core
that referenced
this issue
May 5, 2021
The only reason we used BravePreferenceFragment is to have a close button in the settings. This will be re-done in the context of this issue brave/brave-browser#10375 Chromium change: https://chromium.googlesource.com/chromium/src.git/+/b8f8625d98d573809cf06674f733ae31e6276eec Android: Modularize c.b.night_mode Moves c.b.night_mode files to a new moduarlized target chrome/browser/ ui/android/night_mode. This helps modularize other packages that depend on static utils such as NightModeUtils. Bug: 1171512
24 tasks
This was referenced May 27, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
OS/Android
Fixes related to Android browser functionality
QA Pass - Android ARM
QA Pass - Android Tab
QA/Test-Plan-Specified
QA/Yes
release-notes/include
Description
Some settings don't have close button
In cr84 there were changed 2 more options
For consistency we should replace
menu_help
inchrome/android/java/src/org/chromium/chrome/browser/settings/SettingsActivity.java
with close button. This way any new or changed settings will have it by default.Steps to reproduce
Actual result
Not all settings have close button
Expected result
Close button in all settings
Issue reproduces how often
Always
Issue happens on
Device details
Brave version
1.9.80
Website problems only
Additional information
The text was updated successfully, but these errors were encountered: