Skip to content

Commit

Permalink
Squashed 'android/src/main/java/io/agora/rtc/base/' changes from f1ed825
Browse files Browse the repository at this point in the history
..382f858

382f858 Merge branch 'master' into dev/3.3.0
8671535 Merge pull request #3 from AgoraLibrary/dev/3.2.0
feabda3 Merge branch 'master' into dev/3.2.0
9e57891 Merge pull request #2 from AgoraLibrary/dev/3.1.0
ad03101 fix: merge some bug fix
df303ee fix: merge some bug fix
cd7a2cd feat: support 3.3.1 for Android
551ebfe fix: annotation build warning
9c48594 feat: support 3.3.0 for Android
de52ca6 Merge branch 'master' into dev/3.2.0
75f572d fix: use the better way to fix rendering problems
9ab28a7 fix: `MetadataReceived` event parameters bug
ddeaefb Merge branch 'master' into dev/3.2.0
313cddd chore: add .gitignore
c737102 fix: some rendering problems when change render widget order
2520e7a style: format with 2 spaces
2fef3ae feat: add `setClientRole(role: ClientRole, options?: ClientRoleOptions): Promise<void>`
fcb57cc feat: upgrade to 3.2.0
66eeaad Merge commit '0eab47114cde933482f90879e177fd019430cafd' into dev/raw_data
576473c Android add getNativeHandle
0eab471 feat: Android add getNativeHandle
66ed5b5 fix bug
e0d1d08 * fix `setDefaultAudioRoutetoSpeakerphone` crash bug * add `setAudioSessionOperationRestriction` and `sendCustomReportMessage` method
c82a9e1 finish
9fa3009 iOS finished
d69a73d android finished
51b093b - fix crash when rendering view without `channelId` property - fix `RtcLocalView` freezes after rendering remote view
10a3d01 - fix multiple channel render bug - remove `Types` from export, you can import enum or class by `import {} from 'react-native-agora'`
d998401 - add `startPreview` `stopPreview`
93621d3 - add `constructor` for typescript - fix Android `mapToChannelMediaInfo` crash - fix iOS `switchChannel` `sendMetadata` crash
d1d40f5 Merge commit 'b67450678710cbc3ad4fcf72d8b53dd695d0a8e8' into beta/3.0.0
b674506 Android finish
bdd398f change Double to Number
b17dd47 fix convert exception in mapToCameraCapturerConfiguration function
cf24c0b fix bugs
51f0ca3 fix bug from issue: AgoraIO-Extensions/react-native-agora#213 upgrade to 3.0.1

git-subtree-dir: android/src/main/java/io/agora/rtc/base
git-subtree-split: 382f858c218a4a6b24e00d39da705cc857b169cc
  • Loading branch information
LichKing-2234 committed Apr 13, 2021
1 parent f1ed825 commit b95d418
Show file tree
Hide file tree
Showing 15 changed files with 3,382 additions and 2,155 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea/
Loading

0 comments on commit b95d418

Please sign in to comment.