Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update Dutch translations | Nathan Follens | 2015-01-07 | 1 | -0/+25 |
| | |||||
* | Merge pull request #845 from SamWhited/material | Daniel Gultsch | 2015-01-07 | 2 | -0/+15 |
|\ | | | | | Add materials theme for v21 devices | ||||
| * | Add materials theme | Sam Whited | 2015-01-06 | 2 | -0/+15 |
| | | |||||
* | | basic affiliation changes in muc | Daniel Gultsch | 2015-01-07 | 6 | -26/+160 |
| | | |||||
* | | reset next encryption when archiving conversations | Daniel Gultsch | 2015-01-07 | 2 | -1/+3 |
| | | |||||
* | | Merge branch 'development' of https://github.com/siacs/Conversations into ↵ | Daniel Gultsch | 2015-01-07 | 2 | -0/+10 |
|\ \ | | | | | | | | | | development | ||||
| * \ | Merge pull request #846 from kruks23/translation4 | Daniel Gultsch | 2015-01-07 | 1 | -0/+5 |
| |\ \ | | |/ | |/| | Update spanish translation | ||||
| | * | Update affiliation in MUC details and advance mode | kruks23 | 2015-01-07 | 1 | -0/+5 |
| | | | |||||
| * | | Czech translation for - show affiliation instead of role in MucDetails | Jaroslav Lichtblau | 2015-01-06 | 1 | -0/+5 |
| | | | |||||
* | | | 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 | ||||
* | | Merge pull request #841 from BenoitBouvarel/patch-2 | Daniel Gultsch | 2015-01-06 | 1 | -1/+86 |
|\ \ | | | | | | | Update strings.xml | ||||
| * | | 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 | ||||
* | | | 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 |
|/ / | |||||
* | | Merge branch 'development' of https://github.com/siacs/Conversations into ↵ | Daniel Gultsch | 2015-01-05 | 1 | -16/+16 |
|\ \ | | | | | | | | | | development | ||||
| * | | 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> | ||||
* | | | 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 | ||||
* | | 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 |
| | | |||||
* | | 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 |
| | | |||||
* | | 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 |
|\ | |||||
| * | Added and modified German translations | kriztan | 2015-01-03 | 1 | -5/+11 |
| | | |||||
* | | 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 | 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 |
| |