Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
6976152
Identified deprecated usages and added initial fixes
camsim99 Oct 11, 2021
49722e4
Fix resolution feature tests
camsim99 Oct 11, 2021
f40abe2
fix mediarecorderbuilder test
camsim99 Oct 11, 2021
38d2310
suppress device orientation/unrelated errors
camsim99 Oct 11, 2021
09a2685
fix camera test
camsim99 Oct 11, 2021
accaed0
update android sdk versions in related build files
camsim99 Oct 12, 2021
a0441d9
add build checks for resolutionfeature:
camsim99 Oct 12, 2021
2383bf3
adjust mediarecorderbuilder and use robolectric
camsim99 Oct 13, 2021
09cbfa8
adjust camera and test
camsim99 Oct 13, 2021
252a6fe
format files
camsim99 Oct 13, 2021
f8fd254
restore device orientation (unrelated todo)
camsim99 Oct 13, 2021
f238289
changed error handling
camsim99 Oct 13, 2021
8532e97
add error check for media recorder
camsim99 Oct 13, 2021
724f891
add robolectric to resolutionfeature test
camsim99 Oct 15, 2021
b77b4fc
push latest changes to resolve camera test
camsim99 Oct 15, 2021
d6110ea
reformat and reorganize resolution feature test
camsim99 Oct 15, 2021
b7f7649
add missing imports
camsim99 Oct 15, 2021
c77ff4e
correct camera test
camsim99 Oct 16, 2021
162309b
removed print statement
camsim99 Oct 18, 2021
e74767a
change names
camsim99 Oct 18, 2021
3fd589c
Document gradle properties
camsim99 Oct 18, 2021
d3547d8
change bcprov jdk version
camsim99 Oct 18, 2021
c8194fc
modify enablejetifier
camsim99 Oct 19, 2021
84a243a
removie blacklist option
camsim99 Oct 19, 2021
95fac07
trying gradle modifications
camsim99 Oct 19, 2021
00a4e0d
upgrade gradle version:
camsim99 Oct 19, 2021
d59ff1f
upgrade gradle version and remove deprecations
camsim99 Oct 19, 2021
fb94483
downgrade robolectric version
camsim99 Oct 19, 2021
e0f71bc
remove robolectric req'd docker lines
camsim99 Oct 19, 2021
92e44c1
fix video_player and target api CI issues
camsim99 Oct 20, 2021
e54ec61
modify connectivity gradle verison
camsim99 Oct 20, 2021
bf9e4f7
circumvent android-lint problems for now
camsim99 Oct 20, 2021
e10031d
Bump plugin versions and update release notes
camsim99 Oct 20, 2021
ef23a8c
Revert mistake versionplugin bump
camsim99 Oct 20, 2021
f59241c
Merge branch 'master' into issue_89578_dev
camsim99 Oct 20, 2021
4fff3f3
Correct video_player version
camsim99 Oct 20, 2021
d2d58b3
Make first round of addressing Stuart's comments
camsim99 Oct 21, 2021
25550d0
rename on31, add back android-lint-artifcats
camsim99 Oct 21, 2021
4cbe753
Merge remote-tracking branch 'upstream/master' into issue_89578_dev
camsim99 Oct 22, 2021
7304068
Removed unneeded annotation
camsim99 Oct 25, 2021
3f50377
undo changes to other plugins
camsim99 Oct 25, 2021
5d6a93a
fix android platform test errors
camsim99 Oct 25, 2021
1e266e0
Remove undone changes from change logs
camsim99 Oct 25, 2021
9acf444
Merge remote-tracking branch 'upstream/master' into issue_89578_dev
camsim99 Oct 25, 2021
2cf0c68
undo changes to dart messenger
camsim99 Oct 25, 2021
e779b26
fix merge conflict
camsim99 Oct 28, 2021
e745349
undo accidental changelog modification
camsim99 Oct 28, 2021
d25fbac
Merge remote-tracking branch 'upstream/master' into issue_89578_dev
camsim99 Oct 29, 2021
979a37f
address nits
camsim99 Oct 29, 2021
11cc4e1
rename on31s
camsim99 Oct 29, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix merge conflict
  • Loading branch information
camsim99 committed Oct 28, 2021
commit e779b261de3a898ef7e6281417789526e3138382
4 changes: 4 additions & 0 deletions packages/video_player/video_player/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

## 2.2.6

* Initialize player when size and duration become available on iOS

## 2.2.5

* Support to closed caption WebVTT format added.
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.