Граф коммитов

135 Коммитов

Автор SHA1 Сообщение Дата
Tom Klein 667cb809fa Bug 1233415 - Make action bar actions full action bar height. r=sebastian
MozReview-Commit-ID: G78wgtWkfgQ

--HG--
extra : rebase_source : a755ad3c1bcd8b375e44c8dd35d987b163d9c890
2017-01-07 02:33:14 -06:00
Tom Klein 36a8b1bc24 Bug 1310081 - 1. Make the tabs list grid view a RecyclerView. r=sebastian
Our previous GridLayout settings gave extra horizontal space to the padding
between items, but GridLayoutManager by default simply left aligns fixed width
items in their column, so the item's width has been changed to fill_parent
and the item title has been switched to fixed width (since otherwise it looks
broken when it expands to an item width larger than the thumbnail width).  The
drawback is that clicking on the extra width part of an item activates the tab,
even though it would seem from what's being displayed that the item should end
at the vertical edge of the thumbnail - that will be fixed in a future commit.

Both the list and grid tabs panel views are now RecyclerViews, so move
TabsLayoutRecyclerAdapter.java to TabsLayoutAdapter.java.

MozReview-Commit-ID: CBrxw1HfRcP

--HG--
extra : rebase_source : 009e98a71b1644fbe39e36dab10bfbf371329fa8
extra : source : 1c6a92e7614c2b0981db9ccfbc1d673656c88daf
2016-09-12 11:21:51 -05:00
Michael Comella c903ed153c Bug 1275880 - Give preferences action bar the correct config & delete unused. r=liuche
MozReview-Commit-ID: DavXaecwtux

--HG--
extra : rebase_source : 557a628bdf8fe3d67de7f703d406fd43d2d41c18
2016-05-26 10:28:33 -07:00
Michael Comella 898b428762 Bug 1275880 - Consolidate gecko preferences theme to one api level. r=liuche
MozReview-Commit-ID: BscET9LeUYM

--HG--
extra : rebase_source : 676b86bd3679c41e9cb464dd2964e2dfb8f73b72
2016-05-26 09:42:35 -07:00
Michael Comella ee1be4d654 Bug 1268606 - Correct action bar style for url bar. r=liuche
MozReview-Commit-ID: 7mCwUzR7rqE

--HG--
extra : rebase_source : 59a68f638154b2f9b722a79a6238a47a74262657
2016-05-23 19:15:46 -07:00
Andrzej Hunt 82297987a5 Bug 1205124 - use AppCompatActivity for GeckoPreferences r=sebastian
This patch introduces consistent theming for all supported devices (Android 4+).
Previously we had Jellybean theming on Android 4, and Lollipop theming on 5+.

Note that dialogs will be based on the native device dialogs (i.e. Jellybean on 4,
Lollipop on 5+). This is because we use native Fragments (and not support library
Fragments), which inflate their own (native) Dialogs. Introducing consistent
dialogs would involve replacing the use of native Fragments (and native
PreferenceFragments), and replacing our self-inflated dialogs.

(We have a few self-built dialogs - these could easily be switched to the AppCompat
 AlertDialog, but then we'd have a mix of new and old dialogs on Android 4 devices,
 since PreferenceFragment constructed dialogs would still be the native Android
 dialogs - overall this would be a worse experience.)

It is also usable on 2.3. There, we retain GB theming, however the checkboxes
are replaced with orange checkboxes (as on 4+).

MozReview-Commit-ID: AXbyAfpvfKi

--HG--
extra : rebase_source : 2b80c8f2beb7939e1f556e91bca87b60ebe4368e
2016-03-28 14:32:07 -07:00
Chenxia Liu 8aa3a5eaeb Bug 1220928 - Add dividers. r=sebastian
MozReview-Commit-ID: KYzvrB1YEsA

