aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/services (unfollow)
Commit message (Expand)AuthorFilesLines
2015-02-17moved roster loading to async task as welliNPUTmice1-10/+22
2015-02-15loading avatars in seperate tasksiNPUTmice1-14/+26
2015-02-12load messages asynchronouslyiNPUTmice1-2/+18
2015-02-10added actions to error notificationiNPUTmice2-1/+47
2015-01-29Use Material Design Icons on API 21+Sam Whited1-6/+17
2015-01-26adapt caps on whether or not message confirmation is oniNPUTmice1-1/+5
2015-01-25made connect time out more failsaveiNPUTmice1-5/+8
2015-01-24fixed mam to work with muciNPUTmice2-9/+17
2015-01-21deal with user entering full jids in join conference dialogiNPUTmice1-1/+3
2015-01-20Add color / category to foreground notificationSam Whited1-7/+14
2015-01-20otr4j: update to 0.22Michael1-1/+1
2015-01-19fixed legacy translation of image receivediNPUTmice1-1/+3
2015-01-19check for deleted files when loading more messages from historyiNPUTmice1-1/+3
2015-01-19account for rounding errors when rescheduling wake upiNPUTmice1-150/+153
2015-01-17Add some Android 21 notification featuresSam Whited1-0/+4
2015-01-17Correct the download file string on notificationsSam Whited1-5/+2
2015-01-16Add download button on notification if applicableSam Whited1-17/+50
2015-01-15added dedicated button to disable foreground service in perma notificationiNPUTmice1-2/+9
2015-01-15fixed #888iNPUTmice1-1/+1
2015-01-14handle muc nicks with white spaces. fixed #884iNPUTmice1-1/+2
2015-01-13Ensure type safety in Pebble notificationsSam Whited1-15/+30
2015-01-12reworked message preview / message meta information (ie file offered, receive...Daniel Gultsch1-34/+7
2015-01-10make room persistant when changing subject or other muc optionsDaniel Gultsch1-0/+12
2015-01-09ensure that everyone is member before making a room privateDaniel Gultsch1-2/+11
2015-01-08allow for very basic muc configurationDaniel Gultsch1-1/+2
2015-01-08code cleanupDaniel Gultsch1-12/+15
2015-01-08kick after banDaniel Gultsch1-0/+21
2015-01-07more muc optionsDaniel Gultsch1-3/+27
2015-01-07basic affiliation changes in mucDaniel Gultsch1-0/+22
2015-01-07reset next encryption when archiving conversationsDaniel Gultsch1-0/+3
2015-01-07use copyonwritearraylist in for phone helperDaniel Gultsch1-2/+2
2015-01-06fixed bug in new ping strategyDaniel Gultsch1-3/+3
2015-01-05reworked ping scheduling strategy. very experimentalDaniel Gultsch1-61/+32
2015-01-05Send notification to Pebble on new messageOlivier Mehani1-2/+28
2015-01-04do not run mam queries in findOrCreateConversation() when isn't availableDaniel Gultsch1-5/+7
2015-01-04Verify IQ responsesSam Whited1-2/+1
2015-01-04Make IqPacket type an enumSam Whited2-17/+17
2015-01-04Use packet callbacks only for IqPackets. Removed unnecessary codeDaniel Gultsch1-2/+2
2015-01-03void messages getting reloaded through mam after clear historyDaniel Gultsch1-0/+1
2015-01-03code cleanupDaniel Gultsch2-3/+10
2015-01-02put Conversations into background mode earlierDaniel Gultsch2-7/+15
2014-12-25added callback to change account password to notify UI on success / failureDaniel Gultsch1-12/+18
2014-12-25Add ability to change password on serverSam Whited1-10/+27
2014-12-22Simplify roster handling codeSam Whited1-37/+27
2014-12-22Add support for XEP-0191 (Blocking command)Sam Whited2-64/+133
2014-12-20get rid of special self presence object and incorporate that into rosteriNPUTmice1-1/+0
2014-12-20fixed another break continue bugiNPUTmice1-3/+2
2014-12-20inject ui callback into running mam queryiNPUTmice2-2/+5
2014-12-17made scroling smoother + bug fixes for history loadingiNPUTmice2-6/+11
2014-12-17smoothed out scrolling a bitiNPUTmice1-18/+21