- Oct 10, 2016
-
-
Torsten Grote authored
-
- Aug 20, 2016
- Aug 03, 2016
-
-
Torsten Grote authored
-
- Aug 01, 2016
-
-
Torsten Grote authored
This also adds a setting allowing people to turn blog post notifications off. Closes #488
-
- Jul 29, 2016
-
-
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
-
- May 26, 2016
-
-
Torsten Grote authored
This adds a new table to the database to hold message dependencies. It introduces two more message states: pending and delivered The valid column in the database was renamed to state to better reflect its new extended meaning. The DatabaseComponent was extended with three methods for: * adding dependencies * getting dependencies of a message * getting messages that depend on a message (dependents) * getting messages to be delivered (by startup hook) * getting pending messages to be possibly delivered (by startup hook) In order to reflect the new states, things that were previously true for VALID messages have been changed to now be true for DELIVERED messages. Since pending messages should not be available to clients, many database queries have been modified to only return results for delivered messages. All added methods and changes should come with updated unit tests. Please note that the database version was bumped in this commit.
-
- May 11, 2016
-
-
Torsten Grote authored
This changes `ShareForumActivity` to use two fragments to facilitate forum sharing with the new Forum Sharing Client backend. The `ContactSelectorFragment` allows the user to select a number of contacts. If there is an ongoing sharing session or the forum is already shared with the contact, it is disabled in the list. If there is at least one contact selected, a button appears in the toolbar that brings the user to the `ShareForumMessageFragment` where the user can write an optional message to be send along with the invitation. After sending an invitation, the user is brought back to the forum that she shared and there is a snackbar showing up briefly to indicate the successful invitation. The invitation is shown along with the message within the private conversation of each contact. The person who shares the forum also sees the invitation and the message as outgoing messages that also display the current status of the messages. A notification is shown like for other private messages as well. Please note that this commit does not include a way for users to respond to invitations.
-
- May 06, 2016
- Apr 21, 2016
-
-
Torsten Grote authored
This also introduces constants for the GROUP_ID, FORUM_NAME and MIN_TIMESTAMP as they were used for the two buttons. Closes #313
-
- Apr 12, 2016
-
-
Torsten Grote authored
(except refactoring of conversation item classes)
-
Torsten Grote authored
Show system notification for successful introductions
-
- Apr 05, 2016
-
-
akwizgran authored
-
- Mar 14, 2016
-
-
Ernir Erlingsson authored
Modified the project structure, removed module extension and went instead for a non-complete core dependency graph
-
Ernir Erlingsson authored
Semi-encapsulated the core/api dependency graphs and created a proper structure to load eager singletons
-
- Feb 10, 2016
-
-
akwizgran authored
-
- Feb 05, 2016
- Jan 27, 2016
-
-
akwizgran authored
-
- Jan 21, 2016
-
-
Ernir Erlingsson authored
-
- Jan 20, 2016
-
-
akwizgran authored
-
akwizgran authored
Whether or not a class needs to run as a service is an implementation decision.
-
akwizgran authored
-
Santiago Torres-Arias authored
-
- Jan 15, 2016
-
-
Torsten Grote authored
-
- Dec 17, 2015
-
-
akwizgran authored
-
- Dec 15, 2015
- Dec 14, 2015
-
-
akwizgran authored
-
- Dec 03, 2015
-
-
akwizgran authored
"synchLock" will become confusing when we have lots of objects with "sync" in the name.
-
- Nov 30, 2015
-
-
akwizgran authored
-
- Apr 29, 2015
-
-
akwizgran authored
-
- Jan 29, 2015
-
-
akwizgran authored
-
- Jan 28, 2015
-
-
akwizgran authored
-
- Jan 07, 2015
-
-
Abraham Kiggundu authored
bug#49 Fixed by ensuring that intents for different contacts/groups can be distinguished from each other when resolving PendingIntent refs
-
- Dec 26, 2014
-
-
Abraham Kiggundu authored
-
Abraham Kiggundu authored
- replaced use of Object instance mutex with a private final Lock object - replaced Object signaling with specific condition signalling
-
- Oct 03, 2014
-
-
akwizgran authored
-
- Jul 04, 2014
-
-
akwizgran authored
-