aboutsummaryrefslogtreecommitdiffstats
path: root/support/android/apk
Commit message (Collapse)AuthorAgeFilesLines
* Update servo.png to new logo assetMustafa Al-Qinneh2020-02-241-0/+0
|
* Delete servo-1024.pngMustafa Al-Qinneh2020-02-241-0/+0
|
* Delete servo-1000.pngMustafa Al-Qinneh2020-02-131-0/+0
|
* Add files via uploadMustafa Al-Qinneh2020-02-131-0/+0
| | | * Added servo-1024.png (replacing servo.png @ 1024px)
* Add Servo logoMustafa Al-Qinneh2020-02-131-0/+0
| | | * Added servo-1000.png (replacing servo.png @ 1024px)
* extended android jni with onMediaSessionSetPositionStateShinichi Morimoto2019-12-034-1/+24
|
* Remove stop button for now and show play/pause in compact modeFernando Jiménez Moreno2019-11-201-12/+4
|
* Update media session metadata and show content text with artist and albumFernando Jiménez Moreno2019-11-202-8/+49
|
* Do not play notification sound when creating media session on AndroidFernando Jiménez Moreno2019-11-201-1/+1
|
* Fix play actionFernando Jiménez Moreno2019-11-202-18/+27
|
* Switch play and pause buttons according to playback stateFernando Jiménez Moreno2019-11-203-14/+32
|
* Remove prev and next track action buttons for nowFernando Jiménez Moreno2019-11-201-22/+2
|
* Send MediaSessionAction from AndroidFernando Jiménez Moreno2019-11-205-3/+33
|
* Move media session related code out of MainActivityFernando Jiménez Moreno2019-11-202-117/+151
|
* MediaSession show media controls on AndroidFernando Jiménez Moreno2019-11-207-8/+132
|
* MediaSession Android bitsFernando Jiménez Moreno2019-11-203-0/+33
|
* Make https the default protocol for address bar on Android, too.Jan Andre Ikenmeyer2019-11-101-0/+4
|
* UWP: better mouse interaction supportPaul Rouget2019-10-293-3/+3
|
* Allow setting GST_DEBUG on Android through machFernando Jiménez Moreno2019-10-143-2/+7
|
* Implement window.alert on AndroidPaul Rouget2019-08-271-0/+5
|
* Expose javascript:window.alert() to libsimpleservoPaul Rouget2019-07-193-0/+12
|
* Add support for market:// urlsakshitkrnagpal2019-06-282-0/+20
|
* Upgrade NDK to v15c.Josh Matthews2019-05-012-4/+2
|
* Add transparent padding around ServoSurfacePaul Rouget2019-03-254-12/+55
|
* Auto merge of #22773 - paulrouget:immersive, r=jdmbors-servo2019-02-072-0/+7
|\ | | | | | | | | | | | | | | | | | | | | | | Support for ExternalVR implementation This PR adds the hook necessary for the ExternalVR rust-webvr driver. Waiting on rust-webvr 0.9.3 to be published before landing. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/22773) <!-- Reviewable:end -->
| * Support for ExternalVR implementationPaul Rouget2019-02-072-0/+7
| |
* | Remove readfile callbackPaul Rouget2019-02-063-22/+0
|/
* Implement ServoSurface::onSurfaceChangedPaul Rouget2019-01-302-3/+24
|
* Stop catching Android click eventsManish Goregaokar2019-01-161-1/+0
| | | | | | Servo already can simulate clicks from multiple tap events fixes https://github.com/servo/servo/issues/22702
* Remove titlebarManish Goregaokar2018-11-291-0/+1
| | | | fixes https://github.com/servo/servo/issues/22318
* Add daydream and cardboard intent filtersManish Goregaokar2018-11-291-0/+19
|
* Automatically enable webvr for Android VR buildsManish Goregaokar2018-11-281-1/+1
|
* Move Android and ML build artefacts to their own subdirectoryAnthony Ramine2018-11-283-4/+4
| | | | Works around #20380.
* Auto merge of #22239 - paulrouget:shutdown2, r=jdmbors-servo2018-11-233-21/+41
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | shutdown synchronously --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/22239) <!-- Reviewable:end -->
| * shutdown synchronouslyPaul Rouget2018-11-223-21/+41
| |
* | Handle more config changesPaul Rouget2018-11-221-1/+1
|/
* Add support for touch events on AndroidManish Goregaokar2018-11-203-17/+44
| | | | | | | | | | Currently on Android we treat all touch events as scroll events. Servo is already capable of distinguishing between scroll-touches and regular touch events (see `on_touch_move` in `components/compositor/touch.rs`), so we should just be passing touch events through. Servo however does not natively support fling gestures, so we continue to use `GestureDetector` for that.
* Update MPL license to https (part 1)Jan Andre Ikenmeyer2018-11-196-6/+6
|
* Auto merge of #22178 - paulrouget:fixScroll, r=jdmbors-servo2018-11-171-3/+11
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Properly cancel looping before triggering another drawing loop --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #21991 (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/22178) <!-- Reviewable:end -->
| * Properly cancel looping before triggering another drawing loopPaul Rouget2018-11-121-3/+11
| |
* | Add only one architecture per apkPaul Rouget2018-11-141-0/+24
|/
* Auto merge of #22021 - paulrouget:shutdown, r=paulrougetbors-servo2018-10-304-16/+84
|\ | | | | | | | | | | | | | | | | | | | | Android: proper shutdown mechanism Fix #21834 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/22021) <!-- Reviewable:end -->
| * Android: proper shutdown mechanismPaul Rouget2018-10-264-16/+84
| |
* | Handle open URL intent on AndroidFernando Jiménez Moreno2018-10-241-2/+7
|/
* Use a depth buffer when embedding Servo on android.Josh Matthews2018-10-111-1/+1
|
* ServoView: Add default constructor.Sebastian Kaspari2018-10-081-0/+9
| | | | | | Android's `View` has multiple constructors. Currently only `ServoView(Context, AttributeSet)` is available. This constructor is usually used by Android when inflating a View from a layout XML file. However when creating the `View` in code no `AttributeSet` is available.
* Auto merge of #21871 - paulrouget:servooptions, r=jdmbors-servo2018-10-064-32/+48
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make JNI code more robust and introduce antialiasing option This throws exceptions in various places. Trying to reduce the amount of unwrap/expect. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #21306 (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21871) <!-- Reviewable:end -->
| * Disable subpixel text antialiasing for ServoSurfacePaul Rouget2018-10-063-0/+3
| |
| * Make JNI code more robustPaul Rouget2018-10-054-32/+45
| |
* | Auto merge of #21842 - jdm:android-extra-frame, r=paulrougetbors-servo2018-10-032-1/+5
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix flickering on Android This is particularly noticeable in debug builds on WebGL pages, but also appears during startup when loading normal pages. requestRender() causes Android to swap buffers under the assumption that the buffer contains a fully rendered frame, but when calling it from `doFrame` there are no guarantees that Servo has finished compositing yet. This causes stale buffers to be composited instead, leading to flickering at startup when there is no content, or general jerkiness on pages using animation callbacks as previous frames replace current frames. --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #21796 - [x] These changes do not require tests because no android integration tests. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21842) <!-- Reviewable:end -->