aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-07basic affiliation changes in mucDaniel Gultsch4-25/+132
2015-01-07reset next encryption when archiving conversationsDaniel Gultsch2-1/+3
2015-01-07use copyonwritearraylist in for phone helperDaniel Gultsch1-2/+2
2015-01-07refactored UiHelperDaniel Gultsch1-2/+10
2015-01-06fixed bug in new ping strategyDaniel Gultsch1-3/+3
2015-01-06mark sent images as sent_received instead of sentDaniel Gultsch1-2/+1
2015-01-06run invalidateOptionsMenu on uiThreadDaniel Gultsch1-1/+1
2015-01-06fixed potential NPEs in ShareWithActivityDaniel Gultsch1-4/+5
2015-01-05added debug info + possible platform bug work arounds to message adapterDaniel Gultsch1-0/+10
2015-01-05reworked ping scheduling strategy. very experimentalDaniel Gultsch1-61/+32
2015-01-05avoid requesting blocklist after stream resumptionDaniel Gultsch2-27/+24
2015-01-05prevent QR code parser from crashing fixed #839Daniel Gultsch1-6/+13
2015-01-05Show affiliation instead of role in MucDetails and offer 'advanced mode' to d...Daniel Gultsch2-78/+118
2015-01-05Send notification to Pebble on new messageOlivier Mehani1-2/+28
2015-01-04made checks for valid image extensions case insensitiveDaniel Gultsch3-3/+3
2015-01-04do not run mam queries in findOrCreateConversation() when isn't availableDaniel Gultsch1-5/+7
2015-01-04added higher auto accept file sizesDaniel Gultsch1-2/+2
2015-01-04code cleanup + logging of spoofed iq packetsDaniel Gultsch1-35/+33
2015-01-04Verify IQ responsesSam Whited4-18/+39
2015-01-04Make IqPacket type an enumSam Whited9-99/+85
2015-01-04deal with prosodys muc namespace tagging of messagesDaniel Gultsch1-4/+5
2015-01-04Use packet callbacks only for IqPackets. Removed unnecessary codeDaniel Gultsch2-71/+37
2015-01-04no longer use ConcurrentHashMap in favor of synchronize on a final HashMapDaniel Gultsch1-19/+27
2015-01-03version bump to 0.10Daniel Gultsch1-1/+1
2015-01-03void messages getting reloaded through mam after clear historyDaniel Gultsch1-0/+1
2015-01-03record voice and attachment refactorDaniel Gultsch3-73/+68
2015-01-03disable / enable all accountsDaniel Gultsch1-16/+84
2015-01-03update last presence only for messagesDaniel Gultsch2-6/+2
2015-01-03code cleanupDaniel Gultsch3-11/+22
2015-01-03migrated change password into separate activityDaniel Gultsch2-79/+127
2015-01-02some further otr improvementsDaniel Gultsch3-3/+11
2015-01-02click on dynamic tag to filter for that tagDaniel Gultsch2-0/+34
2015-01-02allow cancellation of waiting filesDaniel Gultsch2-19/+23
2015-01-02put Conversations into background mode earlierDaniel Gultsch5-19/+44
2015-01-02prefer PLAIN over DIGEST-MD5Daniel Gultsch2-3/+3
2015-01-02improved OTR verification part oneDaniel Gultsch10-164/+250
2014-12-30improved fromServer filterDaniel Gultsch1-1/+4
2014-12-30refactor swithOverToTls stuffDaniel Gultsch1-56/+45
2014-12-30fixed npe in block menu itemDaniel Gultsch1-1/+1
2014-12-30fixed #818Daniel Gultsch1-1/+1
2014-12-29Fix typo in method nameSam Whited5-9/+9
2014-12-25code cleanup for change password stuffDaniel Gultsch1-13/+20
2014-12-25added callback to change account password to notify UI on success / failureDaniel Gultsch3-27/+63
2014-12-25Add ability to change password on serverSam Whited7-85/+128
2014-12-25proper call to invalidateViews()Daniel Gultsch1-1/+1
2014-12-25catch another exception in fingerprint generationDaniel Gultsch1-1/+1
2014-12-24Show server info option when blocking is unavailablepulser1-2/+4
2014-12-23Don't allow user to register domain only jidsSam Whited1-0/+5
2014-12-23Don't show menu on create account screenSam Whited1-0/+3
2014-12-23Remove old JID validatorSam Whited3-105/+77