Torsten Grote
79015bc5ae
Merge branch '1042-catch-npe-when-getting-socket-streams' into 'master'
...
Catch NPE when getting socket input/output streams
Closes #1042
See merge request !589
2017-09-18 14:55:08 +00:00
akwizgran
27422ab9f9
Catch NPE when getting socket input/output streams.
...
Works around a bug in Android 7, fixed in 7.1.
2017-09-18 15:47:12 +01:00
Torsten Grote
abcb682498
Merge branch '1040-rss-feed-illegal-argument-exception' into 'master'
...
Catch IllegalArgumentException when parsing RSS feed
Closes #1040
See merge request !588
2017-09-18 14:38:22 +00:00
akwizgran
5044127c46
Catch IllegalArgumentException when parsing RSS feed.
2017-09-18 15:26:12 +01:00
akwizgran
eb6561b93d
Updated translations for German, French and Russian.
2017-09-15 10:40:05 +01:00
Michael Rogers
078534889e
Bumped version number for beta release.
beta-0.16.9
2017-08-04 15:16:51 +01:00
Torsten Grote
e92713006a
Fix string in Spanish translation
2017-08-04 10:57:43 -03:00
akwizgran
18f43f3bc1
Merge branch '871-rss-feeds-lost' into 'master'
...
Fix bug where RSS feeds got lost when a fetching error occured
Closes #871
See merge request !583
2017-08-04 13:52:26 +00:00
akwizgran
a4118b40e1
Merge branch 'debug-build-alongside-beta' into 'master'
...
Make debug builds installable alongside official beta build
See merge request !582
2017-08-02 16:54:25 +00:00
Torsten Grote
de29fbc324
Fix bug where RSS feeds got lost when a fetching error occured
2017-08-01 15:32:51 -03:00
Torsten Grote
3197dcf9b5
Merge branch 'checked-camera-exceptions' into 'master'
...
Throw checked exceptions for camera errors
See merge request !580
2017-08-01 16:54:45 +00:00
akwizgran
35aad409fd
Merge branch '994-notification-sound-delay' into 'master'
...
Always play a notification sound, if at least 2sec after last one
Closes #994
See merge request !581
2017-08-01 16:20:35 +00:00
Torsten Grote
08ce6a7331
Change app name for debug builds
2017-08-01 13:08:12 -03:00
Torsten Grote
33a0099065
Make debug builds installable alongside official beta build
2017-08-01 12:57:11 -03:00
Torsten Grote
34d20fafda
Always play a notification sound, if at least 2sec after last one
...
This is the same behavior as Signal.
We might want to adjust the delay later on.
This is also introduces a new BriarNotificationBuilder as a first step
to clean up the Notification Manager code.
2017-08-01 12:47:11 -03:00
Michael Rogers
aafddcd0f0
Bumped version number for beta release (for real this time).
beta-0.16.8
2017-08-01 16:43:47 +01:00
akwizgran
0d6983b4ef
Throw checked exceptions for camera errors.
2017-08-01 15:56:20 +01:00
akwizgran
69bfb72171
Merge branch '1002-cam-get-params-npe' into 'master'
...
Catch RuntimeException when getting camera parameters
See merge request !579
2017-08-01 13:56:45 +00:00
Torsten Grote
1aa33ec9b2
Catch RuntimeException when getting camera parameters
2017-08-01 10:49:04 -03:00
akwizgran
6702df1e22
Merge branch '1008-qr-decoding-crash' into 'master'
...
Catch IllegalArgumentException when decoding QrCode
Closes #1008
See merge request !578
2017-08-01 13:36:09 +00:00
akwizgran
c1748c9a86
Bumped version number for beta release.
beta-0.16.7
2017-08-01 14:32:05 +01:00
akwizgran
9df624c62a
Merge branch '1009-camera-npe' into 'master'
...
Prevent NPE in CameraView
Closes #1009 and #997
See merge request !577
2017-08-01 13:29:33 +00:00
Torsten Grote
0ee6197d7f
Catch IllegalArgumentException when decoding QrCode
2017-08-01 10:21:02 -03:00
Torsten Grote
b03a7dce3e
Catch runtime exception when setting best camera parameters
...
Closes #997
2017-08-01 10:09:21 -03:00
Torsten Grote
6c59d7dd5f
Prevent NPE in CameraView
...
This prevents crashes, but still might cause the camera to not show up
thus preventing the user from adding contacts.
2017-08-01 09:41:42 -03:00
Michael Rogers
050191f0ef
Bumped version number for beta release.
beta-0.16.6
2017-08-01 12:31:47 +01:00
akwizgran
4b5a19ce5d
Merge branch 'update-translations' into 'master'
...
Update translations, add Turkish and Russian
See merge request !575
2017-08-01 09:28:17 +00:00
akwizgran
7c4dd991b9
Merge branch '1016-reblog-runtime-error' into 'master'
...
Runtime error fix due to window requests
Closes #1016 and #1007
See merge request !576
2017-08-01 09:25:39 +00:00
Ernir Erlingsson
8455569e88
moved window requests above onCreate
2017-07-30 22:42:03 +02:00
Torsten Grote
d25676559c
Update translations, add Turkish and Russian
2017-07-29 11:03:51 -03:00
Michael Rogers
a9437f7985
Bumped version number for beta release.
beta-0.16.5
2017-07-28 18:01:19 +01:00
akwizgran
8141a97fc9
Merge branch '1015-recent-emoji-crash' into 'master'
...
Prevent a crash caused by empty emoji
Closes #1015
See merge request !571
2017-07-28 16:59:02 +00:00
Torsten Grote
db842bd7e4
Prevent a crash caused by empty emoji
...
The crash happens because the serialization of recently used emoji uses
';' to separate the emojis.
One of the ASCII emojis however has a ';' in the beginning.
When this one is used by the user,
it causes an empty string to be returned when deserializing.
This commit prevents the crash by changing the separator to a tab.
It uses a different settings string to store the emoji,
so users will lose the list of recently used emoji when they update to
this version.
PS. That wasn't my idea ;)
2017-07-28 13:49:51 -03:00
Torsten Grote
6dbec3a864
Merge branch 'enable-logging-for-beta-builds' into 'master'
...
Enable logging for beta builds
See merge request !573
2017-07-28 15:58:01 +00:00
akwizgran
29f658cf4d
Merge branch '1006-blog-crash' into 'master'
...
Prevent crash in blog by ensuring a listener always exists
Closes #1006
See merge request !574
2017-07-28 15:53:43 +00:00
akwizgran
ca83744a84
Merge branch 'close-feed-stream' into 'master'
...
Close InputStream from RSS feed and prevent NPE
See merge request !572
2017-07-28 15:48:01 +00:00
Torsten Grote
d91a9e2be4
Prevent crash in blog by ensuring a listener always exists
2017-07-28 12:42:56 -03:00
akwizgran
8408c3f467
Enable logging for beta builds.
...
Some devices were logging and others not, due to the log level being set in the SplashScreenActivity constructor.
2017-07-28 16:41:24 +01:00
Torsten Grote
544c83a64c
Close InputStream from RSS feed and prevent NPE
2017-07-28 10:38:01 -03:00
Michael Rogers
3800cd5e4f
Bumped version number for beta release.
beta-0.16.4
2017-07-28 11:17:09 +01:00
akwizgran
259f2cd419
Merge branch '993-fix-full-text-blog-posts' into 'master'
...
Show blog posts with full text when clicked
Closes #993
See merge request !570
2017-07-26 11:01:38 +00:00
Torsten Grote
20eb022c36
Show blog posts with full text when clicked
...
This fixes a regression that was introduced in !551 .
2017-07-25 15:50:04 -03:00
akwizgran
531e555b52
Bumped version number for beta release.
beta-0.16.3
2017-07-25 18:43:19 +01:00
akwizgran
a9024aa34b
Merge branch '955-shared-with-update' into 'master'
...
Fix "shared with" counter not being updated
Closes #955
See merge request !569
2017-07-25 17:40:40 +00:00
akwizgran
d4e3b7842c
Merge branch 'blog-sharing-tests' into 'master'
...
Add unit tests for BlogSharingManager
See merge request !567
2017-07-25 17:40:29 +00:00
Torsten Grote
167fddfbcc
Add unit tests for BlogSharingManager
2017-07-25 12:45:36 -03:00
Torsten Grote
a48d642648
Fix UI bug in CreateForumActivity and adapt group creation
2017-07-25 12:32:53 -03:00
Torsten Grote
9a70f054c7
Use proper GroupId when reacting to accepted invitations
...
Fixes #955
2017-07-25 10:03:13 -03:00
Torsten Grote
ca43d13bd6
Merge branch 'inject-properties-module-eager-singletons' into 'master'
...
Inject properties module's eager singletons
See merge request !568
2017-07-25 12:55:59 +00:00
akwizgran
5b71004179
Inject properties module's eager singletons.
2017-07-25 13:49:15 +01:00