aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add materials themeSam Whited2015-01-062-0/+15
|
* Czech translation for - show affiliation instead of role in MucDetailsJaroslav Lichtblau2015-01-061-0/+5
|
* 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
* Merge pull request #841 from BenoitBouvarel/patch-2Daniel Gultsch2015-01-061-1/+86
|\ | | | | Update strings.xml
| * Update strings.xmlBenoit Bouvarel2015-01-061-1/+1
| | | | | | char ">" was missing at line 285
| * Update strings.xmlBenoit Bouvarel2015-01-051-1/+86
| | | | | | French translation updated
* | run invalidateOptionsMenu on uiThreadDaniel Gultsch2015-01-061-1/+1
| |
* | fixed potential NPEs in ShareWithActivityDaniel Gultsch2015-01-061-4/+5
|/
* Merge branch 'development' of https://github.com/siacs/Conversations into ↵Daniel Gultsch2015-01-051-16/+16
|\ | | | | | | development
| * corrected German spellingsChristian Schneppe2015-01-051-16/+16
| | | | | | and shorten some strings
* | 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-054-78/+130
| | | | display role
* Merge pull request #838 from shtrom/pebble-notifications-squashDaniel Gultsch2015-01-051-2/+28
|\ | | | | Send notification to Pebble on new message
| * 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>
* | Updated languages for higher auto accept file sizes and changed labeling to ↵Christian Schneppe2015-01-0514-416/+437
|/ | | | MiB and KiB
* 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-042-35/+39
| | | | also changed labeling to MiB and KiB
* code cleanup + logging of spoofed iq packetsDaniel Gultsch2015-01-041-35/+33
|
* Verify IQ responsesSam Whited2015-01-044-18/+39
| | | | | | Fixes #20 Move fromServer/toServer to AbstractStanza
* Make IqPacket type an enumSam Whited2015-01-049-99/+85
|
* Merge pull request #832 from svetlemodry/developmentDaniel Gultsch2015-01-041-1/+39
|\ | | | | Czech translation update
| * Czech translation updateJaroslav Lichtblau2015-01-041-1/+39
| |
* | deal with prosodys muc namespace tagging of messagesDaniel Gultsch2015-01-041-4/+5
| |
* | Use packet callbacks only for IqPackets. Removed unnecessary codeDaniel Gultsch2015-01-042-71/+37
|/
* Merge pull request #829 from kriztan/patch-1Daniel Gultsch2015-01-041-1/+1
|\ | | | | corrected German 'private_message_to'
| * corrected German 'private_message_to'kriztan2015-01-041-1/+1
| |
* | Update spanish translationssergio2015-01-041-1/+15
|/
* no longer use ConcurrentHashMap in favor of synchronize on a final HashMapDaniel Gultsch2015-01-041-19/+27
|
* Merge branch 'development'Daniel Gultsch2015-01-031-5/+11
|\
| * Added and modified German translationskriztan2015-01-031-5/+11
| |
* | version bump to 0.10Daniel Gultsch2015-01-031-1/+1
|/
* void messages getting reloaded through mam after clear historyDaniel Gultsch2015-01-031-0/+1
|
* record voice and attachment refactorDaniel Gultsch2015-01-035-74/+73
|
* disable / enable all accountsDaniel Gultsch2015-01-033-27/+103
|
* update last presence only for messagesDaniel Gultsch2015-01-032-6/+2
|
* added missing layout fileDaniel Gultsch2015-01-031-0/+105
|
* code cleanupDaniel Gultsch2015-01-033-11/+22
|
* migrated change password into separate activityDaniel Gultsch2015-01-036-88/+138
|
* some further otr improvementsDaniel Gultsch2015-01-026-9/+31
|
* click on dynamic tag to filter for that tagDaniel Gultsch2015-01-022-0/+34
|
* Merge remote-tracking branch 'origin/development' into developmentDaniel Gultsch2015-01-021-0/+7
|\
| * Merge pull request #826 from kriztan/patch-1Daniel Gultsch2015-01-021-0/+7
| |\ | | | | | | Added German translations
| | * Added German translationskriztan2015-01-021-0/+7
| | |
* | | allow cancellation of waiting filesDaniel Gultsch2015-01-022-19/+23
|/ /
* / put Conversations into background mode earlierDaniel Gultsch2015-01-025-19/+44
|/