- Aug 01, 2017
-
-
akwizgran authored
-
akwizgran authored
Catch RuntimeException when getting camera parameters See merge request !579
-
Torsten Grote authored
-
akwizgran authored
Catch IllegalArgumentException when decoding QrCode Closes #1008 See merge request !578
-
akwizgran authored
-
akwizgran authored
Prevent NPE in CameraView Closes #1009 and #997 See merge request !577
-
Torsten Grote authored
-
Torsten Grote authored
Closes #997
-
Torsten Grote authored
This prevents crashes, but still might cause the camera to not show up thus preventing the user from adding contacts.
-
akwizgran authored
-
akwizgran authored
Update translations, add Turkish and Russian See merge request !575
-
akwizgran authored
Runtime error fix due to window requests Closes #1016 and #1007 See merge request !576
-
- Jul 30, 2017
-
-
Ernir Erlingsson authored
-
- Jul 29, 2017
-
-
Torsten Grote authored
-
- Jul 28, 2017
-
-
akwizgran authored
-
akwizgran authored
Prevent a crash caused by empty emoji Closes #1015 See merge request !571
-
Torsten Grote authored
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 ;)
-
Torsten Grote authored
Enable logging for beta builds See merge request !573
-
akwizgran authored
Prevent crash in blog by ensuring a listener always exists Closes #1006 See merge request !574
-
akwizgran authored
Close InputStream from RSS feed and prevent NPE See merge request !572
-
Torsten Grote authored
-
akwizgran authored
Some devices were logging and others not, due to the log level being set in the SplashScreenActivity constructor.
-
Torsten Grote authored
-
akwizgran authored
-
- Jul 26, 2017
-
-
akwizgran authored
Show blog posts with full text when clicked Closes #993 See merge request !570
-
- Jul 25, 2017
-
-
Torsten Grote authored
This fixes a regression that was introduced in !551.
-
akwizgran authored
-
akwizgran authored
Fix "shared with" counter not being updated Closes #955 See merge request !569
-
akwizgran authored
Add unit tests for BlogSharingManager See merge request !567
-
Torsten Grote authored
-
Torsten Grote authored
-
Torsten Grote authored
Fixes #955
-
Torsten Grote authored
Inject properties module's eager singletons See merge request !568
-
akwizgran authored
-
- Jul 21, 2017
- Jul 17, 2017
-
-
Torsten Grote authored
to have all the code related to that in one place, so it is easier to maintain and to spot bugs. This also checks that only blogs without an existing sharing session are shared and initialized again. It extends an existing test to catch the missing check. This removes some debugging information from the previous commit to not leak private information via the sharing sessions. Fixes #979
-
akwizgran authored
-
akwizgran authored
Protocol versioning for BTP See merge request !557
-
akwizgran authored
-