- Oct 11, 2017
-
-
akwizgran authored
-
- Oct 10, 2017
-
-
Torsten Grote authored
-
akwizgran authored
-
- Oct 04, 2017
-
-
goapunk authored
* Add request for the camera Signed-off-by:
goapunk <noobie@goapunks.net>
-
- Oct 03, 2017
-
-
akwizgran authored
-
- Sep 29, 2017
- Sep 27, 2017
-
-
Torsten Grote authored
-
Torsten Grote authored
-
Torsten Grote authored
-
Torsten Grote authored
This can help to prevent non-determinism introduced by the crunching process. More information: https://gitlab.com/fdroid/fdroid-website/commit/e48f9f0773568d92ff764ad3cc79eed0ae2c497e With enabled and disabled crunching, the size of the signed release APK was 17809681 bytes. Related to #164
-
- Sep 20, 2017
-
- Sep 19, 2017
-
-
Allan Nordhøy authored
-
Allan Nordhøy authored
by us → on your side
-
Torsten Grote authored
-
akwizgran authored
-
- Sep 18, 2017
- Sep 15, 2017
-
-
akwizgran authored
-
- Aug 16, 2017
-
-
akwizgran authored
-
- Aug 11, 2017
-
-
akwizgran authored
-
- Aug 04, 2017
-
-
Torsten Grote authored
- Aug 01, 2017
-
-
Torsten Grote authored
-
Torsten Grote authored
-
Torsten Grote authored
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.
-
akwizgran authored
-
Torsten Grote authored
-
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.
-
- Jul 30, 2017
-
-
Ernir Erlingsson authored
-
- Jul 29, 2017
-
-
Torsten Grote authored
-
- Jul 28, 2017
-
-
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
-
akwizgran authored
Some devices were logging and others not, due to the log level being set in the SplashScreenActivity constructor.