summaryrefslogtreecommitdiff
path: root/core/java/android/widget/Toast.java
Commit message (Expand)AuthorAgeFilesLines
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-091-1/+1
* Merge "Restrict reflection access to Toast's TransientNotification."TreeHugger Robot2019-02-151-6/+6
|\
| * Restrict reflection access to Toast's TransientNotification.Daniel Santiago Rivera2019-02-051-6/+6
* | Restrict reflection access to INotificationManager from ToastAdam Powell2019-02-041-2/+2
|/
* Add Context.getDisplayId() to avoid possible IPCYohei Yukawa2018-10-151-1/+1
* Move some members to the "Q blacklist".Mathew Inwood2018-09-141-1/+2
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-211-0/+13
* Merge "Code reformatting for upcoming automated code changes." am: d68f003c67...Mathew Inwood2018-08-171-1/+2
|\
| * Code reformatting for upcoming automated code changes.Mathew Inwood2018-08-161-1/+2
* | Support the toast Window to show on the secondary display.Jeff Chang2018-08-151-1/+2
|/
* Fix toast lifetimeRobert Carr2018-03-011-0/+8
* Add more IntDef prefixes for auto-documenting.Jeff Sharkey2017-12-131-1/+4
* Revert "Don't generate irrelevant a11y events - framework"Eugene Susla2017-12-051-2/+1
* Don't generate irrelevant a11y events - frameworkSvet Ganov2017-11-281-1/+2
* Merge "Fixes crash (race cond) when using toast that is immediately cancelled...TreeHugger Robot2017-05-161-2/+15
|\
| * Fixes crash (race cond) when using toast that is immediately cancelledSvet Ganov2017-05-151-2/+15
* | Fix Toast exception in NotificationManagerServiceGeoffrey Pitsch2017-05-091-38/+71
|/
* Implicitly cast views obtained via View.findView methodsAlan Viverette2017-02-271-1/+1
* Revert "Implicitly cast views obtained via View.findView methods"Alan Viverette2017-02-031-1/+1
* Implicitly cast views obtained via View.findView methodsAlan Viverette2017-01-271-1/+1
* Prevent crash from early Toast surface destruction.Robert Carr2016-10-191-24/+43
* Remove toast window immediatelySvet Ganov2016-09-081-1/+1
* resolve merge conflicts of bde1d34 to masterSvetoslav Ganov2016-09-021-12/+14
|\
| * Prevent apps to overlay other apps via toast windowsSvetoslav Ganov2016-09-021-12/+14
| * Revert "Prevent apps to overlay other apps via toast windows"Svetoslav Ganov2016-08-021-14/+12
| * Prevent apps to overlay other apps via toast windowsSvet Ganov2016-08-011-12/+14
* | Fix swapped toast timeouts.Robert Carr2016-07-211-2/+2
|/
* Revert "Prevent apps to overlay other apps via toast windows"Svetoslav Ganov2016-07-201-14/+11
* Prevent apps to overlay other apps via toast windowsSvet Ganov2016-07-141-11/+14
* Add WindowManager side timeout for toasts.Robert Carr2016-04-131-1/+8
* Add @ResourceInt annotations on APIsTor Norbye2015-02-181-2/+3
* Show screen pinning toasts on all usersJason Monk2014-10-231-0/+8
* Use Op package name when creating toastsTony Hill2014-09-161-1/+3
* Remove unused imports from frameworks/base.John Spurlock2013-11-201-1/+0
* resolved conflicts for merge of f1dd32c8 to masterJohn Spurlock2013-10-141-67/+2
|\
| * Implement new SYSTEM_UI_FLAG_IMMERSIVE_STICKY.John Spurlock2013-10-141-67/+2
* | Add typedefs and nullness annotations.Tor Norbye2013-09-111-3/+13
|/
* Allow configuration of Toast gravity settingsJose Lima2013-08-091-2/+4
* Hideybars feature confirmation toast bar.John Spurlock2013-05-281-3/+69
* Fix NPE when showing Toast from system process.Craig Mautner2012-12-051-2/+5
* Merge "Add support for "-rtl" in resources" into jb-mr1-devFabrice Di Meglio2012-09-041-1/+1
|\
| * Add support for "-rtl" in resourcesFabrice Di Meglio2012-08-231-1/+1
* | Use correct WindowManager for Toast.Craig Mautner2012-08-281-2/+7
|/
* Refactor for multi-display support.Jeff Brown2012-08-191-3/+2
* Improve Toast RTL supportFabrice Di Meglio2012-07-301-6/+3
* Improve Toast RTL supportFabrice Di Meglio2012-07-301-2/+2
* Make Toast widget aware of layout directionFabrice Di Meglio2012-06-071-1/+8
* Support toast cancellation.Jeff Brown2012-05-201-1/+6
* docs: add developer guide cross-references, Project ACRE, Round 2Joe Fernandez2011-10-141-0/+7
* Don't set a Toast's view to null when enqueued several times.Romain Guy2011-01-211-1/+2