History log of /frameworks/support/v7/appcompat/src/android/support/v7/app/AlertDialog.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c39d9c75590eca86a5e7e32a8824ba04a0d42e9b 25-Aug-2016 Alan Viverette <alanv@google.com> Add @RestrictTo(GROUP_ID) annotations to match @hide docs annotations

Also removes some unnecessary @hide annotations on classes that wouldn't
have shown up in docs anyway due to package/private visibility or NO_DOCS.

Bug: 27937193
Change-Id: Iab127a5a3ce57a2d61965d3cef782621eb3859f5
/frameworks/support/v7/appcompat/src/android/support/v7/app/AlertDialog.java
2c1bad7ecd5879bf0f29ce2ce1bc5bd67a3f4682 25-Aug-2016 Aurimas Liutikas <aurimas@google.com> Remove all the extra accessor methods added by javac in support-v7-appcompat.

Change private methods to be package protected to avoid extra methods
that get added to be able to access them from inner classes.

This CL saves 196 methods in our jar.

Bug: 31075707
Change-Id: I2592b845b920384ff523fe130f634d5808a382a8
/frameworks/support/v7/appcompat/src/android/support/v7/app/AlertDialog.java
512bb28a39aed8b154b60f3fc1752aa96f7f1125 23-May-2016 Chris Banes <chrisbanes@google.com> Fix AlertDialog ignoring the provided theme

Caused by us not being able to use the new
3-arg Dialog constructor. Fixed by going back
to the old way of always re-setting the theme.

BUG: 28851195
Change-Id: I94b068f2c38a3c98086a73ff3392d53b6f5dfff4
/frameworks/support/v7/appcompat/src/android/support/v7/app/AlertDialog.java
adfb679ade745011c2411e1c7e469102b5eb24d4 04-May-2016 Chris Banes <chrisbanes@google.com> Re-add hidden API

Fixes build break due to DeskClock using
it

Change-Id: I65477d0ebe75c12c7ed87f5a69f35584fe324e4a
/frameworks/support/v7/appcompat/src/android/support/v7/app/AlertDialog.java
d6e47228c44aaadb0d4518da6db5c3f5dffda1ab 21-Apr-2016 Chris Banes <chrisbanes@google.com> Backport framework changes to AppCompat

Changes includes:

- Menu popup updates
- SwitchCompat tinting APIs
- Various bug fixes from the framework

BUG: 28262702

Change-Id: Id263334df8f921b6379366f4b383d35468dcde41
/frameworks/support/v7/appcompat/src/android/support/v7/app/AlertDialog.java
8a7d734aa813d9697611038c6ac3e68861898bcd 04-Jan-2016 Kirill Grouchnikov <kirillg@google.com> Additional tests for AlertDialog

Cover setAdapter, setCustomTitle, setMessage and setView APIs

Change-Id: I057162b7664eb60a2b0db7c6c49c55eafd581069
/frameworks/support/v7/appcompat/src/android/support/v7/app/AlertDialog.java
90079ce0ebfcdd61c65d84ce7b3e4521fe755616 04-Jan-2016 Kirill Grouchnikov <kirillg@google.com> Tests for AlertDialog button APIs

Also clarify when AlertDialog.setButton can be called.

Change-Id: I6759f0da41db29ea4c66327e6df5fbb99c61f24a
/frameworks/support/v7/appcompat/src/android/support/v7/app/AlertDialog.java
19eaf14cb3cca613f984a32be2fab2534427fb29 05-Feb-2015 Chris Banes <chrisbanes@google.com> Add AppCompat AlertDialog

Material themed, working back to API 7. Needed
because of AlertDialog's themes/styles are private.

BUG: 19192875

Change-Id: I4c6bf11be127c705389f0cb79df4a983d638f6f3
/frameworks/support/v7/appcompat/src/android/support/v7/app/AlertDialog.java