aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Added new file type names for file transfersChristian S2015-01-181-0/+4
| |/ | | | | | | | | - apk - vcard
* / Fix string substitutions with unknown filetypesSam Whited2015-01-171-2/+2
|/
* Correct the download file string on notificationsSam Whited2015-01-172-15/+14
| | | | Fixes #896
* Add download button on notification if applicableSam Whited2015-01-163-29/+70
|
* sending read marker when resuming activity and conversation is openiNPUTmice2015-01-151-1/+4
|
* show toast when avatar has been published - fixed #874iNPUTmice2015-01-151-13/+13
|
* added dedicated button to disable foreground service in perma notificationiNPUTmice2015-01-151-2/+9
|
* fixed #888iNPUTmice2015-01-151-1/+1
|
* Merge pull request #885 from SamWhited/display-enter-keyDaniel Gultsch2015-01-143-26/+45
|\ | | | | Add option to swap enter/emoticon key
| * Add option to swap enter/emoticon keySam Whited2015-01-143-26/+45
| |
* | handle muc nicks with white spaces. fixed #884iNPUTmice2015-01-142-3/+4
| |
* | Harden the TLS connection cipher suitesSam Whited2015-01-144-42/+93
|/
* Ensure type safety in Pebble notificationsSam Whited2015-01-131-15/+30
| | | | Also use forward-compatible screen-on detection
* catch bug in guessContentTypeDaniel Gultsch2015-01-121-1/+6
|
* context menu for files and offered files. fixed #848 fixed #849Daniel Gultsch2015-01-121-13/+21
|
* reworked message preview / message meta information (ie file offered, ↵Daniel Gultsch2015-01-124-163/+163
| | | | | | received * file) fixed #837
* Merge pull request #866 from SamWhited/xep0245Daniel Gultsch2015-01-124-159/+205
|\ | | | | Add XEP-0245 (/me command) support
| * Add XEP-0245 (/me command) supportSam Whited2015-01-114-159/+205
| |
* | do not check image file size over http if accepted file size is 0Daniel Gultsch2015-01-112-6/+11
| |
* | keep proper image file extensionDaniel Gultsch2015-01-114-26/+39
|/
* make room persistant when changing subject or other muc optionsDaniel Gultsch2015-01-103-16/+26
|
* don't crash when selecting a conversation by uuid did not workDaniel Gultsch2015-01-101-16/+20
|
* fixed regression in tablet uiDaniel Gultsch2015-01-091-0/+2
|
* Introduced expert options to control enter-is-sendDaniel Gultsch2015-01-093-5/+17
| | | | (default == off)
* code cleanup for jingle proxy discoveryDaniel Gultsch2015-01-094-99/+72
|
* ensure that everyone is member before making a room privateDaniel Gultsch2015-01-093-6/+32
|
* allow for very basic muc configurationDaniel Gultsch2015-01-083-10/+79
|
* code cleanupDaniel Gultsch2015-01-082-14/+15
|
* kick after banDaniel Gultsch2015-01-083-1/+45
|
* some clean ups for affiliation change context menuDaniel Gultsch2015-01-081-2/+8
|
* more muc optionsDaniel Gultsch2015-01-075-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 invitesDaniel Gultsch2015-01-071-37/+24
|
* basic affiliation changes in mucDaniel Gultsch2015-01-074-25/+132
|
* reset next encryption when archiving conversationsDaniel Gultsch2015-01-072-1/+3
|
* use copyonwritearraylist in for phone helperDaniel Gultsch2015-01-071-2/+2
|
* refactored UiHelperDaniel Gultsch2015-01-071-2/+10
|
* fixed bug in new ping strategyDaniel Gultsch2015-01-061-3/+3
|
* mark sent images as sent_received instead of sentDaniel Gultsch2015-01-061-2/+1
| | | | fixed #842
* run invalidateOptionsMenu on uiThreadDaniel Gultsch2015-01-061-1/+1
|
* fixed potential NPEs in ShareWithActivityDaniel Gultsch2015-01-061-4/+5
|
* added debug info + possible platform bug work arounds to message adapterDaniel Gultsch2015-01-051-0/+10
|
* reworked ping scheduling strategy. very experimentalDaniel Gultsch2015-01-051-61/+32
|
* avoid requesting blocklist after stream resumptionDaniel Gultsch2015-01-052-27/+24
|
* prevent QR code parser from crashing fixed #839Daniel Gultsch2015-01-051-6/+13
|
* Show affiliation instead of role in MucDetails and offer 'advanced mode' to ↵Daniel Gultsch2015-01-052-78/+118
| | | | display role
* Send notification to Pebble on new messageOlivier Mehani2015-01-051-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 insensitiveDaniel Gultsch2015-01-043-3/+3
|
* do not run mam queries in findOrCreateConversation() when isn't availableDaniel Gultsch2015-01-041-5/+7
|
* added higher auto accept file sizesDaniel Gultsch2015-01-041-2/+2
| | | | also changed labeling to MiB and KiB
* code cleanup + logging of spoofed iq packetsDaniel Gultsch2015-01-041-35/+33
|