History log of /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ShadowToast.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
af192a2568d2c463726c92303fc16cb1b3bae8e6 29-Aug-2012 Kevin Sawicki <kevinsawicki@gmail.com> Store Toast duration in ShadowToast

Previously the duration the Toast was created with was
ignored and always reported as zero when calling getDuration
even when the Toast was created with a non-zero value such as
the Toast.LENGTH_LONG constant.
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ShadowToast.java
9ac65b29f675ced50bbbf49dee70cd5a9dba7bee 31-Oct-2011 Michael Portuesi <mikep@zoodles.com> The getTextOfLatestToast() and getLatestToast() return null rather than throw IndexOutOfBoundsException if no toasts shown
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ShadowToast.java
a11e5662854971ff223b39bae85a4854f0b6bcc5 25-Aug-2011 Michael Portuesi <mikep@zoodles.com> Annotate other i18n-unsafe API calls in Android's UI classes
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ShadowToast.java
6eae653574bc6d5083bfa1a861933fc68d021c09 15-Jun-2011 Ryan Richard <pair+rrichard@pivotallabs.com> getTextOfLatestToast() was accidentally returning the text of the *oldest* toast
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ShadowToast.java
40c6251719cccc0a84ae99c976d2836b14374ce6 14-Jan-2011 Christian Williams <antixian666@gmail.com> Auto reformat; optimize imports; minor JavaDoc fixes.
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ShadowToast.java
4ac725f9b4cebbf46805fc5e9b2f0eaf3fdd9b29 22-Dec-2010 Christian Williams <pair+xian@pivotallabs.com> Rearrange source tree to follow maven conventions.
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ShadowToast.java