--HG--
extra : rebase_source : 8e3770f69de890ddaf7aa4cbf33a096217b37f8d
extra : source : 4502901213737dd4a9a6373347b0e396602a4da1
2016-03-09 17:49:08 -08:00
Carsten "Tomcat" Book 461d0bc460 Backed out changeset 450290121373 (bug 1220928) 2016-03-30 14:37:59 +02:00
Chenxia Liu f8e378f6d8 Bug 1220928 - Add dividers. r=sebastian
MozReview-Commit-ID: KYzvrB1YEsA

--HG--
extra : rebase_source : 6b7a9efd8004fb850e1ff42308b24bf8a829a50c
2016-03-09 17:49:08 -08:00
Brendan Dahl 11e5da58f6 Bug 1236071 - Remove unused android:panelBackground. r=mcomella 2016-03-07 17:02:00 +01:00
Raunaq Abhyankar 478ad666bf Bug 1164307 - Add @color/toolbar_divider_grey to the color palette & replace @color/divider_light. r=mcomella 2016-01-08 09:35:00 -05:00
SUN Haitao c44d10f2d4 Bug 1234544 - Add the menu_panel_bg drawable back. r=mcomella
The hardware-button-triggered menu of Open Web App is still using it.

--HG--
extra : commitid : KC7iGIUYBTX
extra : rebase_source : 77fbbeabb6430c1323db7c1322f1bd1d603ae2f8
2015-12-22 22:11:00 +08:00
Mark Capella 81e809bbaf Bug 1233709 - Action bar overflow menu sometimes appears with only one item, r=mcomella 2015-12-22 21:47:50 -05:00
Michael Comella a64e625638 Bug 1229958 - Remove android:panelBackground. r=sebastian
There is no noticeable difference in background color of the menu on my 4.* GS4
or my 2.3 Nexus S, though perhaps it affects more than the menu.

The menu_panel_bg drawable is now unused so I removed that too.

--HG--
extra : commitid : KBe9IqDuheC
extra : source : 535bb5015ea1b1ced4aa1fb39b88eace3b324264
2015-12-02 15:32:42 -08:00
Michael Comella 4c443543d4 Bug 1229958 - Backout 535bb5015ea1 for regression bug 1230648. r=me
--HG--
extra : commitid : 6oXTYFJzMlE
extra : rebase_source : ecfda24be702c59b2ea915437949b6ee2512b38a
2015-12-04 15:24:33 -08:00
Michael Comella 27ebb24cc0 Bug 1229958 - Remove android:panelBackground. r=sebastian
There is no noticeable difference in background color of the menu on my 4.* GS4
or my 2.3 Nexus S, though perhaps it affects more than the menu.

The menu_panel_bg drawable is now unused so I removed that too.

--HG--
extra : commitid : KCVkyjjjDjL
extra : rebase_source : 42502a88bc5debbb4635aaaadb6d6dfba43a8ef1
2015-12-02 15:32:42 -08:00
Nick Alexander 2725ada964 Bug 1229438 - Part 2: Move Fennec services resources. r=rnewman
#!/bin/bash
set -x
pushd mobile/android/base/resources
for i in * ; do
    mkdir -p ../res/$i ;
    hg mv $i/{fxa,sync}* ../res/$i ;
done
popd
hg mv mobile/android/base/res mobile/android/services/src/main/res

