History log of /frameworks/support/v7/appcompat/src/android/support/v7/app/AlertDialog.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
27498b224061104ba9f5f388c7c838cf0bee4af4 28-Apr-2017 Adam Lesinski <adamlesinski@google.com> Don't assume negative ID is invalid

Resource IDs with higher package IDs than 0x7f end up as
negative Java signed integers. An invalid resource ID is 0.

Bug: 37498913
Test: none
Change-Id: I1113447f6a0a0e7b91526cff014de378055cf4eb
/frameworks/support/v7/appcompat/src/android/support/v7/app/AlertDialog.java
fa2e2acf79d791a90410025daad438968550d18c 31-Mar-2017 Alan Viverette <alanv@google.com> Remove unnecessary casts on calls to findViewById

Updates Android.mk where applicable.

Bug: 24137209
Test: make -j32
Change-Id: I04084b2d05ddd7afaa160a76efe0b0d0c8eb5f00
/frameworks/support/v7/appcompat/src/android/support/v7/app/AlertDialog.java
0dbe090bba314e72d65d5404c9fb15b7550a698d 15-Mar-2017 Andrei Stingaceanu <stg@google.com> [AppCompat] - backport changes from N - reworked

Took into account and actioned the comments from the
previous CL.

Bug: 34118882
Test: existing tests pass
Change-Id: I154ccc39cbbed7b4621346df6ac480016576cfe3
/frameworks/support/v7/appcompat/src/android/support/v7/app/AlertDialog.java
035bb922cd2fd0d8362dfa008f29e6d898bb9f96 14-Mar-2017 Alan Viverette <alanv@google.com> Revert "[AppCompat] - backport changes from N"

This reverts commit e419aa4002976f2c79754b507dff8b14c007b277.

Change-Id: Ifcdfcd1d9be133da1e2e97c1b5d5e368fbfe4923
/frameworks/support/v7/appcompat/src/android/support/v7/app/AlertDialog.java
e419aa4002976f2c79754b507dff8b14c007b277 01-Mar-2017 Andrei Stingaceanu <stg@google.com> [AppCompat] - backport changes from N

Bug: 34118882
Test: existing tests pass
Change-Id: Iaf3852ce6d6c3b2439fd421c09e8c69bafd520a6
/frameworks/support/v7/appcompat/src/android/support/v7/app/AlertDialog.java
377357a8c26c8c54ba8cb876ae775265635a8448 24-Jan-2017 Elliot Waite <elliotwaite@google.com> Fix @links in support docs.

Change-Id: I7acb3d14dee5227ac4d87710453f018c9d0f1b9d
/frameworks/support/v7/appcompat/src/android/support/v7/app/AlertDialog.java
8e10080c914d1ad0784394fa3026b85535535847 18-Nov-2016 Aurimas Liutikas <aurimas@google.com> Move from GROUP_ID to LIBRARY_GROUP annotations

- GROUP_ID was deprecated in favor of LIBRARY_GROUP.
- Fix import order in touched files.

Test: ./gradlew assemble assembleAndroidTest
Change-Id: I2a774e93215090f42262fb86cf8e841f2a546a4f
/frameworks/support/v7/appcompat/src/android/support/v7/app/AlertDialog.java
bc75198283cb6b6f840bff5d4e0f797cb896bfd8 13-Sep-2016 Chris Banes <chrisbanes@google.com> Merge "Annotate several method parameters in AlertDialog.Builder as @Nullable" am: 3619a79ce1 am: a4c526eb6e
am: 5dd864275d

Change-Id: I06eeba4042ec83afd3f42c939caaafdd2dccdf96
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
c052945421e1a819c8080841363559a40515584e 07-Sep-2016 Scott Kennedy <skennedy27@gmail.com> Annotate several method parameters in AlertDialog.Builder as @Nullable

Setting the text to null is valid, and this allows better static
analysis of calls to these methods.

Change-Id: Ia46fcc8bb12804375ec074fb23813efcd677f215
/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