Ryan VanderMeulen
|
30a888d13c
|
Backed out 2 changesets (bug 815682, bug 897711) for Android S4 failures.
Backed out changeset 14f00ee7be7d (bug 897711)
Backed out changeset 3de21c283716 (bug 815682)
|
2014-09-10 22:00:26 -04:00 |
|
Wes Johnston
|
e7dda92793
|
Bug 897711 - Show a notification when in guest mode. r=bnicholson
|
2014-09-10 16:32:22 -07:00 |
|
Wes Johnston
|
072c4af638
|
Bug 732169 - Associate prompts with tabs. r=lucasr
|
2014-08-14 23:17:04 -07:00 |
|
Wes Johnston
|
0395008ae9
|
Bug 732169 - Refactor message processing prompts. r=lucasr
|
2014-08-14 23:17:02 -07:00 |
|
Chris Kitching
|
9f496ef232
|
Bug 1041836: Delete redundant initialisers. (generated) r=rnewman
|
2014-07-25 20:14:47 -07:00 |
|
Wes Johnston
|
2fec4d2709
|
Bug 942270 - Fix gingerbread issues with quickshare. r=bnicholson
|
2014-03-26 10:18:02 -07:00 |
|
Wes Johnston
|
153d382b05
|
Bug 985875 - Set selected item in adapter for single select lists. r=bnicholson
|
2014-03-25 22:44:08 -07:00 |
|
Wes Johnston
|
79883c8a29
|
Bug 956716 - Use exclusive bounds for substring. r=bnicholson
|
2014-03-25 22:43:12 -07:00 |
|
Wes Johnston
|
a564938561
|
Bug 956716 - Crop dialog titles to 256 characters. r=bnicholson
|
2014-03-25 12:45:57 -07:00 |
|
Wes Johnston
|
eefd58edbf
|
Bug 981682 - Don't bother nulling dialog when its closed. r=bnicholson
|
2014-03-15 14:26:30 -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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|