--HG--
rename : mobile/android/base/resources/drawable-hdpi/fxaccount_checkbox.png => mobile/android/services/src/main/res/drawable-hdpi/fxaccount_checkbox.png
rename : mobile/android/base/resources/drawable-hdpi/fxaccount_ddarrow_inactive.png => mobile/android/services/src/main/res/drawable-hdpi/fxaccount_ddarrow_inactive.png
rename : mobile/android/base/resources/drawable-hdpi/fxaccount_intro.png => mobile/android/services/src/main/res/drawable-hdpi/fxaccount_intro.png
rename : mobile/android/base/resources/drawable-hdpi/fxaccount_mail.png => mobile/android/services/src/main/res/drawable-hdpi/fxaccount_mail.png
rename : mobile/android/base/resources/drawable-hdpi/fxaccount_sync_error.png => mobile/android/services/src/main/res/drawable-hdpi/fxaccount_sync_error.png
rename : mobile/android/base/resources/drawable-hdpi/sync_avatar_default.png => mobile/android/services/src/main/res/drawable-hdpi/sync_avatar_default.png
rename : mobile/android/base/resources/drawable-hdpi/sync_desktop.png => mobile/android/services/src/main/res/drawable-hdpi/sync_desktop.png
rename : mobile/android/base/resources/drawable-hdpi/sync_desktop_inactive.png => mobile/android/services/src/main/res/drawable-hdpi/sync_desktop_inactive.png
rename : mobile/android/base/resources/drawable-hdpi/sync_mobile.png => mobile/android/services/src/main/res/drawable-hdpi/sync_mobile.png
rename : mobile/android/base/resources/drawable-hdpi/sync_mobile_inactive.png => mobile/android/services/src/main/res/drawable-hdpi/sync_mobile_inactive.png
rename : mobile/android/base/resources/drawable-hdpi/sync_promo.png => mobile/android/services/src/main/res/drawable-hdpi/sync_promo.png
rename : mobile/android/base/resources/drawable-v12/fxaccount_password_active.xml => mobile/android/services/src/main/res/drawable-v12/fxaccount_password_active.xml
rename : mobile/android/base/resources/drawable-v12/fxaccount_password_button_hide_active.xml => mobile/android/services/src/main/res/drawable-v12/fxaccount_password_button_hide_active.xml
rename : mobile/android/base/resources/drawable-v12/fxaccount_password_button_show_active.xml => mobile/android/services/src/main/res/drawable-v12/fxaccount_password_button_show_active.xml
rename : mobile/android/base/resources/drawable-v12/fxaccount_password_inactive.xml => mobile/android/services/src/main/res/drawable-v12/fxaccount_password_inactive.xml
rename : mobile/android/base/resources/drawable-xhdpi/fxaccount_intro.png => mobile/android/services/src/main/res/drawable-xhdpi/fxaccount_intro.png
rename : mobile/android/base/resources/drawable-xhdpi/fxaccount_sync_error.png => mobile/android/services/src/main/res/drawable-xhdpi/fxaccount_sync_error.png
rename : mobile/android/base/resources/drawable-xhdpi/sync_desktop.png => mobile/android/services/src/main/res/drawable-xhdpi/sync_desktop.png
rename : mobile/android/base/resources/drawable-xhdpi/sync_desktop_inactive.png => mobile/android/services/src/main/res/drawable-xhdpi/sync_desktop_inactive.png
rename : mobile/android/base/resources/drawable-xhdpi/sync_mobile.png => mobile/android/services/src/main/res/drawable-xhdpi/sync_mobile.png
rename : mobile/android/base/resources/drawable-xhdpi/sync_mobile_inactive.png => mobile/android/services/src/main/res/drawable-xhdpi/sync_mobile_inactive.png
rename : mobile/android/base/resources/drawable-xhdpi/sync_promo.png => mobile/android/services/src/main/res/drawable-xhdpi/sync_promo.png
rename : mobile/android/base/resources/drawable-xxhdpi/fxaccount_sync_error.png => mobile/android/services/src/main/res/drawable-xxhdpi/fxaccount_sync_error.png
rename : mobile/android/base/resources/drawable-xxhdpi/sync_avatar_default.png => mobile/android/services/src/main/res/drawable-xxhdpi/sync_avatar_default.png
rename : mobile/android/base/resources/drawable-xxhdpi/sync_desktop.png => mobile/android/services/src/main/res/drawable-xxhdpi/sync_desktop.png
rename : mobile/android/base/resources/drawable-xxhdpi/sync_desktop_inactive.png => mobile/android/services/src/main/res/drawable-xxhdpi/sync_desktop_inactive.png
rename : mobile/android/base/resources/drawable-xxhdpi/sync_mobile.png => mobile/android/services/src/main/res/drawable-xxhdpi/sync_mobile.png
rename : mobile/android/base/resources/drawable-xxhdpi/sync_mobile_inactive.png => mobile/android/services/src/main/res/drawable-xxhdpi/sync_mobile_inactive.png
rename : mobile/android/base/resources/drawable/fxaccount_button_background.xml => mobile/android/services/src/main/res/drawable/fxaccount_button_background.xml
rename : mobile/android/base/resources/drawable/fxaccount_button_background_disabled.xml => mobile/android/services/src/main/res/drawable/fxaccount_button_background_disabled.xml
rename : mobile/android/base/resources/drawable/fxaccount_button_background_enabled.xml => mobile/android/services/src/main/res/drawable/fxaccount_button_background_enabled.xml
rename : mobile/android/base/resources/drawable/fxaccount_button_background_pressed.xml => mobile/android/services/src/main/res/drawable/fxaccount_button_background_pressed.xml
rename : mobile/android/base/resources/drawable/fxaccount_button_color.xml => mobile/android/services/src/main/res/drawable/fxaccount_button_color.xml
rename : mobile/android/base/resources/drawable/fxaccount_checkbox_textcolor.xml => mobile/android/services/src/main/res/drawable/fxaccount_checkbox_textcolor.xml
rename : mobile/android/base/resources/drawable/fxaccount_linkitem_textcolor.xml => mobile/android/services/src/main/res/drawable/fxaccount_linkitem_textcolor.xml
rename : mobile/android/base/resources/drawable/fxaccount_password_active.xml => mobile/android/services/src/main/res/drawable/fxaccount_password_active.xml
rename : mobile/android/base/resources/drawable/fxaccount_password_background.xml => mobile/android/services/src/main/res/drawable/fxaccount_password_background.xml
rename : mobile/android/base/resources/drawable/fxaccount_password_button_hide_active.xml => mobile/android/services/src/main/res/drawable/fxaccount_password_button_hide_active.xml
rename : mobile/android/base/resources/drawable/fxaccount_password_button_hide_background.xml => mobile/android/services/src/main/res/drawable/fxaccount_password_button_hide_background.xml
rename : mobile/android/base/resources/drawable/fxaccount_password_button_show_active.xml => mobile/android/services/src/main/res/drawable/fxaccount_password_button_show_active.xml
rename : mobile/android/base/resources/drawable/fxaccount_password_button_show_background.xml => mobile/android/services/src/main/res/drawable/fxaccount_password_button_show_background.xml
rename : mobile/android/base/resources/drawable/fxaccount_password_inactive.xml => mobile/android/services/src/main/res/drawable/fxaccount_password_inactive.xml
rename : mobile/android/base/resources/drawable/fxaccount_textfield_active.xml => mobile/android/services/src/main/res/drawable/fxaccount_textfield_active.xml
rename : mobile/android/base/resources/drawable/fxaccount_textfield_background.xml => mobile/android/services/src/main/res/drawable/fxaccount_textfield_background.xml
rename : mobile/android/base/resources/drawable/fxaccount_textfield_inactive.xml => mobile/android/services/src/main/res/drawable/fxaccount_textfield_inactive.xml
rename : mobile/android/base/resources/drawable/fxaccount_textview_error_background.xml => mobile/android/services/src/main/res/drawable/fxaccount_textview_error_background.xml
rename : mobile/android/base/resources/drawable/sync_pin_background.xml => mobile/android/services/src/main/res/drawable/sync_pin_background.xml
rename : mobile/android/base/resources/layout/fxaccount_account_verified.xml => mobile/android/services/src/main/res/layout/fxaccount_account_verified.xml
rename : mobile/android/base/resources/layout/fxaccount_confirm_account.xml => mobile/android/services/src/main/res/layout/fxaccount_confirm_account.xml
rename : mobile/android/base/resources/layout/fxaccount_create_account.xml => mobile/android/services/src/main/res/layout/fxaccount_create_account.xml
rename : mobile/android/base/resources/layout/fxaccount_create_account_not_allowed.xml => mobile/android/services/src/main/res/layout/fxaccount_create_account_not_allowed.xml
rename : mobile/android/base/resources/layout/fxaccount_custom_server_view.xml => mobile/android/services/src/main/res/layout/fxaccount_custom_server_view.xml
rename : mobile/android/base/resources/layout/fxaccount_email_password_view.xml => mobile/android/services/src/main/res/layout/fxaccount_email_password_view.xml
rename : mobile/android/base/resources/layout/fxaccount_finish_migrating.xml => mobile/android/services/src/main/res/layout/fxaccount_finish_migrating.xml
rename : mobile/android/base/resources/layout/fxaccount_get_started.xml => mobile/android/services/src/main/res/layout/fxaccount_get_started.xml
rename : mobile/android/base/resources/layout/fxaccount_migration_finished.xml => mobile/android/services/src/main/res/layout/fxaccount_migration_finished.xml
rename : mobile/android/base/resources/layout/fxaccount_preference_list_fragment.xml => mobile/android/services/src/main/res/layout/fxaccount_preference_list_fragment.xml
rename : mobile/android/base/resources/layout/fxaccount_sign_in.xml => mobile/android/services/src/main/res/layout/fxaccount_sign_in.xml
rename : mobile/android/base/resources/layout/fxaccount_status_error_preference.xml => mobile/android/services/src/main/res/layout/fxaccount_status_error_preference.xml
rename : mobile/android/base/resources/layout/fxaccount_update_credentials.xml => mobile/android/services/src/main/res/layout/fxaccount_update_credentials.xml
rename : mobile/android/base/resources/layout/sync_account.xml => mobile/android/services/src/main/res/layout/sync_account.xml
rename : mobile/android/base/resources/layout/sync_list_item.xml => mobile/android/services/src/main/res/layout/sync_list_item.xml
rename : mobile/android/base/resources/layout/sync_redirect_to_setup.xml => mobile/android/services/src/main/res/layout/sync_redirect_to_setup.xml
rename : mobile/android/base/resources/layout/sync_send_tab.xml => mobile/android/services/src/main/res/layout/sync_send_tab.xml
rename : mobile/android/base/resources/layout/sync_setup.xml => mobile/android/services/src/main/res/layout/sync_setup.xml
rename : mobile/android/base/resources/layout/sync_setup_failure.xml => mobile/android/services/src/main/res/layout/sync_setup_failure.xml
rename : mobile/android/base/resources/layout/sync_setup_jpake_waiting.xml => mobile/android/services/src/main/res/layout/sync_setup_jpake_waiting.xml
rename : mobile/android/base/resources/layout/sync_setup_nointernet.xml => mobile/android/services/src/main/res/layout/sync_setup_nointernet.xml
rename : mobile/android/base/resources/layout/sync_setup_pair.xml => mobile/android/services/src/main/res/layout/sync_setup_pair.xml
rename : mobile/android/base/resources/layout/sync_setup_success.xml => mobile/android/services/src/main/res/layout/sync_setup_success.xml
rename : mobile/android/base/resources/layout/sync_setup_webview.xml => mobile/android/services/src/main/res/layout/sync_setup_webview.xml
rename : mobile/android/base/resources/menu/fxaccount_status_menu.xml => mobile/android/services/src/main/res/menu/fxaccount_status_menu.xml
rename : mobile/android/base/resources/values-large-v11/fxaccount_styles.xml => mobile/android/services/src/main/res/values-large-v11/fxaccount_styles.xml
rename : mobile/android/base/resources/values-large-v11/sync_styles.xml => mobile/android/services/src/main/res/values-large-v11/sync_styles.xml
rename : mobile/android/base/resources/values-v11/fxaccount_styles.xml => mobile/android/services/src/main/res/values-v11/fxaccount_styles.xml
rename : mobile/android/base/resources/values-v11/sync_styles.xml => mobile/android/services/src/main/res/values-v11/sync_styles.xml
rename : mobile/android/base/resources/values/fxaccount_colors.xml => mobile/android/services/src/main/res/values/fxaccount_colors.xml
rename : mobile/android/base/resources/values/fxaccount_dimens.xml => mobile/android/services/src/main/res/values/fxaccount_dimens.xml
rename : mobile/android/base/resources/values/fxaccount_styles.xml => mobile/android/services/src/main/res/values/fxaccount_styles.xml
rename : mobile/android/base/resources/values/sync_styles.xml => mobile/android/services/src/main/res/values/sync_styles.xml
rename : mobile/android/base/resources/xml/fxaccount_authenticator.xml => mobile/android/services/src/main/res/xml/fxaccount_authenticator.xml
rename : mobile/android/base/resources/xml/fxaccount_options.xml => mobile/android/services/src/main/res/xml/fxaccount_options.xml
rename : mobile/android/base/resources/xml/fxaccount_status_prefscreen.xml => mobile/android/services/src/main/res/xml/fxaccount_status_prefscreen.xml
rename : mobile/android/base/resources/xml/fxaccount_syncadapter.xml => mobile/android/services/src/main/res/xml/fxaccount_syncadapter.xml
rename : mobile/android/base/resources/xml/sync_authenticator.xml => mobile/android/services/src/main/res/xml/sync_authenticator.xml
rename : mobile/android/base/resources/xml/sync_options.xml => mobile/android/services/src/main/res/xml/sync_options.xml
rename : mobile/android/base/resources/xml/sync_syncadapter.xml => mobile/android/services/src/main/res/xml/sync_syncadapter.xml
extra : commitid : COT8yM3Yxon
extra : rebase_source : 1525274c5fd0dcd3b7b6e8afc0165c30cafce020
extra : histedit_source : 3e5d583200af27acfcc5a38aef99e4b49b2b43eb
2015-12-01 11:08:10 -08:00
Michael Comella 6007f22431 Bug 1140210 - Rename MenuItemActionView styles to new name. r=liuche
--HG--
extra : commitid : 2C9M4zQfpaJ
extra : rebase_source : e26788c93df4341b026d6c847c75c9332dcb9026
2015-10-15 14:55:28 -07:00
Michael Comella febfdbc342 Bug 1140210 - Backout 4 changesets to backout top level share plane (bug 1140048).
This is not strictly necessary but it prevents a clean backout. Changesets:
* 5b439b4654e0
* 8345f21f6518
* 156585c07b3d
* 623b15184f2a

