aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-01-05Show affiliation instead of role in MucDetails and offer 'advanced mode' to ↵Daniel Gultsch4-78/+130
display role
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-05Updated languages for higher auto accept file sizes and changed labeling to ↵Christian Schneppe14-416/+437
MiB and KiB
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 Gultsch2-35/+39
also changed labeling to MiB and KiB
2015-01-04code cleanup + logging of spoofed iq packetsDaniel Gultsch1-35/+33
2015-01-04Verify IQ responsesSam Whited4-18/+39
Fixes #20 Move fromServer/toServer to AbstractStanza
2015-01-04Make IqPacket type an enumSam Whited9-99/+85
2015-01-04Czech translation updateJaroslav Lichtblau1-1/+39
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-04Update spanish translationssergio1-1/+15
2015-01-04corrected German 'private_message_to'kriztan1-1/+1
2015-01-04no longer use ConcurrentHashMap in favor of synchronize on a final HashMapDaniel Gultsch1-19/+27
2015-01-03Added and modified German translationskriztan1-5/+11
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 Gultsch5-74/+73
2015-01-03disable / enable all accountsDaniel Gultsch3-27/+103
2015-01-03update last presence only for messagesDaniel Gultsch2-6/+2
2015-01-03added missing layout fileDaniel Gultsch1-0/+105
2015-01-03code cleanupDaniel Gultsch3-11/+22
2015-01-03migrated change password into separate activityDaniel Gultsch6-88/+138
2015-01-02some further otr improvementsDaniel Gultsch6-9/+31
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-02Added German translationskriztan1-0/+7
2015-01-02prefer PLAIN over DIGEST-MD5Daniel Gultsch2-3/+3
DIGEST-MD5 seems to be broken for a lot of cases (OpenFire) switched priority of PLAIN to not cause any security errors
2015-01-02fixed layout fileDaniel Gultsch1-1/+1
2015-01-02improved OTR verification part oneDaniel Gultsch12-352/+403
2014-12-30improved fromServer filterDaniel Gultsch1-1/+4
2014-12-29Make `app_name' string untranslatableSam Whited15-22/+8
Remove untranslatable about message Escape single quote in NL translation
2014-12-30refactor swithOverToTls stuffDaniel Gultsch1-56/+45
2014-12-30fixed npe in block menu itemDaniel Gultsch1-1/+1
2014-12-30fixed nl stringsDaniel Gultsch1-25/+1
2014-12-30fixed #818Daniel Gultsch1-1/+1
2014-12-29Update Dutch translationsNathan Follens2-10/+10
2014-12-29Fix typo in method nameSam Whited5-9/+9
2014-12-27Update spanish translationssergio1-3/+27
2014-12-27Update Dutch translationsNathan Follens2-113/+291
2014-12-27Update german translationskriztan1-0/+4
2014-12-25code cleanup for change password stuffDaniel Gultsch3-15/+22
2014-12-25added callback to change account password to notify UI on success / failureDaniel Gultsch4-27/+66
2014-12-25Add ability to change password on serverSam Whited9-88/+139
Fixes #260
2014-12-25proper call to invalidateViews()Daniel Gultsch1-1/+1
2014-12-25catch another exception in fingerprint generationDaniel Gultsch1-1/+1
2014-12-25Update german translationskriztan1-0/+20
2014-12-24Show server info option when blocking is unavailablepulser1-2/+4
Current head of development branch doesn't show server information if blocking is disabled. This is due to slightly wrong logic on an if statement. This patch ensures only the blocking option is disabled when blocking is not supported by the server, and that the feature remains available.