1
0
Fork 1
Commit graph

1958 commits

Author SHA1 Message Date
Daniel Gultsch
8bfc70b1fe Merge pull request #851 from kriztan/patch-2
Updated German translations for more muc options
2015-01-07 23:53:36 +01:00
Daniel Gultsch
fd47c862b6 Merge pull request #852 from SamWhited/ellipsis
s/.../…/ in CS strings
2015-01-07 23:53:26 +01:00
Daniel Gultsch
03b50a76cd Merge pull request #850 from plsng/dutch
Update Dutch translations
2015-01-07 23:53:08 +01:00
Sam Whited
313d3bfa3d s/.../…/ in CS strings
[ci skip]
2015-01-07 13:42:49 -05:00
Christian S.
c78c3a05de Updated German translations for more muc options 2015-01-07 19:06:18 +01:00
Nathan Follens
40653922db Update Dutch translations 2015-01-07 18:49:13 +01:00
Daniel Gultsch
6c3e6d468d more muc options
* 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
2015-01-07 18:34:24 +01:00
Daniel Gultsch
701ce205fa Merge branch 'development' of https://github.com/siacs/Conversations into development 2015-01-07 18:32:51 +01:00
Daniel Gultsch
624721416b Merge pull request #847 from kriztan/patch-1
Updated German translations...
2015-01-07 18:30:16 +01:00
Christian S
f4fb40d4c1 Updated German translations...
...I'm not sure if "Weitere Einstellungen" is the right translation for "advanced mode". Has anybody a better translation?

I've changed the translations.

Updated German translations...

Updated German translations...
2015-01-07 18:08:18 +01:00
Daniel Gultsch
7f4fc3d149 fixed invites 2015-01-07 16:45:44 +01:00
Daniel Gultsch
92c19b211d Merge pull request #845 from SamWhited/material
Add materials theme for v21 devices
2015-01-07 15:57:27 +01:00
Daniel Gultsch
dc7c1af23d basic affiliation changes in muc 2015-01-07 15:03:29 +01:00
Daniel Gultsch
17a3c2ce18 reset next encryption when archiving conversations 2015-01-07 12:20:39 +01:00
Daniel Gultsch
e4a0e373fe Merge branch 'development' of https://github.com/siacs/Conversations into development 2015-01-07 10:49:40 +01:00
Daniel Gultsch
5e2e71b51a Merge pull request #846 from kruks23/translation4
Update spanish translation
2015-01-07 10:28:37 +01:00
kruks23
148ec5ab7d Update affiliation in MUC details and advance mode 2015-01-07 08:50:19 +01:00
Sam Whited
20c12bcf2e Update travis config to use current build tools 2015-01-06 21:57:28 -05:00
Sam Whited
ca0b5c65db Add materials theme 2015-01-06 21:37:49 -05:00
Daniel Gultsch
c666035ebf use copyonwritearraylist in for phone helper 2015-01-07 01:01:15 +01:00
Daniel Gultsch
32ad5b2c14 refactored UiHelper 2015-01-07 00:59:42 +01:00
Daniel Gultsch
499bb2afbe Merge pull request #843 from svetlemodry/development
Czech translation for - show affiliation instead of role in MucDetails
2015-01-06 21:34:48 +01:00
Jaroslav Lichtblau
eb6742a645 Czech translation for - show affiliation instead of role in MucDetails 2015-01-06 21:15:32 +01:00
Daniel Gultsch
64b77d16c9 fixed bug in new ping strategy 2015-01-06 19:46:52 +01:00
Daniel Gultsch
87a78c81a7 mark sent images as sent_received instead of sent
fixed #842
2015-01-06 18:44:34 +01:00
Daniel Gultsch
48dbc368f2 Merge pull request #841 from BenoitBouvarel/patch-2
Update strings.xml
2015-01-06 18:33:56 +01:00
Daniel Gultsch
37fc305f7a run invalidateOptionsMenu on uiThread 2015-01-06 18:26:14 +01:00
Daniel Gultsch
4db7257c07 fixed potential NPEs in ShareWithActivity 2015-01-06 18:25:31 +01:00
Benoit Bouvarel
70de2c3690 Update strings.xml
char ">" was missing at line 285
2015-01-06 01:23:51 +01:00
Benoit Bouvarel
95cbbc6155 Update strings.xml
French translation updated
2015-01-05 23:42:37 +01:00
Daniel Gultsch
51079ee079 Merge branch 'development' of https://github.com/siacs/Conversations into development 2015-01-05 18:47:04 +01:00
Daniel Gultsch
2e88e70394 added debug info + possible platform bug work arounds to message adapter 2015-01-05 18:46:42 +01:00
Daniel Gultsch
ef77f8e4d0 reworked ping scheduling strategy. very experimental 2015-01-05 18:45:39 +01:00
Daniel Gultsch
3b4e774c7f avoid requesting blocklist after stream resumption 2015-01-05 16:17:05 +01:00
Daniel Gultsch
fd7b46a45e Merge pull request #840 from kriztan/patch-1
corrected German spellings
2015-01-05 16:09:25 +01:00
Christian Schneppe
20bb7826e6 corrected German spellings
and shorten some strings
2015-01-05 15:59:21 +01:00
Daniel Gultsch
c6b722b4cc prevent QR code parser from crashing fixed #839 2015-01-05 15:08:13 +01:00
Daniel Gultsch
d46e0e7ee2 Show affiliation instead of role in MucDetails and offer 'advanced mode' to display role 2015-01-05 15:06:39 +01:00
Daniel Gultsch
204d36b154 Merge pull request #838 from shtrom/pebble-notifications-squash
Send notification to Pebble on new message
2015-01-05 13:14:48 +01:00
Olivier Mehani
97a0145149 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>
2015-01-05 23:06:46 +11:00
Daniel Gultsch
4feddd9cf2 Merge pull request #836 from kriztan/development
Updated languages ...
2015-01-05 13:05:25 +01:00
Christian Schneppe
30b30ff16f Updated languages for higher auto accept file sizes and changed labeling to MiB and KiB 2015-01-05 12:46:13 +01:00
Daniel Gultsch
a0e7f8742d made checks for valid image extensions case insensitive 2015-01-04 23:04:23 +01:00
Daniel Gultsch
5aa9c63611 do not run mam queries in findOrCreateConversation() when isn't available 2015-01-04 18:16:55 +01:00
Daniel Gultsch
29bdc4b108 added higher auto accept file sizes
also changed labeling to MiB and KiB
2015-01-04 17:53:06 +01:00
Daniel Gultsch
6257b8ca38 Merge branch 'development' of https://github.com/siacs/Conversations into development 2015-01-04 17:23:51 +01:00
Daniel Gultsch
a84939d744 added travis build icon to README 2015-01-04 17:23:34 +01:00
Daniel Gultsch
164e2098fe Merge pull request #833 from SamWhited/travis
Add travis config
2015-01-04 17:13:42 +01:00
Sam Whited
defad18065 Add travis config 2015-01-04 10:43:15 -05:00
Daniel Gultsch
b05d5f2af9 code cleanup + logging of spoofed iq packets 2015-01-04 15:40:09 +01:00