fdcbdfd
added debug info + possible platform bug work arounds to message adapter
Daniel Gultsch created
fdcbdfd
added debug info + possible platform bug work arounds to message adapter
Daniel Gultsch created
0c51245
reworked ping scheduling strategy. very experimental
Daniel Gultsch created
85f24c9
avoid requesting blocklist after stream resumption
Daniel Gultsch created
f2cc70c
Merge pull request #840 from kriztan/patch-1
corrected German spellings
Daniel Gultsch created
47a8a39
corrected German spellings
and shorten some strings
Christian Schneppe created
2679824
prevent QR code parser from crashing fixed #839
Daniel Gultsch created
bdb335e
Show affiliation instead of role in MucDetails and offer 'advanced mode' to display role
Daniel Gultsch created
8264474
Merge pull request #838 from shtrom/pebble-notifications-squash
Send notification to Pebble on new message
Daniel Gultsch created
f1ebece
Send notification to Pebble on new message
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>
Olivier Mehani created
07dc162
Merge pull request #836 from kriztan/development
Updated languages ...
Daniel Gultsch created
ddee804
Updated languages for higher auto accept file sizes and changed labeling to MiB and KiB
Christian Schneppe created
2723c9c
made checks for valid image extensions case insensitive
Daniel Gultsch created
3522243
do not run mam queries in findOrCreateConversation() when isn't available
Daniel Gultsch created
e6cd92a
added higher auto accept file sizes
also changed labeling to MiB and KiB
Daniel Gultsch created
d7ac9b8
Merge branch 'development' of https://github.com/siacs/Conversations into development
Daniel Gultsch created
0c804af
added travis build icon to README
Daniel Gultsch created
4f34a8f
Merge pull request #833 from SamWhited/travis
Add travis config
Daniel Gultsch created
92f4b71
Add travis config
Sam Whited created
0d6d09b
code cleanup + logging of spoofed iq packets
Daniel Gultsch created
d64496e
Merge pull request #823 from SamWhited/issue20
Verify IQ responses
Daniel Gultsch created
88704ce
Verify IQ responses
Fixes #20 Move fromServer/toServer to AbstractStanza
Sam Whited created
eb7e683
Make IqPacket type an enum
Sam Whited created
00fdac4
Merge pull request #832 from svetlemodry/development
Czech translation update
Daniel Gultsch created
3a4fbcd
Czech translation update
Jaroslav Lichtblau created
5c19048
deal with prosodys muc namespace tagging of messages
Daniel Gultsch created
e32a927
Use packet callbacks only for IqPackets. Removed unnecessary code
Daniel Gultsch created
51f5b84
Merge pull request #829 from kriztan/patch-1
corrected German 'private_message_to'
Daniel Gultsch created
404b8e1
Merge pull request #830 from kruks23/translation4
Update spanish translations
Daniel Gultsch created
c674e9c
Update spanish translations
sergio created
b739a0d
corrected German 'private_message_to'
kriztan created
f338d89
no longer use ConcurrentHashMap in favor of synchronize on a final HashMap
Daniel Gultsch created
4f4eff2
Merge branch 'development'
Daniel Gultsch created
03508ea
Merge pull request #827 from kriztan/patch-2
Added and modified German translations
Daniel Gultsch created
58b7e71
Added and modified German translations
kriztan created
e89e54a
version bump to 0.10
Daniel Gultsch created
fc8bd64
void messages getting reloaded through mam after clear history
Daniel Gultsch created
be7de05
record voice and attachment refactor
Daniel Gultsch created
960b734
disable / enable all accounts
Daniel Gultsch created
521c289
update last presence only for messages
Daniel Gultsch created
715c854
added missing layout file
Daniel Gultsch created
8bda54d
code cleanup
Daniel Gultsch created
969044b
migrated change password into separate activity
Daniel Gultsch created
1988e24
some further otr improvements
Daniel Gultsch created
f58f27a
click on dynamic tag to filter for that tag
Daniel Gultsch created
093c527
Merge remote-tracking branch 'origin/development' into development
Daniel Gultsch created
3df23a4
allow cancellation of waiting files
Daniel Gultsch created
f178f23
Merge pull request #826 from kriztan/patch-1
Added German translations
Daniel Gultsch created
bcd3be5
put Conversations into background mode earlier
Daniel Gultsch created
eca826c
Added German translations
kriztan created
8d2f454
prefer PLAIN over DIGEST-MD5
DIGEST-MD5 seems to be broken for a lot of cases (OpenFire) switched priority of PLAIN to not cause any security errors
Daniel Gultsch created