- Aug 01, 2016
-
-
Torsten Grote authored
This also adds a setting allowing people to turn blog post notifications off. Closes #488
-
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
- Jul 30, 2016
-
-
akwizgran authored
Remove PersistentData classes as they aren't thread-safe This MR depends on !244 and does not claim to resolve *all* issues with the ForumActivity. Closes #544 See merge request !253
-
akwizgran authored
-
akwizgran authored
Introduce client layer events for forums 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 See merge request !244
-
- Jul 29, 2016
-
-
Torsten Grote authored
-
Torsten Grote authored
-
Torsten Grote authored
Database queries for metadata only returned it for messages that were delivered already. However, there are cases (e.g. a pending message needs to be delivered) where the validator needs to retrieve the metadata from the database. For these cases, a special database query has been introduced.
-
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
Explain why forum can't be shared with contact Closes #533 See merge request !252
-
akwizgran authored
-
- Jul 28, 2016
-
-
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
-
-
Ernir Erlingsson authored
Merge branch '515-starting-intent-from-preferences-does-not-work-with-different-app-id' into 'master' Allow different package IDs (for preference intents) Closes #515 See merge request !248
-
Torsten Grote authored
-
- Jul 25, 2016
-
-
Torsten Grote authored
Closes #515
-
- Jul 17, 2016
-
-
str4d authored
Micro Blogs UI **Attention:** This MR includes several other commits which are supposed to end up in separate MRs. I suggest that you review **per commit**. Once the first two commits have green light, I can split out the other commits into other MRs. This way I don't have to work myself through a long rebase chain every time I make a change to the bottom MR. This MR is full of commits that introduce features that we will not be using initially. The last commit implements the Micro Blogs UI on top of the framework the first commits establish and hides/disables all future features for now. I suggest we merge this as is and clean things up later when we have a clearer idea what features we will be doing eventually.      Closes #436 See merge request !214
-
str4d authored
-
- Jul 13, 2016
-
-
Ernir Erlingsson authored
Make it clearer who will be introduced Show contact names under avatars before sending introduction to make it clearer who will be introduced.  Closes #356 See merge request !242
-
str4d authored
-
str4d authored
-
- Jul 12, 2016
-
-
str4d authored
-
str4d authored
Show all Forum Invitations, not only the first one to prevent cut-offs and forks This MR solves the problems outlined in #461 by always showing forum invitations, even if the user already subscribed to the forum. Available Forums have been renamed to Forum Invitations in the UI:   Closes #461 See merge request !241
-
str4d authored
-
str4d authored
Improved the contact addition header Closes #459 See merge request !245
-
Ernir Erlingsson authored
-
Ernir Erlingsson authored
Set focus mode properly when scanning QR codes This simple fix contributed by @m8r-v9bo74 fixed the issue on my Xperia Pro that could never focus on the QR code before. Focusing and scanning still works on my other test devices. Closes #346 See merge request !243
-
str4d authored
Show Snackbar after introduction request has been sent Closes #360 See merge request !239
-
- Jul 11, 2016
-
-
Ernir Erlingsson authored
Improve Account Setup Screen * Explain what "account creation" means on first run (#151) * Use hints instead of dedicated text views * Move password strength meter up into the user's view * Always move user's view to current input field * Improve "Forgot Password" dialog       Please note that the dialog button colors will be changed in !214 to the official design. Here they have the old colors. Closes #151, #207 See merge request !229
-
- Jul 08, 2016
-
-
Torsten Grote authored
This simple fix contributed by @m8r-v9bo74 fixed the issue on my Xperia Pro that could never focus on the QR code before. Focusing and scanning still works on my other test devices. Closes #346
-
Torsten Grote authored
* Explain what "account creation" means on first run * Use hints instead of dedicated text views * Move password strength meter up into the user's view * Always move user's view to current input field * Improve "Forgot Password" dialog Closes #151
-
Torsten Grote authored
to make it clearer who will be introduced.
-
Ernir Erlingsson authored
Simple Empty State Messages This MR implements very basic and simple empty state messages for the current features. This is how it looks (note that the contact add FAB will be removed soon):     Closes #327 See merge request !236
-
- Jul 07, 2016
-
-
Torsten Grote authored
-