aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/services (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-02-23reset incoming chat state when going into backgroundiNPUTmice1-0/+3
2015-02-23get rid of some useless debuggingiNPUTmice1-3/+0
2015-02-21added typing notifications through XEP-0085. fixed #210iNPUTmice1-0/+22
2015-02-18always go through reconnect method instead of just starting XmppConnection ↵iNPUTmice1-4/+1
threads
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
Fixes #896
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
Also use forward-compatible screen-on detection
2015-01-12reworked message preview / message meta information (ie file offered, ↵Daniel Gultsch1-34/+7
received * file) fixed #837
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
* show invite button only with admin privileges or on public conferences * Offer to ban user in public conferences. Thanks to @betheg for the awesome ground work for this
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
This implements basic notifications to the Pebble through the app (using an intent). This simply hooks into NotificationService.notify(). This is pretty basic, but it works (I haven't tested to see how the intent is received when the Pebble app is not around, though). More fancy stuff could probably be added to avoid getting flooded, but the Pebble app already does a good job a filtering notification (e.g., screen on or quiet times). Signed-off-by: Olivier Mehani <shtrom@ssji.net>
2015-01-04do not run mam queries in findOrCreateConversation() when isn't availableDaniel Gultsch1-5/+7
2015-01-04Verify IQ responsesSam Whited1-2/+1
Fixes #20 Move fromServer/toServer to AbstractStanza
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
Fixes #260
2014-12-22Simplify roster handling codeSam Whited1-37/+27
Merge result handling code into IqParser Fixes #20
2014-12-22Add support for XEP-0191 (Blocking command)Sam Whited2-64/+133
Fixes #791 Squash of commits: 534f25d7dae3ce6852243e28fdd0a69ac01e9463 808fdf5147f27a912a60bee39aa4bf1ddd4f43b4 1eaf8a8330710ad35ba7c368e04f909af623ae4c 31585242c2359efdcd0eeddb9745077f54dbc9eb 2e69bd0bd0286ed1e98a42f4c3421ba4d8cf524b e904fb5015bf3a1904ab941a1957edf3b1e7abd2 eebbadf3b3816bbf8fcccb763e419fed252d266f 7c5b87724ce494e5a6e8026557ed50a8fd9f23e8 b0eaaf446937794fe19cbdb4f8309c3ff83d4e42 8c652f9e8bb3512958d9ad8c6f1326505f2d98c8 ad0ea1ad948ff6f8fde7b0b10f5163dc8852032f f5d49897e0dba691ef53a0eddb9ed34d129ad442 a08fa64c505bd895b7c626cfad182380373be20b de67079113e08394a276048c31f6b21baa300829 9069f342173ba30c2b20c67529c7ff497a6a257d 0169fa79d161ee898c4b6762e207087682a952d8 8585a5bd75a5d56927fed8317729bd15fffe4dcc 0053528a078369e0b65dcf71bda251072a1299c7 e901a9c3554bd7cca193e92919b463991eadfea7 c5c78257434813c69ab9b7558bcc8f7cbe858433 e905af348d46d77bc46b5f7211527684acc02fab 13a0f9a10c7892b0f90f5fabd2f2615701b0fd66 2cfba1e24b0139839e4453b92be7e20634d150cf 58e074fb5bb44b05a8104250fccd7c024c808c1a 0d6cf98fc8eab212d798ac79b336f9b70a14f06d e23620f56b85bcab9f3b5d9ce1c01524cd9674dc d72cd2fcc8d54176c3ff53411a69b9bb4642eff3 195143dff8836623a37094a6b8fa6aa01ef31580 5f5f3caf3a1e480a99d27ee5c34ba516419c52e4 1dee3d5861c9f9c710da4cbda3688d94c622ca93 23949b8aa32c78b27bab49bb3c4f3ff588925ce1 9bf97f8ae522796e0dacb7f6fe7a7f90f86a93a1
2014-12-20get rid of special self presence object and incorporate that into rosteriNPUTmice1-1/+0