Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | more muc options | Daniel Gultsch | 2015-01-07 | 5 | -25/+96 |
| | | | | | | * 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 | ||||
* | fixed invites | Daniel Gultsch | 2015-01-07 | 1 | -37/+24 |
| | |||||
* | basic affiliation changes in muc | Daniel Gultsch | 2015-01-07 | 4 | -25/+132 |
| | |||||
* | reset next encryption when archiving conversations | Daniel Gultsch | 2015-01-07 | 2 | -1/+3 |
| | |||||
* | use copyonwritearraylist in for phone helper | Daniel Gultsch | 2015-01-07 | 1 | -2/+2 |
| | |||||
* | refactored UiHelper | Daniel Gultsch | 2015-01-07 | 1 | -2/+10 |
| | |||||
* | fixed bug in new ping strategy | Daniel Gultsch | 2015-01-06 | 1 | -3/+3 |
| | |||||
* | mark sent images as sent_received instead of sent | Daniel Gultsch | 2015-01-06 | 1 | -2/+1 |
| | | | | fixed #842 | ||||
* | run invalidateOptionsMenu on uiThread | Daniel Gultsch | 2015-01-06 | 1 | -1/+1 |
| | |||||
* | fixed potential NPEs in ShareWithActivity | Daniel Gultsch | 2015-01-06 | 1 | -4/+5 |
| | |||||
* | added debug info + possible platform bug work arounds to message adapter | Daniel Gultsch | 2015-01-05 | 1 | -0/+10 |
| | |||||
* | reworked ping scheduling strategy. very experimental | Daniel Gultsch | 2015-01-05 | 1 | -61/+32 |
| | |||||
* | avoid requesting blocklist after stream resumption | Daniel Gultsch | 2015-01-05 | 2 | -27/+24 |
| | |||||
* | prevent QR code parser from crashing fixed #839 | Daniel Gultsch | 2015-01-05 | 1 | -6/+13 |
| | |||||
* | Show affiliation instead of role in MucDetails and offer 'advanced mode' to ↵ | Daniel Gultsch | 2015-01-05 | 2 | -78/+118 |
| | | | | display role | ||||
* | Send notification to Pebble on new message | Olivier Mehani | 2015-01-05 | 1 | -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> | ||||
* | made checks for valid image extensions case insensitive | Daniel Gultsch | 2015-01-04 | 3 | -3/+3 |
| | |||||
* | do not run mam queries in findOrCreateConversation() when isn't available | Daniel Gultsch | 2015-01-04 | 1 | -5/+7 |
| | |||||
* | added higher auto accept file sizes | Daniel Gultsch | 2015-01-04 | 1 | -2/+2 |
| | | | | also changed labeling to MiB and KiB | ||||
* | code cleanup + logging of spoofed iq packets | Daniel Gultsch | 2015-01-04 | 1 | -35/+33 |
| | |||||
* | Verify IQ responses | Sam Whited | 2015-01-04 | 4 | -18/+39 |
| | | | | | | Fixes #20 Move fromServer/toServer to AbstractStanza | ||||
* | Make IqPacket type an enum | Sam Whited | 2015-01-04 | 9 | -99/+85 |
| | |||||
* | deal with prosodys muc namespace tagging of messages | Daniel Gultsch | 2015-01-04 | 1 | -4/+5 |
| | |||||
* | Use packet callbacks only for IqPackets. Removed unnecessary code | Daniel Gultsch | 2015-01-04 | 2 | -71/+37 |
| | |||||
* | no longer use ConcurrentHashMap in favor of synchronize on a final HashMap | Daniel Gultsch | 2015-01-04 | 1 | -19/+27 |
| | |||||
* | version bump to 0.10 | Daniel Gultsch | 2015-01-03 | 1 | -1/+1 |
| | |||||
* | void messages getting reloaded through mam after clear history | Daniel Gultsch | 2015-01-03 | 1 | -0/+1 |
| | |||||
* | record voice and attachment refactor | Daniel Gultsch | 2015-01-03 | 3 | -73/+68 |
| | |||||
* | disable / enable all accounts | Daniel Gultsch | 2015-01-03 | 1 | -16/+84 |
| | |||||
* | update last presence only for messages | Daniel Gultsch | 2015-01-03 | 2 | -6/+2 |
| | |||||
* | code cleanup | Daniel Gultsch | 2015-01-03 | 3 | -11/+22 |
| | |||||
* | migrated change password into separate activity | Daniel Gultsch | 2015-01-03 | 2 | -79/+127 |
| | |||||
* | some further otr improvements | Daniel Gultsch | 2015-01-02 | 3 | -3/+11 |
| | |||||
* | click on dynamic tag to filter for that tag | Daniel Gultsch | 2015-01-02 | 2 | -0/+34 |
| | |||||
* | allow cancellation of waiting files | Daniel Gultsch | 2015-01-02 | 2 | -19/+23 |
| | |||||
* | put Conversations into background mode earlier | Daniel Gultsch | 2015-01-02 | 5 | -19/+44 |
| | |||||
* | prefer PLAIN over DIGEST-MD5 | Daniel Gultsch | 2015-01-02 | 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 | ||||
* | improved OTR verification part one | Daniel Gultsch | 2015-01-02 | 10 | -164/+250 |
| | |||||
* | improved fromServer filter | Daniel Gultsch | 2014-12-30 | 1 | -1/+4 |
| | |||||
* | refactor swithOverToTls stuff | Daniel Gultsch | 2014-12-30 | 1 | -56/+45 |
| | |||||
* | fixed npe in block menu item | Daniel Gultsch | 2014-12-30 | 1 | -1/+1 |
| | |||||
* | fixed #818 | Daniel Gultsch | 2014-12-30 | 1 | -1/+1 |
| | |||||
* | Fix typo in method name | Sam Whited | 2014-12-29 | 5 | -9/+9 |
| | |||||
* | code cleanup for change password stuff | Daniel Gultsch | 2014-12-25 | 1 | -13/+20 |
| | |||||
* | added callback to change account password to notify UI on success / failure | Daniel Gultsch | 2014-12-25 | 3 | -27/+63 |
| | |||||
* | Add ability to change password on server | Sam Whited | 2014-12-25 | 7 | -85/+128 |
| | | | | Fixes #260 | ||||
* | proper call to invalidateViews() | Daniel Gultsch | 2014-12-25 | 1 | -1/+1 |
| | |||||
* | catch another exception in fingerprint generation | Daniel Gultsch | 2014-12-25 | 1 | -1/+1 |
| | |||||
* | Show server info option when blocking is unavailable | pulser | 2014-12-24 | 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. | ||||
* | Don't allow user to register domain only jids | Sam Whited | 2014-12-23 | 1 | -0/+5 |
| |