Albert Vaca
804642c5fc
Fixed bug causing some plugin settings having checkbox when they shouldn't
...
and viceversa.
2014-09-17 16:06:23 +02:00
Albert Vaca
8e0daa69cc
Added preference to disable incoming file notification sound.
2014-09-17 16:05:54 +02:00
Albert Vaca
400b35216d
Minor changes
2014-09-17 16:05:16 +02:00
Albert Vaca
4a5545529a
Those static will never work
...
Because class statics are called the first time the class is instantiated.
2014-09-17 10:36:45 +02:00
Ronny Yabar Aizcorbe
b2fa8ab506
Plugin-specific settings
...
Added support for specific plugin settings.
Added interval time preference to fast forward or rewind a multimedia file
instead of hardcording the time.
REVIEW: 120005
2014-09-16 15:45:58 +02:00
l10n daemon script
b9a0b3d2f0
SVN_SILENT made messages (after extraction)
2014-09-11 01:59:39 +00:00
l10n daemon script
e8c6784ce0
SVN_SILENT made messages (after extraction)
2014-09-03 01:58:03 +00:00
l10n daemon script
e3b8bb5ffc
SVN_SILENT made messages (after extraction)
2014-08-28 02:01:02 +00:00
l10n daemon script
103bc69347
SVN_SILENT made messages (after extraction)
2014-08-25 02:00:05 +00:00
l10n daemon script
2b45c82a2e
SVN_SILENT made messages (after extraction)
2014-08-22 02:05:13 +00:00
l10n daemon script
0d3232a5a1
SVN_SILENT made messages (after extraction)
2014-08-20 01:58:04 +00:00
l10n daemon script
ed5ddc37c8
SVN_SILENT made messages (after extraction)
2014-08-18 02:03:00 +00:00
l10n daemon script
48bc56f52a
SVN_SILENT made messages (after extraction)
2014-08-17 02:00:27 +00:00
l10n daemon script
5de10b05e7
SVN_SILENT made messages (after extraction)
2014-08-16 01:56:50 +00:00
Albert Vaca
1fe2590ec8
Changes to the detection of keyboard input.
...
Now it detects more special keys.
It does not detect modifiers anymore.
Moved to a view that keeps the focus and prevents focusing the back button.
Changed bitmasks for a hashmap to make it more readable with lots of keys.
Separated sendSpecialKey from sendKey for non-representable keys.
CCMAIL: saiarcot895@gmail.com
2014-08-14 21:50:19 +02:00
Saikrishna Arcot
d02684c714
Add support for using the keyboard.
...
This patch adds a menu entry to display the keyboard in the mousepad plugin
and allow the user to send keystrokes. Dead keys are not yet supported, and
behavior is unknown if entered.
REVIEW: 119255
2014-08-14 21:50:19 +02:00
Job Noorman
80ed8a58d5
Properly restore the selected MPRIS player after a plugin reconnect.
...
Whenever the link with a device goes down (the easiest way to test this is to
lock the phone's screen), the connection with the MPRIS plugin is
re-established when the link goes up again. This patch makes sure that the
currently selected player (the one stored on the MprisPlugin instance) is also
selected in the MprisActivity. Currently, the first player in the list is
always selected.
REVIEW: 119692
2014-08-13 22:52:52 +02:00
l10n daemon script
962501fe38
SVN_SILENT made messages (after extraction)
2014-08-07 01:48:38 +00:00
l10n daemon script
60c1e67e66
SVN_SILENT made messages (after extraction)
2014-07-25 02:14:34 +00:00
l10n daemon script
318b82941f
SVN_SILENT made messages (after extraction)
2014-07-16 02:16:36 +00:00
Albert Vaca
acdf8d467e
This has to be public for some reason
v0.7.2
2014-07-12 20:03:08 +02:00
Albert Vaca
ceee1ee1f6
Increased version number to release
2014-07-12 20:03:08 +02:00
Albert Vaca
071f71cb9c
Silly changes proposed by lint
2014-07-12 20:03:08 +02:00
Albert Vaca
4adf2cfbbd
Updated project to new Android Build Tools.
2014-07-12 20:03:08 +02:00
l10n daemon script
de4fa31b2a
SVN_SILENT made messages (after extraction)
2014-07-07 02:01:50 +00:00
l10n daemon script
4deba4ea4f
SVN_SILENT made messages (after extraction)
2014-07-05 01:59:05 +00:00
l10n daemon script
07a8b107eb
SVN_SILENT made messages (after extraction)
2014-07-03 01:51:49 +00:00
Ahmed I. Khalil
3b750c78ab
Added Triple and Double finger gestures.
...
For right and middle clicking.
REVIEW: 119072
2014-07-02 17:19:44 +02:00
l10n daemon script
47790a710a
SVN_SILENT made messages (after extraction)
2014-07-02 02:04:42 +00:00
l10n daemon script
92451df32f
SVN_SILENT made messages (after extraction)
2014-07-01 02:06:59 +00:00
l10n daemon script
55eada9dfc
SVN_SILENT made messages (after extraction)
2014-06-30 02:05:57 +00:00
Albert Vaca
0ed73f6729
Ooops, added missing file that was untracked!
v0.7.1
2014-06-29 19:44:30 +02:00
Albert Vaca
c8e24bf07d
Increased version number to release
2014-06-29 18:52:18 +02:00
Albert Vaca
f016a06c32
Notify the system when we receive a file, so it gets added to the gallery, etc.
2014-06-29 18:50:50 +02:00
Ahmed I. Khalil
23463afc33
Added Right and Middle Clicks as Menu Items.
...
I've made them as "never" to be shown on the ActionBar,
until hopefully we could get icons for them.
REVIEW: 119016
2014-06-29 18:37:28 +02:00
Albert Vaca
45fd3f88e8
Added methods for right and middle click, not yet used
2014-06-29 17:58:33 +02:00
Albert Vaca
b54e2ea36e
Made scrolling less sensitive
...
CCMAIL: ahmedibrahimkhali@gmail.com
2014-06-29 17:58:21 +02:00
Albert Vaca
3043ca5d05
Increased the version number to release
2014-06-29 17:17:43 +02:00
Albert Vaca
47368a27fd
Trying to fix a "jumpy mouse" issue when scrolling
...
CCMAIL: ahmedibrahimkhali@gmail.com
2014-06-29 17:17:22 +02:00
Albert Vaca
046a1cb676
Implemented two finger scrolling on Android, by handling the onScroll method
...
that it is called from the GestureDetector.
REVIEW: 119007
2014-06-29 17:17:22 +02:00
Albert Vaca
43c6742e21
Device names could contain characters not allowed for a dir name, fixed.
2014-06-29 17:17:22 +02:00
Albert Vaca
5b2f863e0e
Added padding to text
2014-06-29 17:17:22 +02:00
Albert Vaca
a12e64ca59
Renamed mousepad -> touchpad
2014-06-29 17:17:22 +02:00
Albert Vaca
e99ba38eac
Removed unnecesary import
2014-06-29 17:17:22 +02:00
Albert Vaca
0730c52741
Started implementing receiving shared files
2014-06-29 17:17:22 +02:00
l10n daemon script
093b722f00
SVN_SILENT made messages (after extraction)
2014-06-29 01:58:07 +00:00
Albert Vaca
162fc8b8dd
Increased version number to release
2014-06-27 17:33:03 +02:00
Antoni Bella Pérez
c648185ffa
Added Sony Xperia Z2 human readable name
2014-06-27 17:29:13 +02:00
Albert Vaca
af915b5756
I like the Nexus phones being called only "Nexus" :P
2014-06-27 17:28:50 +02:00
Albert Vaca
dc60968a35
Merge branch 'feature/mousepad'
2014-06-27 17:22:52 +02:00