- Aug 05, 2016
-
-
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
-
Torsten Grote authored
Briar crashed when run in a device without bluetooth or without camera such as an emulator. Closes #514
-
- 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
-
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
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
-
- Aug 02, 2016
-
-
Torsten Grote authored
Closes #517
-
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
-
- 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
-
Torsten Grote authored
-
Torsten Grote authored
Closes #559
-
akwizgran authored
-
akwizgran authored
-
Torsten Grote authored
-
Torsten Grote authored
Closes #553
-
Torsten Grote authored
This also adds a setting allowing people to turn blog post notifications off. Closes #488
-
Torsten Grote authored
Closes #472
-
Torsten Grote authored
Closes #415
-
- Jul 31, 2016
- Jul 30, 2016
-
-
akwizgran authored
-
- Jul 29, 2016
-
-
Torsten Grote authored
-
Torsten Grote authored
-
Torsten Grote authored
The forum UI depended on sync layer events such as MessageStateChangedEvent. Now, the forum client broadcasts its own high-level event (`ForumPostReceivedEvent`) with the information the UI needs (`ForumPostHeader`). Closes #310
-
akwizgran authored
-
- Jul 28, 2016
-
-
Torsten Grote authored
Closes #543
-
Torsten Grote authored
This prevents trying to access the same group metadata in different groups. Also, the conversation does not need to be reloaded once introduction messages arrive. Closes #535
-
Torsten Grote authored
Closes #533
-
- Jul 27, 2016
-
-
Torsten Grote authored
-