Albert Vaca
e2a932558a
Revert "Do not broadcast in 3G + info message"
...
As it couldn't be any other way, this broke somebody's workflow.
This reverts commit 440a12f86c8db63cc3a85d3a4e05c3e62eb31f19.
2017-02-25 21:07:04 +01:00
Albert Vaca
732206ac13
Fix crash on Android < 12
2017-02-25 21:07:04 +01:00
l10n daemon script
2a732645d2
GIT_SILENT made messages (after extraction)
2017-02-23 03:58:04 +01:00
l10n daemon script
c91d84b635
GIT_SILENT made messages (after extraction)
2017-02-22 03:45:42 +01:00
l10n daemon script
f9ca018e2a
GIT_SILENT made messages (after extraction)
2017-02-21 08:45:31 +01:00
Albert Vaca
8e36986ffb
Merge branch '1.x'
2017-02-20 20:42:07 +01:00
Albert Vaca
337cdba68f
Prepare beta release
2017-02-20 20:36:55 +01:00
Albert Vaca
b3e1f6fbf8
Preparing a hotfix release
v1.6.1
2017-02-20 20:25:02 +01:00
Albert Vaca
ecad7ccea2
Try not to lose filename extensions.
...
Android's Storage Access Framework abstraction wants us to use mimetypes
instead of file extensions, but for some file types it can't guess a useful
mimetype. In those cases, provide the extension as part of the base name.
BUG: 376638
2017-02-20 20:20:54 +01:00
l10n daemon script
b7df5348c0
GIT_SILENT made messages (after extraction)
2017-02-20 06:44:38 +01:00
l10n daemon script
40b1caaf3a
GIT_SILENT made messages (after extraction)
2017-02-20 03:50:57 +01:00
l10n daemon script
c8469b06b5
GIT_SILENT made messages (after extraction)
2017-02-19 03:48:16 +01:00
Albert Vaca
7c0880124b
Merge branch '1.x'
...
# Conflicts:
# res/values-ast/strings.xml
# res/values-zh-rCN/strings.xml
2017-02-18 19:15:28 +01:00
Albert Vaca
440a12f86c
Do not broadcast in 3G + info message
2017-02-18 19:06:37 +01:00
Albert Vaca
0e3b5af6bc
Looks like it's not
2017-02-18 17:41:12 +01:00
Albert Vaca
b167b9629e
Changed visibilities to package-private
2017-02-18 17:16:10 +01:00
Albert Vaca
b6814c86c5
Bumped version to release
v1.6
2017-02-14 22:23:33 +01:00
Dmitriy Bogdanov
3cc71a69a4
FindMyPhone: better activity lifecycle handling
...
Summary:
There are some minor problems with current implementation: if device configuration changes (screen orientation, etc.) while the "FindMyPhone" ringtone is playing, the activity gets recreated and starts to play a new ringtone again, but the first ringtone is not stopped.
Also if the user leaves the activity the ringtone continues to play, the user has no way to get back to the activity to stop it.
With these changes the ringtone starts playing when the activity becomes visible and stops when the activity is being hidden/destroyed. If the user leaves the activity (without destroying it) and then presses "Ring my phone" button again, the activity becomes visible again and starts to play the ringtone.
There are other ways to improve it that I did not touch: use a Service to play the ringtone (so not to depend on the activity's lifecycle) or handle configuration changes in activity (so it is not recreated on orientation changes).
Test Plan: Activate "Find My Phone" feature and try to turn phone or leave activity.
Reviewers: albertvaka
Reviewed By: albertvaka
Tags: #kde_connect
Differential Revision: https://phabricator.kde.org/D4548
2017-02-14 22:12:38 +01:00
l10n daemon script
c0502803c4
GIT_SILENT made messages (after extraction)
2017-02-12 06:34:40 +01:00
l10n daemon script
ec6696b33b
GIT_SILENT made messages (after extraction)
2017-02-11 06:59:47 +01:00
l10n daemon script
b73f5ad6a4
GIT_SILENT made messages (after extraction)
2017-02-11 03:47:01 +01:00
l10n daemon script
7e30e27f61
GIT_SILENT made messages (after extraction)
2017-02-10 06:30:56 +01:00
l10n daemon script
92a10bcd35
GIT_SILENT made messages (after extraction)
2017-02-08 06:21:40 +01:00
l10n daemon script
723f398ea8
GIT_SILENT made messages (after extraction)
2017-02-07 13:35:11 +01:00
l10n daemon script
060fa8200e
GIT_SILENT made messages (after extraction)
2017-02-06 06:55:43 +01:00
l10n daemon script
7e8edda808
GIT_SILENT made messages (after extraction)
2017-02-06 03:54:31 +01:00
Albert Vaca
48ffde66da
OPEN_DOCUMENT_TREE needs lollipop
2017-02-05 21:39:49 +01:00
Albert Vaca
7045c50c81
OPEN_DOCUMENT_TREE needs lollipop
2017-02-05 21:39:28 +01:00
Albert Vaca
fe0409e9e7
Bumped version to release in beta channel
2017-02-05 21:31:49 +01:00
Albert Vaca
4f39aa2b65
Disabled remote keyboard from stable branch
...
Se we can release from the stable branch without it until we release a
desktop version with this feature.
2017-02-05 21:31:34 +01:00
Albert Vaca
cba67c73a0
Fixed tests
2017-02-05 21:24:45 +01:00
Albert Vaca
2e5dc56366
Merge branch '1.x'
...
# Conflicts:
# res/values-ast/strings.xml
# res/values-gl/strings.xml
2017-02-05 21:23:13 +01:00
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
4279ae824f
GIT_SILENT made messages (after extraction)
2017-02-02 06:45:38 +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
8d148aad92
GIT_SILENT made messages (after extraction)
2017-01-23 06:35:43 +01:00
l10n daemon script
1239944deb
GIT_SILENT made messages (after extraction)
2017-01-23 03:43:48 +01:00
Albert Vaca
9e5e9b3047
Make package private
2017-01-22 06:08:07 +01:00
l10n daemon script
42f8289071
GIT_SILENT made messages (after extraction)
2017-01-15 04:03:15 +01:00
l10n daemon script
371ffefd20
GIT_SILENT made messages (after extraction)
2017-01-07 07:20:26 +01:00