Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update strings.xml | Benoit Bouvarel | 2015-01-06 | 1 | -1/+1 |
| | | | char ">" was missing at line 285 | ||||
* | Update strings.xml | Benoit Bouvarel | 2015-01-05 | 1 | -1/+86 |
| | | | French translation updated | ||||
* | Merge branch 'development' of https://github.com/siacs/Conversations into ↵ | Daniel Gultsch | 2015-01-05 | 1 | -16/+16 |
|\ | | | | | | | development | ||||
| * | Merge pull request #840 from kriztan/patch-1 | Daniel Gultsch | 2015-01-05 | 1 | -16/+16 |
| |\ | | | | | | | corrected German spellings | ||||
| | * | corrected German spellings | Christian Schneppe | 2015-01-05 | 1 | -16/+16 |
| |/ | | | | | and shorten some strings | ||||
* | | 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 | 4 | -78/+130 |
| | | | | display role | ||||
* | Merge pull request #838 from shtrom/pebble-notifications-squash | Daniel Gultsch | 2015-01-05 | 1 | -2/+28 |
|\ | | | | | Send notification to Pebble on new message | ||||
| * | 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> | ||||
* | | Merge pull request #836 from kriztan/development | Daniel Gultsch | 2015-01-05 | 14 | -416/+437 |
|\ \ | |/ |/| | Updated languages ... | ||||
| * | Updated languages for higher auto accept file sizes and changed labeling to ↵ | Christian Schneppe | 2015-01-05 | 14 | -416/+437 |
|/ | | | | MiB and KiB | ||||
* | 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 | 2 | -35/+39 |
| | | | | also changed labeling to MiB and KiB | ||||
* | Merge branch 'development' of https://github.com/siacs/Conversations into ↵ | Daniel Gultsch | 2015-01-04 | 1 | -0/+7 |
|\ | | | | | | | development | ||||
| * | Merge pull request #833 from SamWhited/travis | Daniel Gultsch | 2015-01-04 | 1 | -0/+7 |
| |\ | | | | | | | Add travis config | ||||
| | * | Add travis config | Sam Whited | 2015-01-04 | 1 | -0/+7 |
| |/ | |||||
* / | added travis build icon to README | Daniel Gultsch | 2015-01-04 | 1 | -0/+3 |
|/ | |||||
* | code cleanup + logging of spoofed iq packets | Daniel Gultsch | 2015-01-04 | 1 | -35/+33 |
| | |||||
* | Merge pull request #823 from SamWhited/issue20 | Daniel Gultsch | 2015-01-04 | 10 | -116/+123 |
|\ | | | | | Verify IQ responses | ||||
| * | 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 |
|/ | |||||
* | Merge pull request #832 from svetlemodry/development | Daniel Gultsch | 2015-01-04 | 1 | -1/+39 |
|\ | | | | | Czech translation update | ||||
| * | Czech translation update | Jaroslav Lichtblau | 2015-01-04 | 1 | -1/+39 |
| | | |||||
* | | 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 |
|/ | |||||
* | Merge pull request #829 from kriztan/patch-1 | Daniel Gultsch | 2015-01-04 | 1 | -1/+1 |
|\ | | | | | corrected German 'private_message_to' | ||||
| * | corrected German 'private_message_to' | kriztan | 2015-01-04 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #830 from kruks23/translation4 | Daniel Gultsch | 2015-01-04 | 1 | -1/+15 |
|\ \ | |/ |/| | Update spanish translations | ||||
| * | Update spanish translations | sergio | 2015-01-04 | 1 | -1/+15 |
|/ | |||||
* | no longer use ConcurrentHashMap in favor of synchronize on a final HashMap | Daniel Gultsch | 2015-01-04 | 1 | -19/+27 |
| | |||||
* | Merge branch 'development'0.10 | Daniel Gultsch | 2015-01-03 | 1 | -5/+11 |
|\ | |||||
| * | Merge pull request #827 from kriztan/patch-2 | Daniel Gultsch | 2015-01-03 | 1 | -5/+11 |
| |\ | | | | | | | Added and modified German translations | ||||
| | * | Added and modified German translations | kriztan | 2015-01-03 | 1 | -5/+11 |
| |/ | |||||
* / | version bump to 0.10 | Daniel Gultsch | 2015-01-03 | 3 | -3/+13 |
|/ | |||||
* | 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 | 5 | -74/+73 |
| | |||||
* | disable / enable all accounts | Daniel Gultsch | 2015-01-03 | 3 | -27/+103 |
| | |||||
* | update last presence only for messages | Daniel Gultsch | 2015-01-03 | 2 | -6/+2 |
| | |||||
* | added missing layout file | Daniel Gultsch | 2015-01-03 | 1 | -0/+105 |
| | |||||
* | code cleanup | Daniel Gultsch | 2015-01-03 | 3 | -11/+22 |
| | |||||
* | migrated change password into separate activity | Daniel Gultsch | 2015-01-03 | 6 | -88/+138 |
| | |||||
* | some further otr improvements | Daniel Gultsch | 2015-01-02 | 6 | -9/+31 |
| | |||||
* | click on dynamic tag to filter for that tag | Daniel Gultsch | 2015-01-02 | 2 | -0/+34 |
| | |||||
* | Merge remote-tracking branch 'origin/development' into development | Daniel Gultsch | 2015-01-02 | 1 | -0/+7 |
|\ | |||||
| * | Merge pull request #826 from kriztan/patch-1 | Daniel Gultsch | 2015-01-02 | 1 | -0/+7 |
| |\ | | | | | | | Added German translations | ||||
| | * | Added German translations | kriztan | 2015-01-02 | 1 | -0/+7 |
| | | |