summaryrefslogtreecommitdiffstats
path: root/remoting/android
Commit message (Expand)AuthorAgeFilesLines
* Move ServiceUrls to remoting/hostsergeyu2016-03-241-1/+0
* Revert of Move ServiceUrls to remoting/host (patchset #4 id:80001 of https://...aberent2016-03-241-0/+1
* Move ServiceUrls to remoting/hostsergeyu2016-03-231-1/+0
* [remoting android] Trim Cardboard library from APK.lambroslambrou2016-03-231-1/+2
* [remoting android] Add padding around the no-hosts text.lambroslambrou2016-03-231-0/+1
* [remoting android] Remove API key and client id/secret.lambroslambrou2016-03-191-7/+0
* [remoting android] Suppress NewApi lint warninglambroslambrou2016-03-171-0/+1
* [remoting android] Set contentInsetStart on each Toolbar.lambroslambrou2016-03-157-7/+26
* Android Chromoting: Pull Credits page out to a separate Activity.lambroslambrou2016-02-205-3/+85
* Android Chromoting: Pull out common code for starting new Activities.lambroslambrou2016-02-193-18/+31
* Reland: Refactor Chromoting JNI code to use jni/Client (Java changes only).lambroslambrou2016-02-1116-380/+568
* Revert of Refactor Chromoting JNI code to use jni/Client (Java changes only)....hartmanng2016-02-1016-565/+380
* Refactor Chromoting JNI code to use jni/Client (Java changes only).lambroslambrou2016-02-1016-380/+565
* Move HelpActivity class into org.chromium.chromoting.help package.lambroslambrou2016-02-044-5/+4
* Remove DEPRECATED_java_in_dir in remoting/android.lambroslambrou2016-02-042-6/+62
* Minor cleanups in SessionConnector.java.sergeyu2016-01-302-35/+41
* Add support for test flags in Android client. Add useWebrtc flag.sergeyu2016-01-293-8/+13
* Fix status bar visibility issue on pre-Marshmallow devicesjoedow2016-01-291-0/+25
* [Reland] [Android] Set enable_remoting=true by defaultpkotwicz2016-01-271-11/+13
* Ensure no-hosts view doesn't appear while loadingrkjnsn2016-01-261-16/+29
* Fix enable_cardboard/enable_cast for GN build of remoting/android.lambroslambrou2016-01-262-2/+6
* Fix remoting_apk compile when is_component_build = trueagrieve2016-01-152-16/+12
* Don't use chrome_apk_version_code in remoting_apk.agrieve2016-01-151-3/+0
* GN: Fix remoting_test_apk compile when is_chrome_branded=trueagrieve2016-01-152-4/+14
* Fixing a problem with scrolling in simulated touch mode.joedow2016-01-121-0/+5
* Changing the input mode toggling mechanism for the Android CRD appjoedow2016-01-117-27/+21
* Move JniInterface.ConnectionListener to top-level classlambroslambrou2015-12-184-90/+96
* Adding unit tests for TouchInputStrategy class.joedow2015-12-182-7/+538
* Adding TouchInputStrategy.joedow2015-12-182-5/+323
* Update remoting/android OWNERSlambroslambrou2015-12-171-3/+3
* Android Chromoting: Request GET_ACCOUNTS permission if needed.lambroslambrou2015-12-162-9/+44
* Android Chromoting: Remove unused permissionslambroslambrou2015-12-151-2/+0
* Fixing a touch input bug where touch input would fail due to device orientation.joedow2015-12-151-1/+4
* Adding a NullInputStrategy to the TouchInputHandler class.joedow2015-12-151-0/+54
* Fixing two viewport positioning bugs in touch mode.joedow2015-12-152-26/+49
* Enabling Touch input mode on the Android client.joedow2015-12-121-3/+0
* Adding initial touch mode.joedow2015-12-123-8/+213
* Prevent desktop from being panned when user is interacting with System UI.joedow2015-12-111-0/+26
* Separating the cursor and viewport concepts in the TouchInputHandler class.joedow2015-12-092-39/+80
* Adding a flag for drawing the cursor to the RenderData class.joedow2015-12-093-5/+19
* Make remoting_android_client_java into templatepkotwicz2015-12-092-19/+32
* Update InputStrategyInterface to support new input strategies.joedow2015-12-095-94/+145
* Adding getter/setter for RenderData cursor member.joedow2015-12-093-22/+43
* Port Chromoting.apk and ChromotingTest.apk build rules to GNpkotwicz2015-12-092-0/+179
* Fixing a crash that occurs when our feedback animation is interrupted.joedow2015-12-091-4/+15
* Updated the TapGestureDetector to provide coordinates for tap events.joedow2015-12-083-17/+47
* Adding UX for toggling Touch Input Mode.joedow2015-12-026-12/+217
* Define a Java-side global application context.torne2015-11-241-5/+6
* Android Chromoting: Disable hamburger animation.lambroslambrou2015-11-247-22/+63
* Refactoring to support additional Touch input modes.joedow2015-11-177-247/+471