--HG--
extra : commitid : 6oigPO4BIBs
extra : rebase_source : 6384d882c409eb2c5c45046581b522930b2f5668
extra : histedit_source : 9858f3a23ba652149325297e8cd8b7e7041c2ff7
2015-11-18 16:12:29 -08:00
Michael Comella 47a106bd6d Bug 1217151 - Inherit from Gecko.Preferences in SyncStatusActivity. r=nalexander
Tested on 5, 4, & 2.3.

--HG--
extra : commitid : 1RImAkK38qx
extra : rebase_source : 205102ed52e6ddf5d0408af84a20c571c2039cda
2015-10-29 10:02:43 -07:00
Michael Comella 6f4aff3f97 Bug 1140210 - Rename MenuItemActionView styles to new name. r=liuche
--HG--
extra : commitid : 2C9M4zQfpaJ
extra : rebase_source : 1a87cd9c6f28080e10debaf41ef99a34f4c2f44a
2015-10-15 14:55:28 -07:00
Michael Comella 5365d2ffca Bug 1214401 - Remove android: prefix from several attributes. r=sebastian
This should make these attributes compatible with Theme.AppCompat.

--HG--
extra : commitid : IsmpzvpV3ox
extra : rebase_source : 92eed417ac1067cd962c57624d8b2530cdba8fd6
2015-10-15 10:08:45 -07:00
Michael Comella bb99cec3ae Bug 1201206 - Inherit from version specific styles for prefs. r=mhaigh
This excludes Material design in v21+, which will be overridden with AppCompat
in the following changeset.

