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