- Aug 11, 2016
-
-
Torsten Grote authored
-
Torsten Grote authored
Group strings and remove unused resources Before I grouped the strings, I removed unused resources as well to not group things that are not being used anymore. The grouping tries to follow a normal usage lifecycle of the app where the user works their way down the navigation drawer and explores all features in one area. Closes #342 See merge request !277
-
- Aug 10, 2016
- Aug 09, 2016
-
-
Torsten Grote authored
Closes #342
-
- Aug 08, 2016
-
-
Torsten Grote authored
-
Torsten Grote authored
Closes #587
-
Torsten Grote authored
Update Tor assets if they're older than the APK Extract the Tor binary, GeoIP database and config file from the APK if they haven't been extracted since the APK was last updated. On the Galaxy Nexus, skipping extraction of the binary if it's already up to date shaves about 1.5 seconds off the Tor plugin's startup time. Closes #582. Depends on !272. See merge request !273
-
Ernir Erlingsson authored
Care for lint errors No more general disabling of abortOnError Resolved all *errors* beside language ones MissingTranslation & ImpliedQuantity Issue context: #567 See merge request !274
-
Torsten Grote authored
Don't connect to Tor if it's already running For some time now we've had a reliable way of shutting down the Tor process (the __OwningControllerProcess command line argument combined with the TAKEOWNERSHIP command), but TorPlugin#start() still assumes that Tor may already be running. This allows another app to bind the Tor control and SOCKS ports and collect confidential data from Briar (#578). It also allows two Briar instances running on the same device to try to communicate with the same Tor process, which prevents proper shutdown (#572). This patch prevents the Tor plugin from starting unless it's able to start its own Tor process with the expected control and SOCKS ports. If two Briar instances are running on the same device, only one of them will be able to use Tor. The other should fail to start its Tor plugin and then function normally without Tor access, including normal shutdown. Fixes #572, #578. Open another ticket if you want two Briar instances on the same device to have their own Tor processes. :-) See merge request !272
-
- Aug 07, 2016
-
-
ligi authored
No more general disabling of abortOnError Resolved all *errors* beside language ones MissingTranslation & ImpliedQuantity Issue context: #567
-
- Aug 05, 2016
-
-
akwizgran authored
Allow unsubscribing from shared blogs Only personal blogs from non-contacts can be removed. This also adds integration tests that check the conditions under which blogs can actually be removed. Closes #579 See merge request !268
-
Torsten Grote authored
Only personal blogs from non-contacts can be removed. This also adds integration tests that check if blogs can actually be removed. Closes #579
-
akwizgran authored
Return proper Invitation objects in SharingManager Fixes #470 See merge request !265
-
Torsten Grote authored
Fixes #470
-
akwizgran authored
Show Explanatory Graphic Before Scanning QR Codes   Closes #429 See merge request !270
-
akwizgran authored
Fix crashes when no Bluetooth or no Camera is available Briar crashed when run in a device without bluetooth or without camera such as an emulator. Closes #514 See merge request !269
-
Torsten Grote authored
Briar crashed when run in a device without bluetooth or without camera such as an emulator. Closes #514
-
akwizgran authored
Prevent empty state messages from showing briefly When we clear a list in `onPause()`, the proper behavior is that the empty state message is shown, because the list is indeed empty. However, we will reload the list content again in `onResume()`, so the fix chosen in this MR is to force showing the progress bar right after clearing the list. Closes #576 See merge request !267
-
akwizgran authored
Fix SharerLeavesBeforeResponse Integration Test Closes #575 See merge request !266
-
akwizgran authored
-
akwizgran authored
Fixes #572, #578.
-
akwizgran authored
Fix regression where forum entries were not shown Closes #565 See merge request !271
-
- Aug 04, 2016
-
-
Torsten Grote authored
Closes #565
-
Torsten Grote authored
Closes #429
-
- Aug 03, 2016
-
-
Torsten Grote authored
When we clear a list in onPause(), the proper behavior is that the empty state message is shown, because the list is indeed empty. However, we will reload the list content again in onResume(), so the fix chosen in this commit is to force showing the progress bar right after clearing the list. Closes #576
-
Torsten Grote authored
UI for sharing blogs Not posting any screenshots, because the UI is the same as for forums. This does not yet offer the possibility to unsubscribe from blogs again. Should be done in a different MR as this one is big enough already. Closes #498, #497 See merge request !263
-
Torsten Grote authored
-
Torsten Grote authored
Closes #575
-
Torsten Grote authored
This refactors the current SharingStatusActivity so it can be used for forums and blogs.
-
Torsten Grote authored
This refactors the forum invitation code, so it can be used by both: forums and blogs.
-
Torsten Grote authored
-
Torsten Grote authored
-
Torsten Grote authored
This commit refactors the code for sharing forums, so it can be used for sharing blogs as well. It does not yet include code for responding to blog invitations.
-
akwizgran authored
-
Torsten Grote authored
Closes #571
-
akwizgran authored
Simple UI for Managing and Importing RSS Feeds Please note that this does not yet include the reblogging style for displaying imported RSS entries.    Closes #517 See merge request !251
-