index
:
platform/packages/modules/Wifi
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
WifiDialog
/
src
/
com
/
android
/
wifi
Age
Commit message (
Expand
)
Author
2024-11-14
Update P2P dialog
Quang Anh Luong
2024-10-25
Add overlay to control showing P2P invitation timeout
Quang Anh Luong
2024-10-25
Remove timeout from all dialogs except P2P invitation received
Quang Anh Luong
2024-01-11
Merge "Dismiss dialogs in onStop()" into udc-mainline-prod am: 0341a69cc9
Quang Luong
2024-01-10
Dismiss dialogs in onStop()
Quang Anh Luong
2023-10-30
Close dialogs on power button press
Quang Anh Luong
2023-09-21
Fix NPE in WifiDialogActivity
Ye Jiao
2023-07-27
Fix P2P PIN accept button greyed out incorrectly on config change
Quang Anh Luong
2023-07-13
Fix P2P dialog time remaining text being cut off
Quang Anh Luong
2023-04-04
Merge "Fix WifiDialog app showing a solid background on U-on-T" into udc-dev
Quang Luong
2023-04-02
Fix WifiDialog app showing a solid background on U-on-T
Quang Luong
2023-03-30
Focus "Invitation to connect" dialog on "Decline"
Antonino Faraone
2023-03-29
Fix permission issue of WifiDialog
Antonino Faraone
2023-03-22
Keep WifiDialogs up even when screen is off
Quang Luong
2022-12-09
Merge "Cancel dialog on onStop() even if screen off" into tm-mainline-prod
Quang Luong
2022-12-07
Merge "Clean up WifiDialogActivity's home button logic" into tm-mainline-prod
Quang Luong
2022-12-06
Merge "Kill WifiDialog process from Wifi service" into tm-mainline-prod
Quang Luong
2022-12-05
Cancel dialog on onStop() even if screen off
Quang Luong
2022-12-05
Clean up WifiDialogActivity's home button logic
Quang Luong
2022-12-05
Kill WifiDialog process from Wifi service
Quang Luong
2022-11-30
Make dialog handles @NonNull
Quang Luong
2022-11-03
Make wifi dialog style overlayable
Quang Luong
2022-10-07
Do not auto-open keyboard on P2P pin in landscape
Quang Luong
2022-10-04
Fix P2P invitation dialog transparency
Quang Luong
2022-09-12
Add countdown message to P2P Invitation Received dialog
Quang Luong
2022-09-12
Handle timeout directly in WifiDialogActivity
Quang Luong
2022-09-02
Close QuickSettings when creating WifiDialog app dialog
Quang Luong
2022-08-26
Add overlay to control Wifi dialog canceled on touch outside
Quang Luong
2022-07-15
Do not cancel dialogs in onStop() due to screen off
Quang Luong
2022-07-15
Do not kill WifiDialog process if there are activities remaining
Quang Luong
2022-07-06
Auto-open keyboard for P2P PIN input
Quang Luong
2022-07-06
Cancel all dialogs in onStop() if not a configuration change
Quang Luong
2022-06-07
Add P2P dialog PIN length validation
Quang Luong
2022-05-16
Do not set URL span if span start/end are invalid
Quang Luong
2022-04-28
Check for null before setting link movement method for message view
Quang Luong
2022-04-20
Allow customization of P2P Invitation Received dialog style
Quang Luong
2022-03-10
Launch the activity on the correct display
Etan Cohen
2022-03-02
Use WifiDialogManager for P2P Invitation Sent dialog
Quang Luong
2022-02-24
Allow URLs in simple dialog messages.
Quang Luong
2022-02-18
Refactor WifiDialogManager to allow clients to dismiss dialogs
Quang Luong
2022-02-18
Implement generic simple dialog in WifiDialog APK
Quang Luong
2022-02-11
Add notification sound/vibration for P2P Invitation Received Dialog
Quang Luong
2022-02-03
Pipe display information from privileged context
Etan Cohen
2022-02-01
Add timeout to P2P invitation received dialog
Quang Luong
2022-01-28
Add Gravity overlay for wifi dialogs
Quang Luong
2022-01-26
Plumb reply to P2P Invitation Received dialog back to framework
Quang Luong
2022-01-21
Implement P2P Invitation Received dialog in WifiDialogActivity
Quang Luong