--HG--
extra : commitid : 6NvfKORKfyr
extra : source : bfc7e7f997eb2a4f5bbfea4e817aa4e738900d5b
2015-09-22 16:26:29 -07:00
Michael Comella 540dfeb84a Bug 1201206 - Inherit from Theme.AppCompat style at all API levels. r=mhaigh
--HG--
extra : commitid : 9MMRtstxJIl
extra : source : ebc006342c9e0654a2900e952299341251f01ad7
2015-09-15 14:33:45 -07:00
Wes Kocher badbc48d7a Backed out 4 changesets (bug 1201206) for android x86 bustage CLOSED TREE
Backed out changeset c01f712e3d98 (bug 1201206)
Backed out changeset 2d7962287928 (bug 1201206)
Backed out changeset bfc7e7f997eb (bug 1201206)
Backed out changeset ebc006342c9e (bug 1201206)
2015-10-08 12:36:15 -07:00
Michael Comella 9e877054db Bug 1201206 - Inherit from version specific styles for prefs. r=mhaigh
This excludes Material design in v21+, which will be overridden with AppCompat
in the following changeset.

--HG--
extra : commitid : JL19c4EJfVf
extra : rebase_source : b9030c31b99bd2e1613fc7898e7ef4f9c275003c
2015-09-22 16:26:29 -07:00
Michael Comella 923dfe3379 Bug 1201206 - Inherit from Theme.AppCompat style at all API levels. r=mhaigh
--HG--
extra : commitid : LdRIYIN0kaP
extra : rebase_source : c0489dcd702696ffdc4fb6ed56c4689103f989cd
2015-09-15 14:33:45 -07:00
Michael Comella 83e3adb69b Bug 1202247 - Use new menu asset in action bar & remove old assets. r=liuche
I wasn't able to test this on GB because I don't have a device with a soft menu
key, but I'm pretty sure that's because they don't exist.

