Adam Barth
|
ca6d4fdec8
|
Add clipboard functionality to platform plugin (#3139)
This will eventually replace the clipboard mojom.
|
2016-10-17 15:46:47 -07:00 |
|
Adam Barth
|
d999f6c123
|
Remove Activity service (#3136)
This functionality has been replaced by the PlatformPlugin. Also move the
contents of //flutter/services/common to more sensible homes.
|
2016-10-14 16:12:01 -07:00 |
|
Adam Barth
|
da96a8bddd
|
Add SystemNavigator.pop (#3130)
This method will let us remove the activity service.
|
2016-10-13 14:39:03 -07:00 |
|
Adam Barth
|
eb25d718b0
|
Don't start in fullscreen mode on Android (#3129)
Fixes https://github.com/flutter/flutter/issues/6303
|
2016-10-13 11:10:02 -07:00 |
|
Adam Barth
|
e6631a69ae
|
Complete PlatformPlugin.java (#3123)
After this patch, the PlatformPlugin has all the required functionality on Android.
|
2016-10-12 14:29:57 -07:00 |
|
Adam Barth
|
ebb1a9f999
|
Add SystemChrome support to PlatformPlugin.java (#3122)
|
2016-10-12 14:09:18 -07:00 |
|
Adam Barth
|
e93d2c2755
|
Add PlatformPlugin.java (#3121)
The PlatformPlugin is the first of the built-in plugins that will replace the
mojom platform services.
|
2016-10-12 13:27:12 -07:00 |
|