aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-01-08Update format to comply w/ G3, and change var type back to Integer for String...haoma
2024-01-08Update format and assigning @RpcDefault("0") for String getLine1Number(@RpcDe...haoma
2024-01-08Remove function String getPhoneNumber(int simSlot)haoma
2024-01-08Merging functions by employing Default and Optional RPCshaoma
2024-01-04Add new function: String getPhoneNumber(int simSlot)haoma
2023-12-27Fix error: package Build does not existkolinlu
2023-12-26Merge branch 'google:master' into masterKolin Lu
2023-12-27Update TelephonySnippet.javaamytsengtw
2023-12-27Update TelephonySnippet.javaamytsengtw
2023-12-27Update TelephonySnippet.javaamytsengtw
2023-12-26Use getCallStateForSubscription to replace deprecated getCallStateamytsengtw
2023-12-18Refactor manufacturerSpecificData to ManufacturerSpecificDatakolinlu
2023-12-18Fix Error Prone (#178)Kolin Lu
2023-10-16Add RECEIVER_EXPORTED flag to portrait sys ui register receiver calls; (#176)VitaliDim
2023-07-19Solve permission issues when performing btDiscoverAndGetResultsZhaoming Yin
2023-07-19Solve permission issues when performing btDiscoverAndGetResultsZhaoming Yin
2023-07-18Merge branch 'master' into btfixZhaoming Yin
2023-07-12Support for clicking the "OK" button on the watch in btBecomeDiscoverable APIKolin Lu
2023-07-10Solve permission issues when performing btDiscoverAndGetResultsZhaoming Yin
2023-06-28Solve permission issues when performing btDiscoverAndGetResultsZhaoming Yin
2023-06-13Solve permission issues when performing btDiscoverAndGetResultsZhaoming Yin
2023-06-08Solve permission issues when performing btDiscoverAndGetResultsZhaoming Yin
2023-06-01Update permission and flag for Android O+Kolin Lu
2023-06-01Add TODO for future extensions in DataHolderKolin Lu
2023-06-01Update copyright year for new filesKolin Lu
2023-05-23Correct `scanResponse` docstring and add an exampleKolin Lu
2023-05-22Correct the docstring for the scanResponse in BluetoothLeAdvertiser#startAdve...Kolin Lu
2023-05-22Support more features on BLE related API.Kolin Lu
2023-05-17Modernize MBS including dependencies and permissionsKolin Lu
2023-01-24Fix Error Prone StaticAssignmentInConstructor (#157)Kolin Lu
2022-09-26Add ScanRecord#getManufacturerSpecificData() to BLE Scan result. (#155)Kolin Lu
2022-05-19Add intent-based flow to enable Bluetooth for T and above. (#151)xianyuanjia
2022-05-19Fix comment in btBecomeDiscoverable (#152)xianyuanjia
2022-05-14Remove unused minSdk param from RpcEnum (#150)xianyuanjia
2022-05-13Add intent-based workflow to enable BT discoverability; use UIAutomator to ha...xianyuanjia
2022-02-07Replace deprecated ImmutableBiMap#build call; update Guava version to 31.0.1 ...xianyuanjia
2022-01-18Adds stream audio type STREAM_ALARM methods. (#147)Alice1117
2022-01-13Compile removeNetwork failures as a list. Add explanation for new strategy.Xianyuan Jia
2022-01-13Have WifiManagerSnippet#wifiClearConfiguredNetworks re-check configured netwo...Xianyuan Jia
2022-01-12Fix typo (#145)Meng-Gen Tsai
2021-07-30Add the Rpc for `AudioManager#isMusicActive` (#144)troub1emaker-sys
2021-06-25Remove trailing spaces. (#143)troub1emaker-sys
2021-06-04Gets data and voice network type from TelephonyManager. (#141)troub1emaker-sys
2021-02-18Respectful code cleanup. (#140)Eric Lin (Tzu Hsiang Lin)
2021-01-13Additional condition to allow wifi to fully connect. (#138)tprotopopov-dev
2020-12-16Revert c5093aad6df3096498cb396da299793d8b13db56 due to import incompatibility...tprotopopov-dev
2020-11-04Improve the reliability of bluetooth state change Rpcs. (#134)tprotopopov-dev
2020-11-02Merge unnecessary lines in UiautomatorSnippet (#135)Syaoran Kuo
2020-11-02Add snippet for UI hierarchy dump. (#132)Syaoran Kuo
2020-02-12update btBecomeDiscoverable to handle api level (#129)jwang1013