aboutsummaryrefslogtreecommitdiffstats
path: root/src/eu/siacs/conversations/ui/ContactsActivity.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-07-03fixed array out of bounds in isMuciNPUTmice1-2/+5
2014-06-30added error message for #240iNPUTmice1-3/+19
2014-06-20not working version of otr file transferiNPUTmice1-1/+1
2014-06-16cleanup; removed unnecessary imports and log outputsiNPUTmice1-1/+0
2014-06-12made muc join easier if muc server is known. added room to key wordsiNPUTmice1-1/+15
2014-05-23Title activities translations + contacts translations + update Spanish ↵kruks231-9/+9
Translations
2014-05-22offline crud of contactsDaniel Gultsch1-1/+1
2014-05-21cleaned up shared textDaniel Gultsch1-4/+4
2014-05-19reworked roster/contact handling. might break some stuff. not sycing to disk yetDaniel Gultsch1-50/+8
2014-05-17fixed #108Daniel Gultsch1-3/+4
2014-04-13Major Contact Picture code cleanupAndreas Straub1-1/+1
Notifications now have pseudotransparent icons, icons are generated in the correct size.
2014-04-12fixed minor typosDaniel Gultsch1-2/+1
2014-03-27dont add new muc to rosterDaniel Gultsch1-1/+1
2014-03-15better muc invitations. clearified the creation of ad hoc mucs with an alert ↵Daniel Gultsch1-29/+105
dialog
2014-03-15muc invites in conference detailsDaniel Gultsch1-80/+135
2014-03-15muc creationDaniel Gultsch1-26/+171
2014-03-13sharing textDaniel Gultsch1-35/+8
2014-03-13start converstaion from address book (sendto)Daniel Gultsch1-18/+58
2014-03-13removed unnecessary uihelper methodDaniel Gultsch1-1/+1
2014-03-13contact picture generation centralized + basic registry stuffDaniel Gultsch1-7/+1
2014-03-05reworked contact detailsDaniel Gultsch1-11/+4
2014-02-28rebrandingDaniel Gultsch1-13/+7
2014-02-23add contact to roster if a new conversation is createdDaniel Gultsch1-1/+4
2014-02-11offline messagesDaniel Gultsch1-2/+0
2014-02-10fixed a bug where account options where toggled instead of set off. fixed ↵Daniel Gultsch1-1/+1
null pointer for missing selfi. made sefli optional
2014-02-09carbonsDaniel Gultsch1-1/+4
2014-02-09presences are now somewhat stored and displayed to the user via the contact ↵Daniel Gultsch1-0/+13
details action.
2014-02-07reworked new conversation activity again. less asking more knowing. mucs are ↵Daniel Gultsch1-58/+84
now connected on creation of the conversation. no reconnect required
2014-02-07refresh contact listDaniel Gultsch1-12/+55
2014-02-05basic muc support. reworked contact list stuffDaniel Gultsch1-89/+41
2014-02-04allow to temporarily disable accountsDaniel Gultsch1-1/+1
2014-02-03basic notificationsDaniel Gultsch1-2/+2
2014-02-03fixed a bug in xml parsingDaniel Gultsch1-1/+3
2014-02-02fetching roster. fixed sending messages as type chatDaniel Gultsch1-2/+23
2014-02-01more code cleanup for xmpp parser. more eventy. nice unknown contact picturesDaniel Gultsch1-8/+12
2014-01-28ui flow for first startup with no existing accountDaniel Gultsch1-19/+45
2014-01-28refactored newconversationactivty to use array adapterDaniel Gultsch1-143/+147
2014-01-28account managementDaniel Gultsch1-10/+6
2014-01-27conversation archiveable. new conversation will find or restart old ↵Daniel Gultsch1-5/+4
conversations
2014-01-25all access to the persistance layer is now done via the new xmppserviceDaniel Gultsch1-8/+48
2014-01-24basic persistance layer. refactor some parts of the conversation activityDaniel Gultsch1-6/+16
2014-01-24some history fixesDaniel Gultsch1-0/+1