summaryrefslogtreecommitdiffstats
path: root/remoting/android/java
Commit message (Expand)AuthorAgeFilesLines
* [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-204-3/+84
* 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-1115-379/+564
* Revert of Refactor Chromoting JNI code to use jni/Client (Java changes only)....hartmanng2016-02-1015-561/+379
* Refactor Chromoting JNI code to use jni/Client (Java changes only).lambroslambrou2016-02-1015-379/+561
* Move HelpActivity class into org.chromium.chromoting.help package.lambroslambrou2016-02-043-4/+3
* 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
* Ensure no-hosts view doesn't appear while loadingrkjnsn2016-01-261-16/+29
* 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-181-7/+7
* Adding TouchInputStrategy.joedow2015-12-182-5/+323
* 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
* Update InputStrategyInterface to support new input strategies.joedow2015-12-095-94/+145
* Adding getter/setter for RenderData cursor member.joedow2015-12-093-22/+43
* 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-082-8/+21
* 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
* Android Chromoting: Fix Help back buttonlambroslambrou2015-11-132-5/+1
* Android Chromoting: Update empty-host-list screenlambroslambrou2015-11-139-6/+18
* Android Chromoting: Refactor help-and-feedback implementation.lambroslambrou2015-11-126-15/+113
* Renaming Remoting Android Touch Input classes to prepare for refactor.joedow2015-11-114-522/+521
* Added default case to fix Desktop.java compilation.timav2015-11-091-0/+4
* Suspend ActionBar autohide timer during user interaction.joedow2015-11-091-6/+68
* Adding assets and menu item for Touch input mode.joedow2015-11-057-0/+8
* Fix chromoting host to report error when closing connection.sergeyu2015-11-031-1/+3
* Fixing image canvas resize problems when showing/hiding system UI.joedow2015-11-025-36/+218
* Revert of Fix chromoting host to report error when closing connection. (patch...rjkroege2015-10-311-3/+1
* Fix chromoting host to report error when closing connection.sergeyu2015-10-301-1/+3
* Adding initial touch methods and data structures for Android Remoting client.joedow2015-10-282-13/+192
* Android Chromoting: Add first-time dialog for Cardboard view.lambroslambrou2015-10-242-7/+49