Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-01-05 | Updated languages for higher auto accept file sizes and changed labeling to ↵ | Christian Schneppe | 14 | -416/+437 | |
MiB and KiB | |||||
2015-01-04 | made checks for valid image extensions case insensitive | Daniel Gultsch | 3 | -3/+3 | |
2015-01-04 | do not run mam queries in findOrCreateConversation() when isn't available | Daniel Gultsch | 1 | -5/+7 | |
2015-01-04 | added higher auto accept file sizes | Daniel Gultsch | 2 | -35/+39 | |
also changed labeling to MiB and KiB | |||||
2015-01-04 | code cleanup + logging of spoofed iq packets | Daniel Gultsch | 1 | -35/+33 | |
2015-01-04 | Verify IQ responses | Sam Whited | 4 | -18/+39 | |
Fixes #20 Move fromServer/toServer to AbstractStanza | |||||
2015-01-04 | Make IqPacket type an enum | Sam Whited | 9 | -99/+85 | |
2015-01-04 | Czech translation update | Jaroslav Lichtblau | 1 | -1/+39 | |
2015-01-04 | deal with prosodys muc namespace tagging of messages | Daniel Gultsch | 1 | -4/+5 | |
2015-01-04 | Use packet callbacks only for IqPackets. Removed unnecessary code | Daniel Gultsch | 2 | -71/+37 | |
2015-01-04 | Update spanish translations | sergio | 1 | -1/+15 | |
2015-01-04 | corrected German 'private_message_to' | kriztan | 1 | -1/+1 | |
2015-01-04 | no longer use ConcurrentHashMap in favor of synchronize on a final HashMap | Daniel Gultsch | 1 | -19/+27 | |
2015-01-03 | Added and modified German translations | kriztan | 1 | -5/+11 | |
2015-01-03 | version bump to 0.10 | Daniel Gultsch | 1 | -1/+1 | |
2015-01-03 | void messages getting reloaded through mam after clear history | Daniel Gultsch | 1 | -0/+1 | |
2015-01-03 | record voice and attachment refactor | Daniel Gultsch | 5 | -74/+73 | |
2015-01-03 | disable / enable all accounts | Daniel Gultsch | 3 | -27/+103 | |
2015-01-03 | update last presence only for messages | Daniel Gultsch | 2 | -6/+2 | |
2015-01-03 | added missing layout file | Daniel Gultsch | 1 | -0/+105 | |
2015-01-03 | code cleanup | Daniel Gultsch | 3 | -11/+22 | |
2015-01-03 | migrated change password into separate activity | Daniel Gultsch | 6 | -88/+138 | |
2015-01-02 | some further otr improvements | Daniel Gultsch | 6 | -9/+31 | |
2015-01-02 | click on dynamic tag to filter for that tag | Daniel Gultsch | 2 | -0/+34 | |
2015-01-02 | allow cancellation of waiting files | Daniel Gultsch | 2 | -19/+23 | |
2015-01-02 | put Conversations into background mode earlier | Daniel Gultsch | 5 | -19/+44 | |
2015-01-02 | Added German translations | kriztan | 1 | -0/+7 | |
2015-01-02 | prefer PLAIN over DIGEST-MD5 | Daniel Gultsch | 2 | -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-02 | fixed layout file | Daniel Gultsch | 1 | -1/+1 | |
2015-01-02 | improved OTR verification part one | Daniel Gultsch | 12 | -352/+403 | |
2014-12-30 | improved fromServer filter | Daniel Gultsch | 1 | -1/+4 | |
2014-12-29 | Make `app_name' string untranslatable | Sam Whited | 15 | -22/+8 | |
Remove untranslatable about message Escape single quote in NL translation | |||||
2014-12-30 | refactor swithOverToTls stuff | Daniel Gultsch | 1 | -56/+45 | |
2014-12-30 | fixed npe in block menu item | Daniel Gultsch | 1 | -1/+1 | |
2014-12-30 | fixed nl strings | Daniel Gultsch | 1 | -25/+1 | |
2014-12-30 | fixed #818 | Daniel Gultsch | 1 | -1/+1 | |
2014-12-29 | Update Dutch translations | Nathan Follens | 2 | -10/+10 | |
2014-12-29 | Fix typo in method name | Sam Whited | 5 | -9/+9 | |
2014-12-27 | Update spanish translations | sergio | 1 | -3/+27 | |
2014-12-27 | Update Dutch translations | Nathan Follens | 2 | -113/+291 | |
2014-12-27 | Update german translations | kriztan | 1 | -0/+4 | |
2014-12-25 | code cleanup for change password stuff | Daniel Gultsch | 3 | -15/+22 | |
2014-12-25 | added callback to change account password to notify UI on success / failure | Daniel Gultsch | 4 | -27/+66 | |
2014-12-25 | Add ability to change password on server | Sam Whited | 9 | -88/+139 | |
Fixes #260 | |||||
2014-12-25 | proper call to invalidateViews() | Daniel Gultsch | 1 | -1/+1 | |
2014-12-25 | catch another exception in fingerprint generation | Daniel Gultsch | 1 | -1/+1 | |
2014-12-25 | Update german translations | kriztan | 1 | -0/+20 | |
2014-12-24 | Show server info option when blocking is unavailable | pulser | 1 | -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. | |||||
2014-12-23 | Don't allow user to register domain only jids | Sam Whited | 1 | -0/+5 | |
2014-12-23 | Don't show menu on create account screen | Sam Whited | 1 | -0/+3 | |