Commit Graph

31 Commits

Author SHA1 Message Date
Wes Johnston
eefd58edbf Bug 981682 - Don't bother nulling dialog when its closed. r=bnicholson 2014-03-15 14:26:30 -07:00
Wes Johnston
5ee2b12ac7 Bug 942270 - Allow ActionViews in prompts. r=bnicholson 2014-03-14 14:41:20 -07:00
Wes Johnston
fda36db32f Bug 942270 - Add intents to PromptListItems. r=bnicholson 2014-03-14 14:41:10 -07:00
Wesley Johnston
40bd147dc5 Bug 959742 - Close dialogs when inputs change if there are no buttons on the dialog. r=bnicholson 2014-02-06 16:26:00 -08:00
Wes Kocher
ee97b04443 Backed out changeset e82cb49c7a8d (bug 959742) for android test bustage 2014-02-26 14:37:57 -08:00
Wesley Johnston
cad87be181 Bug 959742 - Auto close lists if they don't have any buttons on them. r=bnicholson 2014-02-06 16:26:00 -08:00
Ryan VanderMeulen
74e250820f Backed out the rest of bug 959742. 2014-02-26 15:32:10 -05:00
Wes Johnston
07b47fc3c3 backout b0fd368ba5ec (Bug 959742) for build bustage 2014-02-26 11:32:33 -08:00
Wesley Johnston
5160c3c7c8 Bug 959742 - Auto close lists if they don't have any buttons on them. r=bnicholson 2014-02-06 16:26:00 -08:00
Wesley Johnston
f0eefb1cae Bug 973045 - Add a tabbed box input type for prompts. r=bnicholson 2014-02-06 16:24:00 -08:00
Wesley Johnston
78c4dba329 Bug 973036 - Create an intent chooser dialog class. r=bnicholson 2014-02-06 16:21:00 -08:00
Wes Johnston
43f4c2789b Bug 974286 - Remove mSelected from PromptListAdapter. r=bnicholson 2014-02-25 08:55:14 -08:00
Wesley Johnston
51713940cd Bug 973013 - Pull PromptListAdapter into its own class. r=bnicholson 2014-02-06 16:16:00 -08:00
Wesley Johnston
ed8c72de46 Bug 973013 - Pull PromptListItem into its own class. r=bnicholson 2014-02-06 16:13:00 -08:00
Richard Newman
3f0edc26ab Bug 975774 - Part 22: clean up imports in Prompt. r=trivial 2014-02-22 19:53:01 -08:00
Richard Newman
b35034df93 Bug 975774 - Part 13: clean up imports in ColorPickerInput. r=trivial 2014-02-22 19:52:57 -08:00
Wes Johnston
ff7b60f4ed Bug 958109 - Wrap prompt inputs so that we can add padding around them. r=margaret 2014-02-18 13:20:00 -08:00
Joshua Dover
4e72862b72 Bug 953272: Add selected attribute for prompts with multichoice. r=wesj 2014-01-09 12:15:07 -08:00
p0ff
e6a30bfff5 Bug 968908 - PromptInputs should return an Object not a String. r=wesj 2014-02-13 14:14:24 -05:00
Wes Johnston
8de37ce524 Bug 946344 - Remove GeckoEventResponder. r=mfinkle,blassey,kats
--HG--
rename : mobile/android/base/util/EventDispatcher.java => mobile/android/base/EventDispatcher.java
2014-02-11 09:16:00 -08:00
Ryan VanderMeulen
16a188a606 Backed out changeset 27a790bd9a90 (bug 968908) for Android bustage. 2014-02-13 14:47:12 -05:00
p0ff
c26262bfd2 Bug 968908 - PromptInputs should return an Object not a String. r=wesj 2014-02-13 14:14:24 -05:00
Mark Finkle
1d98f98e37 Backout 032a3ba018db, It breaks <select> form element interactions (bug 961489, bug 961662) 2014-01-20 16:40:28 -05:00
Joshua Dover
ecbd09bf06 Bug 953272 - Add selected attribute for prompts with multichoice. r=wesj 2014-01-14 11:27:02 -08:00
Margaret Leibovic
1ba1ae0cc2 Bug 921557 - (Part 2) Update other deprecated BitmapDrawable constructor usage. r=wesj 2014-01-07 14:12:04 -08:00
Wes Johnston
3ad0f3a8aa Bug 875750 - Provide a basic color picker for Android. r=mfinkle 2013-12-11 15:51:01 -08:00
Lucas Rocha
fe032ef3d3 Bug 936519 - Move general-purpose views to the widget package (r=mfinkle)
--HG--
rename : mobile/android/base/AllCapsTextView.java => mobile/android/base/widget/AllCapsTextView.java
rename : mobile/android/base/AnimatedHeightLayout.java => mobile/android/base/widget/AnimatedHeightLayout.java
rename : mobile/android/base/CheckableLinearLayout.java => mobile/android/base/widget/CheckableLinearLayout.java
rename : mobile/android/base/ClickableWhenDisabledEditText.java => mobile/android/base/widget/ClickableWhenDisabledEditText.java
rename : mobile/android/base/FlowLayout.java => mobile/android/base/widget/FlowLayout.java
2013-11-11 18:41:12 +00:00
Wes Johnston
9323b2ab25 Bug 920170 - Allow adding a grid of icons to prompts. r=margaret 2013-10-15 08:53:16 -07:00
Wes Johnston
13fd9e42a0 Bug 923391 - Prompts should return values even if they're cancelled. r=mfinkle 2013-10-15 00:13:13 -07:00
Wes Johnston
cd0eddf863 Bug 920170 - Break out some pieces of prompts into their own methods. r=margaret 2013-10-15 00:11:27 -07:00
Wes Johnston
3ebb9492d4 Bug 920170 - Move Android prompt service components to their own namespace. r=margaret
--HG--
rename : mobile/android/base/Prompt.java => mobile/android/base/prompts/Prompt.java
rename : mobile/android/base/PromptInput.java => mobile/android/base/prompts/PromptInput.java
rename : mobile/android/base/PromptService.java => mobile/android/base/prompts/PromptService.java
2013-10-02 11:18:16 -07:00