Albert Vaca
b5e6519efe
Increased versio number to release
v1.5
2016-12-17 15:33:09 +01:00
l10n daemon script
ad2b7678b9
GIT_SILENT made messages (after extraction)
2016-12-16 03:35:24 +01:00
l10n daemon script
9649efcdc4
GIT_SILENT made messages (after extraction)
2016-12-14 02:48:48 +01:00
l10n daemon script
99b7c4f312
GIT_SILENT made messages (after extraction)
2016-12-13 02:39:05 +01:00
l10n daemon script
c80820294c
GIT_SILENT made messages (after extraction)
2016-12-12 02:34:13 +01:00
Albert Vaca
90856690fb
Increased version number to release in the beta channel
2016-12-11 21:22:13 +01:00
Albert Vaca
1334dae342
Added a Share setting to add received files to the "Downloads" app
...
Only works for old-school (not-Storage Access Framework) paths, so we have
to keep track of the fact that we are using one or the other.
Also this requires the permission DOWNLOAD_WITHOUT_NOTIFICATION, but
hopefully the play store won't make users confirm this one.
This behaviour is enabled by default.
2016-12-11 21:03:39 +01:00
Albert Vaca
f8dd9bf923
Fixed crash if received file didn't have extension
2016-12-11 20:27:52 +01:00
Albert Vaca
72d8ba647a
If transfer failed, don't create a pending intent nor index the file
2016-12-11 19:19:51 +01:00
Albert Vaca
b3449c87f7
Rewritten ShareSettingsActivity and de-duplicated SAF code in SharePlugin.
...
There was unused code and incorrect comments that were introduced in
commit e2e4086
.
2016-12-11 18:57:21 +01:00
Albert Vaca
5c3b5a2737
Fixed comment as MayeulC suggested on IRC
2016-12-11 16:40:11 +01:00
Richard Wagler
e2e40863f8
Implement saving to SD card using SAF
2016-12-11 14:01:46 +01:00
Albert Vaca
036737deae
Unused imports
2016-12-11 14:00:55 +01:00
Albert Vaca
8d7337b6b0
Refactored media scanner call into MediaStoreHelper
2016-12-11 13:59:52 +01:00
Albert Vaca
0a4459e8a0
Made Sftp server notify the Android MediaScanner of new/removed files
...
Plus refactored the code a bit to simplify logic
2016-12-11 13:59:00 +01:00
Albert Vaca
cef8cbd34a
Android Studio update
2016-12-11 13:59:00 +01:00
l10n daemon script
3afb8ae8f3
GIT_SILENT made messages (after extraction)
2016-12-11 02:35:14 +01:00
l10n daemon script
85fce32bcb
GIT_SILENT made messages (after extraction)
2016-12-10 02:32:33 +01:00
Albert Vaca
d52be109ee
Revert "Add support to deal with album arts sent by mpris plugin."
...
This was very poorly implemented and can't stay as it is right now:
- Every second or so the art image was being loaded from disk, scaled,
base64 encoded and sent over the freakin network!
- The Android interface didn't take into account small screens, and
adding the image would cut stuff out of the screen.
- Didn't manage "edge cases" like playing a song without cover after one
with cover (previous image was still being shown) or changing players.
This reverts commit 24c404400f
.
# Conflicts:
# src/org/kde/kdeconnect/Plugins/MprisPlugin/MprisActivity.java
# src/org/kde/kdeconnect/Plugins/MprisPlugin/MprisPlugin.java
2016-12-08 23:47:17 +01:00
Albert Vaca
66794002f7
Updated version number to release in the beta channel/
2016-12-08 20:53:40 +01:00
Albert Vaca
d61536ef76
Improved sharing files.
...
- Refactored the code to separate reading the file, sending it and
updating the notification. This last part it's now done in a standalone
sendPackage callback class.
- Added a non-async sendPacakge function to device, so we can properly
wait for a file to finish before sending the next one without using
recursive callbacks as before.
- Fixed bug that made it impossible to share more than one file from
certain apps. This was caused because we can't access content resolvers
any longer after closing the activity that was launched to "share" to.
Now we do the content resolutions first and once for all files.
- When sending more than one file, do not spam one notification for each.
- There is no need to update the notifications from the UI thread, now
we do it from a background thread instead.
2016-12-08 20:50:49 +01:00
Albert Vaca
1dad3c145d
Make onProgressChanged updates time-based.
...
If used to update a notification, calling it too often would lag the UI
2016-12-08 20:50:49 +01:00
Albert Vaca
33f7a4809d
Don't call onProgressChanged unless it actually changes
2016-12-08 20:50:49 +01:00
Albert Vaca
d81448ad34
Fixed LanLink always calling onProgressChanged with a progress of 0
2016-12-08 20:50:49 +01:00
Albert Vaca
ed4c0d24df
Introduced NotificationHelper
2016-12-08 20:50:49 +01:00
Albert Vaca
fed9bb1eec
Not an error
2016-12-08 20:50:49 +01:00
Albert Vaca
b7418c1db6
Socket should be volatile to prevent data-race
...
CCBUG: 368438
2016-12-08 20:50:49 +01:00
Albert Vaca
e6bc78f013
Some refactoring on sendpackage to reduce allocations of empty callbacks
2016-12-08 20:50:49 +01:00
Albert Vaca
22de200cbf
Typo
2016-12-08 20:50:49 +01:00
Albert Vaca
22dde07892
Typo
2016-12-08 20:50:49 +01:00
Albert Vaca
f9bdfb9fbd
Not actually an error
2016-12-08 20:50:49 +01:00
Albert Vaca
9d6476a27e
Moved the code around to split it in big blocks and add some comments
2016-12-08 20:50:49 +01:00
Albert Vaca
29a8db9c45
On error show an error message, not a success message :)
2016-12-08 20:50:49 +01:00
l10n daemon script
6e1f8e1496
SVN_SILENT made messages (after extraction)
2016-11-29 03:03:55 +01:00
Albert Vaca
82b15292fb
Merge branch '1.x'
2016-11-28 14:48:39 +01:00
Albert Vaca
32f9f3b76a
Update gradle plugin to make Android Studio happy
2016-11-28 14:48:22 +01:00
Albert Vaca
fc25e42196
Remove FindMyPhoneActivity from the application switcher,
...
because returning to it would make it to ring again.
2016-11-23 18:34:31 +01:00
l10n daemon script
db3422268f
SVN_SILENT made messages (after extraction)
2016-11-05 07:16:39 +00:00
l10n daemon script
71bef30624
SVN_SILENT made messages (after extraction)
2016-10-28 10:31:23 +00:00
l10n daemon script
15e0188538
SVN_SILENT made messages (after extraction)
2016-10-28 06:56:05 +00:00
l10n daemon script
8bc8a47e9d
SVN_SILENT made messages (after extraction)
2016-10-17 10:38:49 +00:00
l10n daemon script
ad7769edde
SVN_SILENT made messages (after extraction)
2016-10-17 06:58:14 +00:00
l10n daemon script
a2c51a16ee
SVN_SILENT made messages (after extraction)
2016-10-14 10:45:01 +00:00
l10n daemon script
788555b69c
SVN_SILENT made messages (after extraction)
2016-10-14 07:05:25 +00:00
l10n daemon script
ccdeb3d806
SVN_SILENT made messages (after extraction)
2016-10-07 07:02:29 +00:00
l10n daemon script
00a5ad3c1f
SVN_SILENT made messages (after extraction)
2016-09-30 10:42:37 +00:00
Albert Vaca
b35ce0f821
Do not clear values if the player didn't actually change
2016-09-29 14:15:31 +02:00
Albert Vaca
77e38da2d9
Fixed spotify hacks and moved them to a single function in the code
2016-09-29 14:14:55 +02:00
Albert Vaca
8fb942ccdf
Nothing changes in this function, no need to update the list.
2016-09-29 13:21:31 +02:00
Albert Vaca
74dc1bcd63
Reduced logging. Renamed variables in camelcase.
2016-09-29 13:21:13 +02:00