--HG--
extra : commitid : 9zMCT5yxm9U
extra : rebase_source : 78ecf6d87a914640ae4e4e4d4cd12d37a52c2248
2015-09-10 11:46:23 -07:00
Michael Comella 2aae211245 Bug 1202870 - Set toolbar menu row height to 48dp. r=mhaigh
I tried to use the `?android:attr/...` method listed in the nearby comments but
kept receiving a "ResourceNotFound" exception. I wonder if this is related to
the way we inherit and then override the themes.

--HG--
extra : commitid : 6G6nTr4Sfrv
extra : rebase_source : 1ba4aab60e3a9cf3423b0297bd643055f9f1b28d
2015-09-08 16:57:38 -07:00
Michael Comella ccc9305e87 Bug 1172831 - Remove unused dimens resources. r=liuche
--HG--
extra : commitid : 8sMJwt9stRF
extra : rebase_source : f62b90281bfb688437f94b91a50a2494cb7a575d
2015-06-23 17:24:44 -07:00
Michael Comella a0f906bd01 Bug 1176886 - Remove unnecessary parents in sync code. r=nalexander
--HG--
extra : commitid : EeoByDn198G
extra : rebase_source : cc9f9ac0e041150fd1b19d35ec731698320e4d71
2015-06-24 09:28:26 -07:00
Michael Comella 4262ab276d Bug 1152314 - Duplicate action bar configuration in code. r=liuche
This is necessary because the configuration breaks on some devices if it's
just set in XML - see the code comments for more details.

