- May 26, 2016
-
-
Ernir Erlingsson authored
Sort threaded messages generic Constructed a generic that we can use to sort threaded messages. Closes #393 See merge request !203
-
- May 25, 2016
-
-
Ernir Erlingsson authored
-
- May 24, 2016
-
-
Torsten Grote authored
added parent id to metadata and a unit test The parent id, a necessary attribute for nested forums, was not being added to the metadata in the forum manager. Additionally, a simple forum manager unit was created. See merge request !202
-
-
- May 20, 2016
-
-
Torsten Grote authored
android.support.v7.widget.AppCompatButton -> Button to use AppCompat inflater Fixes the following crash that occurs after upgrading to support 23.3.0: https://code.google.com/p/android/issues/detail?id=174871 Closes #334. See merge request !200
-
str4d authored
Fixes the following crash that occurs after upgrading to support 23.3.0: https://code.google.com/p/android/issues/detail?id=174871
-
str4d authored
Introduce a MessageContext class to be used by all validators This change will allow to pass message dependencies from the client validators to the `ValidationManager`. Please see my thoughts in #382 for more details. See merge request !197
-
Torsten Grote authored
This change will allow to pass message dependencies from the client validators to the ValidationManager.
-
Torsten Grote authored
-
- May 19, 2016
-
-
Torsten Grote authored
Forum Sharing Status The new activity shows who you are sharing a forum with and who shares a forum with you. It is accessible from the overflow menu when in a forum.  Closes #398 See merge request !191
-
Torsten Grote authored
The new activity shows who you are sharing a forum with and who shares a forum with you. It is accessible from the overflow menu when in a forum. Closes #398
-
Torsten Grote authored
Handle invitations to the same forum by multiple contacts This also uses the new metadata queries in the forum sharing client. Please note that this is based on !184. See merge request !188
-
Torsten Grote authored
Closes #391
-
Torsten Grote authored
Closes #392
-
Torsten Grote authored
Replace BDF data structures with classes in forum sharing client This introduces two new classes for protocol session states: One for the sharer and one for the invitee. The respective classes for protocol state machines and actions have been moved into these classes as inner classes. The two new classes replace the `BdfDictionary` that was used before to represent the local state information of a forum sharing session. A similar technique is used for local actions and protocol messages. Local actions are just represented by one Enum and protocol messages have their own classes now that also handle serialization into BdfDictionaries and BdfLists. Closes #378 See merge request !184
-
Torsten Grote authored
-
Torsten Grote authored
-
Torsten Grote authored
-
Torsten Grote authored
Turn the UI of `CreateIdentityActivity` into XML Closes #395 See merge request !194
-
str4d authored
Contact List Unread Messages Adds unread count as bubble to avatar image in contact list. Please note that this is based on !190.  Closes #399 See merge request !192
-
str4d authored
Increase Avatar border and change shadow color   See merge request !190
-
str4d authored
Convert ExpiredActivity to XML Closes #396 See merge request !196
-
- May 18, 2016
-
-
Torsten Grote authored
Closes #399
-
Torsten Grote authored
Extract ForumFactory from ForumManager The code for creating forums in ForumManager was used by ForumSharingManager and also needed by InviteeEngine. This extracts it into its own class. Closes #375 See merge request !195
-
- May 16, 2016
-
-
Torsten Grote authored
Closes #396
-
Torsten Grote authored
The code for creating forums in ForumManager was used by ForumSharingManager and also needed by InviteeEngine. This extracts it into its own class. Closes #375
-
Torsten Grote authored
-
Torsten Grote authored
Closes #395
-
Torsten Grote authored
Disable Conversation Exit Transition and Animate Bulb Works-around #318 See merge request !193
-
Torsten Grote authored
Clean up Introduction Session States ...for introducer when both introducees have been deleted. It can't be deleted when only one introducee is removed, because then all messages in the private conversation with the other introducee will disappear, because their corresponding session state can't be found anymore. Closes #372 See merge request !189
-
- May 14, 2016
-
-
Ernir Erlingsson authored
Upgrade Gradle to 2.13, add local Maven repo See merge request !186
-
- May 13, 2016
-
-
Torsten Grote authored
-
-
akwizgran authored
-
akwizgran authored
-
- May 12, 2016
-
-
Torsten Grote authored
for introducer when both introducees have been deleted. Closes #372
-
akwizgran authored
Simple metadata queries Adds support for retrieving metadata that matches all key/value pairs in a query object. This is a minimal version of #222 that can be extended if we need other query capabilities. See merge request !187
-
akwizgran authored
Rotate crash fix The problem was that two controllers were trying to unbind the Briar service where of course only one was needed. I did the following * Restructured the relevant Controllers * Made a more permanent solution so that the last fragment will always be reloaded on config changes and Activity restarts. Closes #386 See merge request !183
-
akwizgran authored
-
akwizgran authored
Added support for retrieving metadata that matches all key/value pairs in a query.
-