- 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
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
-
akwizgran authored
Fix two Blog NPEs Closes #571 See merge request !264
-
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
-
akwizgran authored
Post new RSS entries into the user's personal blog Closes #486 See merge request !250
-
akwizgran authored
Keep track of which RSS entries have been seen This is done by remembering the time of the latest entry. All entries newer than that are considered new and will be posted. Closes #485 See merge request !249
-
akwizgran authored
Implement background task for fetching RSS feeds * Implemented in briar-core as a `ScheduledExecutorService` that gets started when the app starts * The briar-api has a `FeedManager` interface that the UI can use to register and unregister feeds * In this first iteration, feeds are fetched via HTTP(S), not Tor Closes #484 See merge request !247
-
- Aug 02, 2016
-
-
Torsten Grote authored
Closes #517
-
Torsten Grote authored
Closes #486
-
Torsten Grote authored
This is done by remembering the time of the latest entry. All entries newer than that are considered new and will be posted. Closes #485
-
Torsten Grote authored
* Implemented in briar-core as a `ScheduledExecutorService` that gets started when the app starts * The briar-api has a `FeedManager` interface that the UI can use to register and unregister feeds * In this first iteration, feeds are fetched via HTTP(S), not Tor Closes #484
-
akwizgran authored
Fix NPE in ContactListFragment Closes #562 See merge request !261
-
akwizgran authored
UX improvements for crash reports and feedback (The background color of the first screenshot is white, but I now changed it to use the same background color like everywhere)  Closes #335 See merge request !246
-
- Aug 01, 2016
-
-
Torsten Grote authored
-
-
-
This enables the toolbar to be used as an action bar, and tinting of UI elements like checkboxes.
-
-
Torsten Grote authored
Closes #562
-