[go: nahoru, domu]

Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

[package_info] Support the v2 Android embedder (with e2e tests) #2160

Merged
merged 55 commits into from
Oct 17, 2019
Merged
Changes from 1 commit
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
85172df
Support the v2 Android embedder
collinjackson Oct 7, 2019
17bd422
Move to dev namespace
collinjackson Oct 7, 2019
fe8d3a8
Add enableR8
collinjackson Oct 7, 2019
83dd9f0
reformat
collinjackson Oct 7, 2019
0946eeb
Include testing
collinjackson Oct 7, 2019
ab5be52
Add a unit test and migrate to e2e test binding
collinjackson Oct 7, 2019
a4fc6ba
Fix bugs uncovered by e2e tests
collinjackson Oct 7, 2019
4cb7bf2
Convert to androidX, move some things around
collinjackson Oct 7, 2019
a9866da
Add a unit test
collinjackson Oct 7, 2019
0639c46
Rename test to be more descriptive
collinjackson Oct 7, 2019
55813be
Reformat
collinjackson Oct 7, 2019
e7d4f21
Update CHANGELOG
collinjackson Oct 7, 2019
ff1e2cf
Add an integration test of the example app
collinjackson Oct 7, 2019
1c6448c
Add e2e extension
collinjackson Oct 7, 2019
1e9cc06
Fix analyzer issues
collinjackson Oct 7, 2019
502e72f
reformat
collinjackson Oct 7, 2019
e3107bf
jetify
collinjackson Oct 7, 2019
2a0c3cc
Return exit code
collinjackson Oct 7, 2019
f7717af
enableR8
collinjackson Oct 7, 2019
f9c7d16
Update to point to e2e package
collinjackson Oct 7, 2019
7c928fc
Amir CR feedback
collinjackson Oct 7, 2019
a624929
Bump min version to 1.6.7
collinjackson Oct 7, 2019
6c996fb
Merge remote-tracking branch 'origin/master' into migrate_package_info
collinjackson Oct 8, 2019
45a6d9d
Move test location
collinjackson Oct 8, 2019
397395d
Fix analyzer failures
collinjackson Oct 8, 2019
c44fed0
reformat
collinjackson Oct 8, 2019
e276af0
Add copyrights
collinjackson Oct 8, 2019
ba5ea93
Remove backtick
collinjackson Oct 8, 2019
83db9b7
Test using plugin_tools from a branch
collinjackson Oct 14, 2019
fd15c6d
Fix package name
collinjackson Oct 14, 2019
6160d81
Update to new package conventions
collinjackson Oct 14, 2019
0bd7375
Add build.gradle
collinjackson Oct 14, 2019
2af8457
Fix package names
collinjackson Oct 14, 2019
0121e9e
Fix activity launch
collinjackson Oct 14, 2019
e5a370b
Update https checkout
collinjackson Oct 14, 2019
4f2ab2f
Update to point to latest e2e plugin, add E2E plugin to example, clea…
collinjackson Oct 15, 2019
ced1f8d
Fix temporary cirrus command
collinjackson Oct 15, 2019
054b1a0
Remove singleTop from AndroidManifest.xml
collinjackson Oct 15, 2019
91be486
Merge remote-tracking branch 'origin/master' into migrate_package_info
collinjackson Oct 15, 2019
265127f
Add missing import
collinjackson Oct 15, 2019
1e8f811
Revert cirrus changes
collinjackson Oct 15, 2019
e497d95
Add comment
collinjackson Oct 15, 2019
f21476a
reformat
collinjackson Oct 15, 2019
a2bca9c
Enable Firebase Test Lab test
collinjackson Oct 16, 2019
77d22f3
Revert file that shouldn’t have been modified
collinjackson Oct 16, 2019
a0c5273
Temporary commit to try out flutter_plugin_tools changes
collinjackson Oct 17, 2019
b6c0ceb
Set Firebase Test Lab key in .cirrus.yml
collinjackson Oct 17, 2019
d95a8c5
Add gcloud to Dockerfile
collinjackson Oct 17, 2019
d1b8e10
add some sudo
collinjackson Oct 17, 2019
881c1c9
Add gpg-agent package
collinjackson Oct 17, 2019
a42674b
reorder commands
collinjackson Oct 17, 2019
64e3352
Reorder commands again
collinjackson Oct 17, 2019
491234f
add more install commands
collinjackson Oct 17, 2019
a16cfd2
remove extraneous &&
collinjackson Oct 17, 2019
1e84ad0
Remove changes not intended to be landed
collinjackson Oct 17, 2019
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
Revert file that shouldn’t have been modified
  • Loading branch information
collinjackson committed Oct 16, 2019
commit 77d22f39ff9eb93f8f77906916a6b7cc0456c7bc
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
org.gradle.jvmargs=-Xmx1536M
android.enableR8=true