l10n daemon script
fb02b9bdf1
SVN_SILENT made messages (after extraction)
2014-01-29 01:40:11 +00:00
l10n daemon script
8453156d16
SVN_SILENT made messages (after extraction)
2014-01-23 01:37:44 +00:00
Albert Vaca
9bbe2908ed
We will only sync actual notifications from now on
...
BUG: 325668
2014-01-10 19:29:50 +01:00
Albert Vaca
fb843f8789
Notifications with FLAG_FOREGROUND_SERVICE are not shown anymore
...
Actually, they are not 'notifications'.
2014-01-10 18:00:26 +01:00
Albert Vaca
c85619dfd2
Phone number shown next to contact name for calls/sms
...
BUG: 328197
2014-01-10 17:59:50 +01:00
Albert Vaca
de9f78adf3
Gradle upgrade to make Android Studio 4.2 happy
2014-01-10 17:07:00 +01:00
Samoilenko Yuri
9021ab9454
Partial impl of clipboard sync in early Android
...
Syncronization works only in one direction - incoming
2014-01-08 02:17:37 +04:00
Samoilenko Yuri
10210b3972
Fixed Ping notification on old phones
...
On old phones(LG P698) notification does not shown ultil all
fields are filles correctly: setContentIntent.
Added pendingIntent to notification as describved into official documentation for Notifications, to
fit support library requirements.
2014-01-08 01:20:24 +04:00
l10n daemon script
f83b9cbe0c
SVN_SILENT made messages (after extraction)
2013-12-29 01:40:33 +00:00
l10n daemon script
7d821e7c88
SVN_SILENT made messages (after extraction)
2013-12-10 01:38:14 +00:00
l10n daemon script
02070343fe
SVN_SILENT made messages (after extraction)
2013-11-28 01:42:19 +00:00
l10n daemon script
416a000dd3
SVN_SILENT made messages (after extraction)
2013-11-25 01:41:50 +00:00
Albert Vaca
a15cad9ec5
Increased version number to release
v0.4.2
2013-11-24 17:49:15 +01:00
l10n daemon script
e98100f5f0
SVN_SILENT made messages (after extraction)
2013-11-24 01:37:28 +00:00
Albert Vaca
d19e7d2052
Missing permission (how could this work before?)
2013-11-23 01:49:34 +01:00
Albert Vaca
4e02c674f8
Still trying to fix the concurrency exception
...
I hope this doesn't cause infinite recursion.
2013-11-23 01:49:34 +01:00
Albert Vaca
6aa49757fc
Fixed bug retrieving incorrect file sizes for file transfers
...
For some reason querying the content provider returns a different size than
using File.length()
2013-11-23 01:49:33 +01:00
Albert Vaca
3c10312d15
More Android Studio nonsensical project changes
2013-11-23 01:49:33 +01:00
l10n daemon script
26e3363b30
SVN_SILENT made messages (after extraction)
2013-11-19 01:37:14 +00:00
l10n daemon script
4033233ec1
SVN_SILENT made messages (after extraction)
2013-11-18 01:45:52 +00:00
Albert Vaca
34e53576e1
Trying to fix a concurrency exception
2013-11-15 15:31:38 +01:00
Albert Vaca
a15d76c588
Android Studio keeps changing the project files...
2013-11-14 18:41:35 +01:00
Albert Vaca
1acea73383
The battery percentage for low battery level is now signaled by the device
...
BatteryPlugin is now subscribed to the BATTERY_LOW event
REVIEW: 113838
2013-11-14 18:24:44 +01:00
Albert Vaca
6c8fdb0be7
Increased version number to release
v0.4.1
2013-11-14 18:20:57 +01:00
l10n daemon script
749170a29c
SVN_SILENT made messages (after extraction)
2013-11-14 01:36:45 +00:00
l10n daemon script
81b08cf89f
SVN_SILENT made messages (after extraction)
2013-11-11 01:40:35 +00:00
Albert Vaca
786ea7658f
Fixed bugs in NotificationsPlugin
...
Already existing notifications were not retrieved
Notifications without tickerText were crashing the plugin
2013-11-06 21:15:49 +01:00
Albert Vaca
996516ec88
Fixed a bug while pairing
...
Timeout was being fired after the pairing was done
Added lots of Log.e for debugging, now commented
2013-11-06 21:13:37 +01:00
Albert Vaca
a36e4a0c88
Added deviceType to the identity packages
...
This will tell if we are a phone, tablet, laptop or desktop
2013-11-06 19:06:18 +01:00
l10n daemon script
e08de81c73
SVN_SILENT made messages (after extraction)
2013-11-05 01:33:50 +00:00
Albert Vaca
30d2665b12
Upgraded project to new Android SDK
...
Now using gradle magic imports instead of jar files for libraries
v0.4
2013-11-02 17:46:20 +01:00
l10n daemon script
c14946e9e4
SVN_SILENT made messages (after extraction)
2013-11-02 01:35:34 +00:00
l10n daemon script
1aab14fd50
SVN_SILENT made messages (after extraction)
2013-10-31 01:37:52 +00:00
l10n daemon script
549fc01c1d
SVN_SILENT made messages (after extraction)
2013-10-30 01:42:44 +00:00
Albert Vaca
d59de8a0b6
Increased version to release
2013-10-30 01:46:00 +01:00
Mauro Panzeri
8823277e74
Follow the android guidelines for icons/drawables and their names.
...
Guidelines: http://goo.gl/E70Ez
REVIEW: 113200
2013-10-30 01:45:27 +01:00
Albert Vaca
30cf27e835
NetworkPackage.encrypt now returns a new package instead of changing itself
...
This was causing problems with plugins that keep a reference to the
packages they have already sent, like the telephony plugin, because the
package became encrypted (and thus inaccessible) after sending it.
BUG: 326275
2013-10-30 01:37:55 +01:00
Mauro Panzeri
9dbe1ec9cf
Added a settings activity to change the publicly visible device name
...
When changed the new name will be used instead of the one from
HumanDeviceNames
REVIEW: 113204
BUG: 325061
2013-10-30 01:37:47 +01:00
Albert Vaca
0595662efc
Spotify doesn't support seeking, disable mpris seek buttons for it
2013-10-30 01:31:21 +01:00
Albert Vaca
6609ae665c
Fixed a crash trying to disconnect not-yet-active sessions.
2013-10-30 01:31:20 +01:00
Maksim Krylosov
2f26fa5188
Added rewind and fast-forward buttons to MPRIS controls
2013-10-30 01:31:20 +01:00
Albert Vaca
6471bafdd9
Fixed important bug trying to load device settings before deviceId was set
...
(Also improved code style and fixed minor TODOs)
2013-10-30 01:31:20 +01:00
Albert Vaca
0620810e4b
Upgraded to build tools 18.1.1 and gradle 1.8
2013-10-30 01:31:20 +01:00
Albert Vaca
db9209765d
Android Studio is getting confused if project name != directory name
2013-10-29 17:47:07 +01:00
Mauro Panzeri
e459d792d0
"Share to" now retrieves filename for file:// uris too
...
Querying the ContentProvider only works for content://... uris but when you
share a file from a file-manager, the uri you get has the form file://... and
ContentProvider returns a null cursor.
BUG: 325684
REVIEW: 113202
2013-10-29 17:47:07 +01:00
Albert Vaca
31fcc3e184
Project refactor because Android Studio was not able to open it
...
For some reason it was not detecting the directory as an Android project
Android Build Tools version increased from 18.0.1 to 18.1
2013-10-29 17:47:07 +01:00
l10n daemon script
544b5e8c87
SVN_SILENT made messages (after extraction)
2013-10-25 01:35:28 +00:00
l10n daemon script
7819ae1ca2
SVN_SILENT made messages (after extraction)
2013-10-18 01:44:45 +00:00
l10n daemon script
98885d6c35
SVN_SILENT made messages (after extraction)
2013-10-17 01:34:48 +00:00
l10n daemon script
485e646f6f
SVN_SILENT made messages (after extraction)
2013-10-14 01:51:48 +00:00