1. d255e75 Remove unused android.content.pm.PackageManager (#210) by Kolin Lu · 5 weeks ago upstream-master
  2. e257147 Merge pull request #204 from ko1in1u/master by Kolin Lu · 5 weeks ago
  3. 7dd1c69 Update method name for checking if an account exists on the device by Kolin Lu · 5 weeks ago
  4. c60aba1 Rename RPC methods with wifi prefix. (#209) by kaishi05 · 5 weeks ago
  5. fa39fdc Update RPC name to match with MBS style and throw an error when account does not exist by Kolin Lu · 5 weeks ago
  6. 48971ce Merge pull request #207 from kaishi05/patch-4 by xianyuanjia · 5 weeks ago
  7. 530ffbf Update AndroidManifest.xml by kaishi05 · 5 weeks ago
  8. 42e4cbd Merge branch 'google:master' into patch-4 by kaishi05 · 5 weeks ago
  9. 456bbde Add `isTdlsSupported` in `WifiManagerSnippet` (#202) by kaishi05 · 5 weeks ago
  10. 01e2235 Create WifiAwareManagerSnippet.java by kaishi05 · 5 weeks ago
  11. 8ae5228 Update snippet description by Kolin Lu · 5 weeks ago
  12. 242734f Support removing contact under specific account by Kolin Lu · 5 weeks ago
  13. f3f30a8 Add new snippet for removing a contact with the given email address by Kolin Lu · 6 weeks ago
  14. 0229989 Merge pull request #203 from ko1in1u/master by Kolin Lu · 6 weeks ago
  15. 1f69100 Remove on-device contact support and make snippet name more straightforward to its use case by Kolin Lu · 6 weeks ago
  16. 62aafdc Rename sync function to a proper name and make it as a separated RPC by Kolin Lu · 6 weeks ago
  17. 386e87f Add Javadoc for starting an asynchronous sync operation by Kolin Lu · 6 weeks ago
  18. f810d3f Rename new snippet file to ContactSnippet.java by Kolin Lu · 6 weeks ago
  19. 4d090cf Add new snippet for adding a contact with the given email address by Kolin Lu · 6 weeks ago
  20. c9956e2 Merge pull request #199 from Fozefy/patch-1 by Kolin Lu · 7 weeks ago
  21. 6608837 Update Utils to remove targetSdk check, the Build SDK should be enough by Morgan McLaughlin · 7 weeks ago
  22. 32807ab Fix MBS Utils to work while being instrumented by Morgan McLaughlin · 8 weeks ago
  23. ac70166 Fix the error that class "kotlin.jvm.internal.Lambda" not found. (#198) by Minghao Li · 8 weeks ago
  24. 7eb2d18 Add the network callback for wifi connection check (#195) by kaishi05 · 3 months ago
  25. d4d23e2 Add the permission to post notification. (#196) by Minghao Li · 3 months ago
  26. 4c30f2e Add `BluetoothHeadsetSnippet` for Bluetooth HFP. (#189) by nihald2000 · 6 months ago
  27. c00e2d6 Update AndroidManifest.xml to request legacy Bluetooth permissions on older devices (#186) by Kolin Lu · 8 months ago
  28. 1b42ecc Merge pull request #182 from haoma/master by Kolin Lu · 9 months ago
  29. ca158c8 Removing var type check (simSlot == null) for the following function: String getLine1Number(@RpcDefault("0") Integer simSlot) and int getTelephonyCallState(@RpcDefault("0") Integer simSlot) by haoma · 9 months ago
  30. fb49c6f Update format to comply w/ G3, and change var type back to Integer for String getLine1Number(@RpcDefault("0") Integer simSlot) and int getTelephonyCallState(@RpcDefault("0") Integer simSlot) by haoma · 9 months ago
  31. 66ee789 Update format and assigning @RpcDefault("0") for String getLine1Number(@RpcDefault("0") int simSlot) and int getTelephonyCallState(@RpcDefault("0") int simSlot) by haoma · 9 months ago
  32. 08d78a8 Remove function String getPhoneNumber(int simSlot) by haoma · 9 months ago
  33. efb63fe Merging functions by employing Default and Optional RPCs by haoma · 9 months ago
  34. d270e87 Lower compileSdk and targetSdk to 33 by haoma · 9 months ago
  35. 689db41 Add new function: String getPhoneNumber(int simSlot) by haoma · 9 months ago
  36. 2b8ee67 Merge pull request #181 from ko1in1u/master by Kolin Lu · 9 months ago
  37. c907e83 Fix error: package Build does not exist by kolinlu · 9 months ago
  38. ec707b0 Merge pull request #179 from ko1in1u/master by Kolin Lu · 9 months ago
  39. c823f9d Merge branch 'google:master' into master by Kolin Lu · 9 months ago
  40. c821800 Merge pull request #180 from amytsengtw/patch-1 by Kolin Lu · 9 months ago
  41. b0c54ad Update TelephonySnippet.java by amytsengtw · 9 months ago
  42. f83b07c Update TelephonySnippet.java by amytsengtw · 9 months ago
  43. 5f6542f Update TelephonySnippet.java by amytsengtw · 9 months ago
  44. e8dd7dc Use getCallStateForSubscription to replace deprecated getCallState by amytsengtw · 9 months ago
  45. 0d72c27 Refactor manufacturerSpecificData to ManufacturerSpecificData by kolinlu · 9 months ago
  46. 0422da4 Fix Error Prone (#178) by Kolin Lu · 9 months ago
  47. 3fe3a3b Add RECEIVER_EXPORTED flag to portrait sys ui register receiver calls; (#176) by VitaliDim · 11 months ago
  48. 363a22a Merge pull request #169 from stplaydog/btfix by Kolin Lu · 1 year, 2 months ago
  49. af75836 Solve permission issues when performing btDiscoverAndGetResults by Zhaoming Yin · 1 year, 4 months ago
  50. d3055da Solve permission issues when performing btDiscoverAndGetResults by Zhaoming Yin · 1 year, 4 months ago
  51. b57a94f Merge branch 'master' into btfix by Zhaoming Yin · 1 year, 2 months ago
  52. d56020d Merge pull request #171 from ko1in1u/master by Kolin Lu · 1 year, 2 months ago
  53. c6656ea Support for clicking the "OK" button on the watch in btBecomeDiscoverable API by Kolin Lu · 1 year, 2 months ago
  54. 3e878ee Solve permission issues when performing btDiscoverAndGetResults by Zhaoming Yin · 1 year, 4 months ago
  55. faff899 Solve permission issues when performing btDiscoverAndGetResults by Zhaoming Yin · 1 year, 4 months ago
  56. 87b4c47 Solve permission issues when performing btDiscoverAndGetResults by Zhaoming Yin · 1 year, 4 months ago
  57. f8e153e Solve permission issues when performing btDiscoverAndGetResults by Zhaoming Yin · 1 year, 4 months ago
  58. ce2fd0f Merge pull request #168 from ko1in1u/master by Kolin Lu · 1 year, 4 months ago
  59. f0aff98 Update permission and flag for Android O+ by Kolin Lu · 1 year, 4 months ago
  60. a90f983 Merge pull request #167 from ko1in1u/master by Kolin Lu · 1 year, 4 months ago
  61. 83e457b Add TODO for future extensions in DataHolder by Kolin Lu · 1 year, 4 months ago
  62. fb6d020 Update copyright year for new files by Kolin Lu · 1 year, 4 months ago
  63. cc7a7d9 Correct `scanResponse` docstring and add an example by Kolin Lu · 1 year, 4 months ago
  64. 55f33dd Correct the docstring for the scanResponse in BluetoothLeAdvertiser#startAdvertising by Kolin Lu · 1 year, 4 months ago
  65. 44cf99e Support more features on BLE related API. by Kolin Lu · 1 year, 4 months ago
  66. fbd882f Merge pull request #166 from ko1in1u/master by Kolin Lu · 1 year, 4 months ago
  67. cf99be9 Modernize MBS including dependencies and permissions by Kolin Lu · 1 year, 4 months ago
  68. 2e6b7ae Fix Error Prone StaticAssignmentInConstructor (#157) by Kolin Lu · 1 year, 8 months ago
  69. 6fafa83 Add ScanRecord#getManufacturerSpecificData() to BLE Scan result. (#155) by Kolin Lu · 2 years ago
  70. 701c0a3 Add intent-based flow to enable Bluetooth for T and above. (#151) by xianyuanjia · 2 years, 4 months ago
  71. d5b1b83 Fix comment in btBecomeDiscoverable (#152) by xianyuanjia · 2 years, 4 months ago
  72. 81f963d Remove unused minSdk param from RpcEnum (#150) by xianyuanjia · 2 years, 4 months ago
  73. f934ad4 Add intent-based workflow to enable BT discoverability; use UIAutomator to handle dialog (#149) by xianyuanjia · 2 years, 4 months ago
  74. 89e88b3 Replace deprecated ImmutableBiMap#build call; update Guava version to 31.0.1 (#148) by xianyuanjia · 2 years, 8 months ago
  75. 65d87eb Adds stream audio type STREAM_ALARM methods. (#147) by Alice1117 · 2 years, 8 months ago
  76. 3f25452 Merge pull request #146 from xianyuanjia/wifi-clear-config by xianyuanjia · 2 years, 8 months ago
  77. 6e2742b Compile removeNetwork failures as a list. Add explanation for new strategy. by Xianyuan Jia · 2 years, 8 months ago
  78. e0fdbaa Have WifiManagerSnippet#wifiClearConfiguredNetworks re-check configured network list to determine operation success. by Xianyuan Jia · 2 years, 9 months ago
  79. 0f75845 Fix typo (#145) by Meng-Gen Tsai · 2 years, 8 months ago
  80. 1ff2867 Add the Rpc for `AudioManager#isMusicActive` (#144) by troub1emaker-sys · 3 years, 2 months ago
  81. 9d70d22 Remove trailing spaces. (#143) by troub1emaker-sys · 3 years, 3 months ago
  82. 978af86 Gets data and voice network type from TelephonyManager. (#141) by troub1emaker-sys · 3 years, 4 months ago
  83. 721de46 Respectful code cleanup. (#140) by Eric Lin (Tzu Hsiang Lin) · 3 years, 7 months ago
  84. a548244 Refresh mbs project with latest gradle, build tools and dependencies. (#139) by Eric Lin (Tzu Hsiang Lin) · 3 years, 7 months ago
  85. 9190cc3 Additional condition to allow wifi to fully connect. (#138) by tprotopopov-dev · 3 years, 8 months ago
  86. fe52142 Revert c5093aad6df3096498cb396da299793d8b13db56 due to import incompatibility (#136) by tprotopopov-dev · 3 years, 9 months ago
  87. 05ceaf2 Improve the reliability of bluetooth state change Rpcs. (#134) by tprotopopov-dev · 3 years, 11 months ago
  88. faa3ca3 Merge unnecessary lines in UiautomatorSnippet (#135) by Syaoran Kuo · 3 years, 11 months ago
  89. c5093aa Add snippet for UI hierarchy dump. (#132) by Syaoran Kuo · 3 years, 11 months ago
  90. ecc2ee7 update btBecomeDiscoverable to handle api level (#129) by jwang1013 · 4 years, 7 months ago
  91. 8c035ba Add a Rpc "btIsA2dpPlaying" to BluetoothA2dpSnippet (#128) by chuanhsiao · 4 years, 8 months ago
  92. 5882098 Fix exception in "trimQuotationMarks()" method (#125) by ryancllin · 4 years, 9 months ago
  93. 13af002 Fix "JavaCodeClarity" problem for BluetoothHearingAidSnippet (#122) by chuanhsiao · 5 years ago
  94. 430271f Create BluetoothHearingAidSnippet.java (#119) by chuanhsiao · 5 years ago
  95. d632d21 Merge pull request #117 from k2fong/uia_lint_fix by Jamie Kuppel · 5 years ago
  96. fa182fd fixed lint error by Peter Fong · 5 years ago
  97. 503b7c4 Merge pull request #114 from k2fong/uia-cleanup by k2fong · 5 years ago
  98. 58d8b2c Minor review comment fixes by Peter Fong · 5 years ago
  99. e62de2e Renamed and embedded sdk check in method by Peter Fong · 5 years ago
  100. 9da2670 Refactored out shell permission adoption routine by Peter Fong · 5 years ago