--HG--
extra : source : 20612adf39a75abc22de568a5aa2a04d8349e0e2
2015-04-14 17:42:45 -07:00
Michael Comella 06900d90e0 Bug 1132751 - Add android:logo to fennec application. r=liuche
On Android v21, this logo is a padded version of android:icon which, to
my knowledge, is only used by the ActionBar, which we only make visible in
GeckoPreferences. On < 21, this icon is used via resource alias.

--HG--
extra : rebase_source : 93722e1935fa363e527e230b5498339f93f2f911
2015-03-31 14:21:53 -07:00
Michael Comella f24a4076b4 Bug 1138723 - Move arrowPopupWidth to dimens (from theme attr). r=liuche
This required the creation of custom_match_parent and custom_wrap_content
dimens (via http://stackoverflow.com/a/19043952).

--HG--
extra : rebase_source : 2077e5a87fc66a99d99c7b28038ddf7474e9837f
2015-03-03 08:36:33 -08:00
Michael Comella 50ebfd806f Bug 1132986 - Display a Gecko-themed dialog when sending tabs to device. r=liuche
--HG--
extra : rebase_source : 1309a828c82f4c8b21a4323373486a1bd967331d
2015-02-25 17:48:13 -08:00
Martyn Haigh 6cfe952244 Bug 1111598 - [Tablet] Make action bar background color consistent with the new tablet tab strip background (r=mcomella) 2015-01-16 12:42:57 +00:00
Martyn Haigh 9b4c29f73f Bug 1063586 - Audit tab related XML files to use new terminology (r=lucasr) 2014-10-17 14:14:30 +01:00
Martyn Haigh 760aed223b Bug 1056920 - Create grid based layout for tabs (r=lucasr) 2014-09-23 15:06:36 +01:00
Brian Nicholson 0b36c3c3e6 Bug 1067429 - Add values-v14, removing v14-only styles from values-v11. r=lucasr
--HG--
rename : mobile/android/base/resources/values-v11/themes.xml => mobile/android/base/resources/values-v14/themes.xml
2014-09-22 11:46:34 -07:00
Brian Nicholson 96351dba4e Bug 1067429 - Create GeckoAppBase as the parent for Gecko.App. r=lucasr 2014-09-22 11:46:33 -07:00
Brian Nicholson 3575c9f6c1 Bug 1067429 - Alphabetize theme styles. r=lucasr 2014-09-22 11:46:33 -07:00
Ryan VanderMeulen 71109d0f95 Backed out 3 changesets (bug 1056920) for Android bustage on a CLOSED TREE.
Backed out changeset 89abe3df46af (bug 1056920)
Backed out changeset 881af39f223d (bug 1056920)
Backed out changeset a21fee67d9dc (bug 1056920)
2014-09-22 12:53:16 -04:00
Martyn Haigh f9c0301701 Bug 1056920 - Create grid based layout for tabs (r=lucasr) 2014-09-22 17:22:13 +01:00
Martyn Haigh 6f1f760fac Backout bug 1056920 - incorrectly pushed (r=backout) 2014-09-22 16:44:45 +01:00
Martyn Haigh e88c788d14 Bug 1056920 - Create grid based layout for tabs (r=lucasr) 2014-09-22 16:29:35 +01:00
Lucas Rocha 210db9946d Bug 1055536 - Consolidate divider colors (r=margaret) 2014-09-02 16:07:44 +01:00
Lucas Rocha 2d8bcdc168 Bug 1055536 - Use consistent grey tone in overflow menu (r=margaret) 2014-09-02 16:06:38 +01:00
Chenxia Liu 3c580d4339 Bug 1042809 - Part 1: Lightweight first-run experience. r=lucasr 2014-08-21 17:18:42 -07:00
Brian Nicholson 5818148dac No bug - Removed unused dialogtitle_textcolor 2014-08-05 14:59:17 -07:00
Brian Nicholson 4baf9f0767 Bug 987864 - Move API 13 styles to values-v13 folder. r=wesj
--HG--
rename : mobile/android/base/resources/values-v14/styles.xml => mobile/android/base/resources/values-v13/styles.xml
2014-07-23 21:50:49 -07:00