Albert Vaca
5ece4e21e7
Bumped android sdk version
2017-02-05 16:19:55 +01:00
Albert Vaca
be66fb23cf
Stuff used from inner classes shouldn't be private.
2017-02-05 16:19:41 +01:00
Albert Vaca
a6bd803df8
Fixed NPE because frag.device was null
...
Why was this starting two RunCommand threads? Exec order is not guaranteed.
2017-02-05 15:42:03 +01:00
Albert Vaca
a5a4b360ae
Fixed crash on unpairing
2017-02-05 15:34:16 +01:00
Albert Vaca
71e7218b4e
Fixed java.lang.ClassCastException:
...
android.text.SpannableString cannot be cast to java.lang.String
2017-02-05 15:34:07 +01:00
Okoko Michaels
89ecdfc363
Accept or reject pair requests from the notification
2017-02-05 15:20:36 +01:00
l10n daemon script
1179807bcf
GIT_SILENT made messages (after extraction)
2017-02-05 03:53:51 +01:00
l10n daemon script
753a6425ef
GIT_SILENT made messages (after extraction)
2017-02-02 03:50:38 +01:00
l10n daemon script
08312e409d
GIT_SILENT made messages (after extraction)
2017-01-31 08:49:33 +01:00
l10n daemon script
22526fdaa8
GIT_SILENT made messages (after extraction)
2017-01-30 03:47:18 +01:00
l10n daemon script
963b29ef6b
GIT_SILENT made messages (after extraction)
2017-01-25 03:51:08 +01:00
Holger Kaelberer
ca9704eab2
Add remotekeyboard plugin
...
BUG: 370919
REVIEW: 129728
2017-01-23 09:07:18 +01:00
l10n daemon script
1239944deb
GIT_SILENT made messages (after extraction)
2017-01-23 03:43:48 +01:00
l10n daemon script
42f8289071
GIT_SILENT made messages (after extraction)
2017-01-15 04:03:15 +01:00
l10n daemon script
614becd1a7
GIT_SILENT made messages (after extraction)
2017-01-07 03:41:41 +01:00
l10n daemon script
1811b93b0a
GIT_SILENT made messages (after extraction)
2016-12-26 03:35:38 +01:00
Albert Vaca
6ed1bf6284
Fix crash when ringtone is null.
2016-12-25 16:57:32 +01:00
l10n daemon script
9d4bbbb629
GIT_SILENT made messages (after extraction)
2016-12-22 03:37:14 +01:00
l10n daemon script
059a3b2437
GIT_SILENT made messages (after extraction)
2016-12-20 08:31:20 +01:00
Albert Vaca
eeb19bd206
Allow sending more than one file from SendFileActivity
2016-12-19 09:19:40 +01:00
l10n daemon script
a38ffe34bd
GIT_SILENT made messages (after extraction)
2016-12-18 03:44:15 +01:00
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