summaryrefslogtreecommitdiff
path: root/core/java/android
Commit message (Expand)AuthorAgeFilesLines
* Merge "Use DateFormatSymbols directly instead of using LocaleData"vichang2020-07-216-25/+38
|\
| * Use DateFormatSymbols directly instead of using LocaleDataVictor Chang2020-07-206-25/+38
* | Merge "Remove the duplicated constant declaration in DateUtilsBridge"vichang2020-07-213-29/+25
|\|
| * Remove the duplicated constant declaration in DateUtilsBridgeVictor Chang2020-07-203-29/+25
* | Merge changes from topic "DateIntervalFormat"vichang2020-07-212-1/+126
|\|
| * Make a copy of DateIntervalFormat from libcore - part 2Victor Chang2020-07-202-78/+85
| * Make a copy of DateIntervalFormat from libcoreVictor Chang2020-07-161-0/+118
* | Merge "[DO NOT MERGE] Rollup changes from R related to CertInstaller and KeyC...Treehugger Robot2020-07-172-0/+8
|\ \
| * | [DO NOT MERGE] Rollup changes from R related to CertInstaller and KeyChainRubin Xu2020-07-152-0/+8
* | | Merge "Remove ProxyInfo(String) and update callers to use ProxyInfo(Uri)"Aaron Huang2020-07-171-12/+0
|\ \ \ | |_|/ |/| |
| * | Remove ProxyInfo(String) and update callers to use ProxyInfo(Uri)Aaron Huang2020-07-061-12/+0
* | | Attribute data usage to virtual RAT type for 5G non-standalone modejunyulai2020-07-161-0/+12
* | | Merge "Show subId info for getMessagesFromIntent log if it available only"Treehugger Robot2020-07-161-5/+7
|\ \ \
| * | | Show subId info for getMessagesFromIntent log if it available onlyTaesu Lee2020-07-141-5/+7
* | | | Proper API hierarchy between MODULE_LIBS and PRIV_APPS system APIsMakoto Onuki2020-07-151-2/+0
* | | | Merge "Bluetooth: MCE: Add new API to set message read status or deleted status"Treehugger Robot2020-07-141-0/+69
|\ \ \ \ | |/ / / |/| | |
| * | | Bluetooth: MCE: Add new API to set message read status or deleted statusFei Zheng2020-06-261-0/+69
* | | | Merge changes from topic "DateUtilsBridge"vichang2020-07-134-1/+617
|\ \ \ \
| * | | | Move/Copy some libcore.icu classes to android.text.formatVictor Chang2020-07-104-135/+142
| * | | | Copy some libcore.icu classes to android.text.formatVictor Chang2020-07-073-0/+609
* | | | | Merge "Remove libcore.icu.ICU usage in android.text.format.DateFormat"vichang2020-07-102-6/+50
|\ \ \ \ \
| * | | | | Remove libcore.icu.ICU usage in android.text.format.DateFormatVictor Chang2020-07-062-6/+50
* | | | | | Merge "HwBinder.setTrebleTestingOverride"Steven Moreland2020-07-091-0/+9
|\ \ \ \ \ \
| * | | | | | HwBinder.setTrebleTestingOverrideSteven Moreland2020-07-081-0/+9
| | |/ / / / | |/| | | |
* | | | | | Merge "Add debug log for set/remove active device."Treehugger Robot2020-07-091-0/+4
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Add debug log for set/remove active device.weichinweng2020-07-081-0/+4
* | | | | | Merge "Add some more public doc for MacAddress"Chalard Jean2020-07-081-1/+13
|\ \ \ \ \ \
| * | | | | | Add some more public doc for MacAddressChalard Jean2020-07-041-1/+13
* | | | | | | Fix typos related to sortSelectionIndicesWang Han2020-07-061-13/+13
| |_|/ / / / |/| | | | |
* | | | | | Fix app crash if the selection is from reverse direction.Joanne Chung2020-07-061-17/+55
* | | | | | Merge "ITetheredInterfaceCallback is a oneway interface"Treehugger Robot2020-07-031-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | ITetheredInterfaceCallback is a oneway interfaceRobin Lee2020-07-021-1/+1
* | | | | | Merge "Revert "Move Inet[4]AddressUtils to libs/net""Treehugger Robot2020-07-035-5/+227
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Revert "Move Inet[4]AddressUtils to libs/net"Chalard Jean2020-07-025-5/+227
* | | | | | Merge "Remove unused / unimplemented CorePlatformAPI methods."Nicolas Geoffray2020-07-021-24/+1
|\ \ \ \ \ \
| * | | | | | Remove unused / unimplemented CorePlatformAPI methods.Nicolas Geoffray2020-06-301-24/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge "Move libcore.timezone to the i18n module - Final part"vichang2020-07-026-25/+28
|\ \ \ \ \ \ | |_|/ / / / |/| | | / / | | |_|/ / | |/| | |
| * | | | Move libcore.timezone to the i18n module - Final partVictor Chang2020-06-306-25/+28
* | | | | Move Inet[4]AddressUtils to libs/netRemi NGUYEN VAN2020-07-025-227/+5
* | | | | Merge "Clean up old references to android.support in Activity and Fragment"Treehugger Robot2020-07-012-15/+15
|\ \ \ \ \
| * | | | | Clean up old references to android.support in Activity and FragmentAurimas Liutikas2020-06-292-15/+15
* | | | | | Merge "Use new package name for ZoneInfo and libcore.timezone"vichang2020-06-306-52/+57
|\ \ \ \ \ \ | | |/ / / / | |/| | / / | |_|_|/ / |/| | | |
| * | | | Use new package name for ZoneInfo and libcore.timezoneVictor Chang2020-06-306-52/+57
* | | | | Update GeomagneticField coefficients to WMM-2020Cory Hockenbury2020-06-251-67/+71
|/ / / /
* | | | Remove unnecessarily @System/TestApi annotationsMakoto Onuki2020-06-246-18/+0
* | | | Merge "Disable sockets and DNS if process lacks INTERNET permission."Luke Huang2020-06-242-0/+15
|\ \ \ \
| * | | | Disable sockets and DNS if process lacks INTERNET permission.Luke Huang2020-06-242-0/+15
* | | | | Move DnsPacket to libs netLuke Huang2020-06-242-238/+12
|/ / / /
* | | | Add Setting for NR screen off indicationsSarah Chin2020-06-221-0/+15
* | | | Merge "A2DP: Check AAC bitrate mode by its CodecSpecific1"Treehugger Robot2020-06-221-1/+2
|\ \ \ \ | |_|/ / |/| | |