1. c6ecbf3 Fix mapping of the paired device type by Justin Chung · 4 months ago
  2. 6ff2109 Add support for PAIRED_DEVICE_TYPE_NONE by Justin Chung · 7 months ago
  3. bafe657 Fix potential crash bug on UPSIDE_DOWN_CAKE by Ashley Ingram · 3 months ago
  4. a18f72a Migrate to ktfmt 0.50 and remove our custom @sample hack by Omar Ismail · 9 months ago
  5. 0f07147 Remove ktlint disable/enable comments from codebase by Omar Ismail · 9 months ago
  6. c93d3c0 Migrate wear to use ktfmt by Omar Ismail · 9 months ago
  7. cba7953 API to check availability of remote auth client. by Hengrui Cao · 1 year, 4 months ago
  8. b9f09cc Upgrade to robolectric 4.11.1 by Aurimas Liutikas · 1 year, 4 months ago
  9. a3d07f9 Remove redundant disabling of SyntheticAccessor check by Aurimas Liutikas · 1 year, 7 months ago
  10. 92ee449 Remove usages of deprecated openMocks(). by Flavio Lerda · 1 year, 8 months ago
  11. 4d53400 Add new lines at the end of of every kotlin file by Aurimas Liutikas · 1 year, 8 months ago
  12. ada26d0 wear-phone-interactions: Make tests work with SDK 33 by utzcoz · 1 year, 9 months ago
  13. 11ce44c Merge "Remove most of @hide usages in wear projects" into androidx-main am: 885d0a070f by Treehugger Robot · 1 year, 10 months ago
  14. fee897a Remove most of @hide usages in wear projects by Aurimas Liutikas · 1 year, 10 months ago
  15. bcaacc8 ktlintFormat for import-ordering rule by Jeff Gaston · 1 year, 10 months ago
  16. 4202d31 ktlintFormat for import-ordering rule by Jeff Gaston · 1 year, 10 months ago
  17. d2fb7df Merge "Integrate Stable AIDL plugin with AndroidX plugin" into androidx-main am: 49feba5e79 by Treehugger Robot · 1 year, 10 months ago
  18. b557a2a Integrate Stable AIDL plugin with AndroidX plugin by Alan Viverette · 2 years, 1 month ago
  19. aab637b Merge commit 'ec6f25f5f875aa016644e6eb674a79f782c5ad42' into manual_merge_ec6f25f5f875aa016644e6eb674a79f782c5ad42 by Alan Viverette · 1 year, 11 months ago
  20. 68e4fa20 Migrate all UnstableAidl violations to Stable AIDL by Alan Viverette · 1 year, 11 months ago
  21. 8a849a8 Merge "Remove redundant usages of @hide javadoc tag in wear" into androidx-main am: 32fb3ba66b by Treehugger Robot · 2 years ago
  22. f59de72 Remove redundant usages of @hide javadoc tag in wear by Aurimas Liutikas · 2 years ago
  23. f5f59b8 Modifies RemoteAuthClient to use Intent instead of Intent? by Alex Saveliev · 2 years ago
  24. a069586 Replace deprecated initMocks with openMocks in wear/ by Alex Clarke · 2 years, 4 months ago
  25. 759f968 Upgrade all JVM host tests to mockito 4 by Aurimas Liutikas · 2 years, 5 months ago
  26. dcfa035 Migrate from AndroidManifest to build.gradle for namespace by Aurimas Liutikas · 3 years ago
  27. e3af0e4 Suppress deprecation warnings from new Android T SDK. by Alan Viverette · 3 years ago
  28. 2107c61 Fixing typo in RemoteAuthClient Javadocs by Neda Topoljanac · 3 years ago
  29. 424ab95 Returning empty string instead of NPE when there's not redirectUrl in requested URL by Neda Topoljanac · 3 years ago
  30. b44cd05 Merge "Fixing conversion of BridgingConfig to/from Bundle" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  31. 8a00b33 Fixing conversion of BridgingConfig to/from Bundle by Neda Topoljanac · 3 years, 3 months ago
  32. 7446e28 Fix the errors in RemoteAuthClient document by Xiangyin Ma · 3 years, 3 months ago
  33. 14fed8f Making redirectUrl in OAuthRequest read-only property instead of function by Neda Topoljanac · 3 years, 6 months ago
  34. ee6d374 Adding function to get redirect url from OAuthRequest by Neda Topoljanac · 3 years, 6 months ago
  35. ff433ca Merge "Switch to using Truth lib in wear-phone-interactions" into androidx-main am: e30e38641d by Treehugger Robot · 3 years, 7 months ago
  36. 611d6ea Start targeting API 31 by Aurimas Liutikas · 3 years, 7 months ago
  37. d5cd539 Switch to using Truth lib in wear-phone-interactions by Neda Topoljanac · 3 years, 7 months ago
  38. 786eb46d Rename WearTypeHelper.isChinaDevice to isChinaBuild by Neda Topoljanac · 3 years, 7 months ago
  39. fe5860bd Cleaning up test to remove mocking of Context by Neda Topoljanac · 3 years, 7 months ago
  40. 4b8170a Merge "Updating OAuthRequest to automatically choose redirect_url" into androidx-main by Neda Topoljanac · 3 years, 7 months ago
  41. 539b8ec Merge "Adding more tests to bridging manager related classes" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  42. 977abbf Updating OAuthRequest to automatically choose redirect_url by Neda Topoljanac · 3 years, 8 months ago
  43. 1dacde5 Adding more tests to bridging manager related classes by Neda Topoljanac · 3 years, 8 months ago
  44. f2a21ef Merge "API Review changes to authentication lib" into androidx-main by Treehugger Robot · 3 years, 8 months ago
  45. 07c5646 API Review changes to authentication lib by Neda Topoljanac · 3 years, 8 months ago
  46. d7e6228 Making BridgingManagerSeviceBinder Service subclass by Neda Topoljanac · 3 years, 8 months ago
  47. d8f8075 API Review changes to RemoteAuthClient by Neda Topoljanac · 3 years, 8 months ago
  48. 6a0822b Documenting parameters that should be passed in BridgingConfig.Builder by Neda Topoljanac · 3 years, 8 months ago
  49. 6391fae Change internal links using [.element] syntax to [element] syntax. by Owen Gray · 3 years, 11 months ago
  50. d396d9c Fixing issues happening with new OAuth API in AndroidX by Neda Topoljanac · 4 years ago
  51. 3ca1b7e Migrate OAuthClient from WSL to AndroidX by Xiangyin Ma · 4 years, 1 month ago
  52. ca62a01 Clean up PhoneTypeHelperTest by Neda Topoljanac · 4 years ago
  53. 97587ce Migration of BridgingManager and BridgingConfig from WSL to AndroidX by Xiangyin Ma · 4 years, 2 months ago
  54. 31a1bf5 Refactor usage of BLUETOOTH_MODE setting in PhoneTypeHelper. by Neda Topoljanac · 4 years, 1 month ago
  55. cd5d0f4 Migration of PhoneDeviceType from WSL to AndroidX by Neda Topoljanac · 4 years, 2 months ago
  56. d20c202 Project setup for androidx.wear.phone.interactions. by Neda Topoljanac · 4 years, 2 months ago