- Aug 03, 2016
-
-
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
-
akwizgran authored
The old behaviour was a leftover from the days of limited retention periods. The new behaviour will interact better with dependencies and message queues.
-
akwizgran authored
Remove forum invitations from list instead of reloading Closes #543 See merge request !255
-
Torsten Grote authored
-
akwizgran authored
Show Blog Post times with new timestamp and update it periodically Closes #559 See merge request !260
-
Torsten Grote authored
Closes #559
-
akwizgran authored
Show Responses to Forum Invitations in Private Conversation Closes #472 See merge request !257
-
akwizgran authored
Pause Periodic List Refresh when View is not Visible This MR also sneaks in a second commit which stops the cevron in the forum list to sometimes lose its blue color. I noticed this when testing this MR with short refresh intervals. This is not as nice of specifying the color as a tint, but unfortunately tints are not yet ready for primetime on Android. Closes #553 See merge request !259
-
akwizgran authored
-
akwizgran authored
-
Torsten Grote authored
-
Torsten Grote authored
Closes #553
-
akwizgran authored
Show notifications for new blog posts This also adds a setting allowing people to turn blog post notifications off. As instructed, this does not yet improve upon the current notification mechanism, but rather follows it, leaving the improvements for #289. Closes #488 See merge request !258
-
Torsten Grote authored
This also adds a setting allowing people to turn blog post notifications off. Closes #488
-
Torsten Grote authored
Closes #472
-
akwizgran authored
Show Personal Blog When Clicking On Post in Combined Blog Feed This is your own personal blog when clicking on your own posts. Note how you can also write posts from that screen and no trust indicator is shown for the posts:  This is somebody else's blog on a dedicated screen after clicking on a blog post:  Closes #415 See merge request !256
-
Torsten Grote authored
Closes #415
-
akwizgran authored
Merge branch '535-formatexception-when-loading-contact-list-after-receiving-invitation' into 'master' Use Client Layer Events in ContactListFragment 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 See merge request !254
-
akwizgran authored
-
- Jul 31, 2016