aboutsummaryrefslogtreecommitdiffstats
path: root/src/main (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-01-08some clean ups for affiliation change context menuDaniel Gultsch3-6/+16
2015-01-07s/.../…/ in CS stringsSam Whited1-2/+2
[ci skip]
2015-01-07Updated German translations for more muc optionsChristian S.1-9/+12
2015-01-07Update Dutch translationsNathan Follens1-0/+25
2015-01-07more muc optionsDaniel Gultsch6-25/+99
* 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-07Updated German translations...Christian S1-4/+15
...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-07fixed invitesDaniel Gultsch1-37/+24
2015-01-07basic affiliation changes in mucDaniel Gultsch6-26/+160
2015-01-07reset next encryption when archiving conversationsDaniel Gultsch2-1/+3
2015-01-07Update affiliation in MUC details and advance modekruks231-0/+5
2015-01-06Add materials themeSam Whited2-0/+15
2015-01-07use copyonwritearraylist in for phone helperDaniel Gultsch1-2/+2
2015-01-07refactored UiHelperDaniel Gultsch1-2/+10
2015-01-06Czech translation for - show affiliation instead of role in MucDetailsJaroslav Lichtblau1-0/+5
2015-01-06fixed bug in new ping strategyDaniel Gultsch1-3/+3
2015-01-06mark sent images as sent_received instead of sentDaniel Gultsch1-2/+1
fixed #842
2015-01-06run invalidateOptionsMenu on uiThreadDaniel Gultsch1-1/+1
2015-01-06fixed potential NPEs in ShareWithActivityDaniel Gultsch1-4/+5
2015-01-06Update strings.xmlBenoit Bouvarel1-1/+1
char ">" was missing at line 285
2015-01-05Update strings.xmlBenoit Bouvarel1-1/+86
French translation updated
2015-01-05added debug info + possible platform bug work arounds to message adapterDaniel Gultsch1-0/+10
2015-01-05reworked ping scheduling strategy. very experimentalDaniel Gultsch1-61/+32
2015-01-05avoid requesting blocklist after stream resumptionDaniel Gultsch2-27/+24
2015-01-05corrected German spellingsChristian Schneppe1-16/+16
and shorten some strings
2015-01-05prevent QR code parser from crashing fixed #839Daniel Gultsch1-6/+13
2015-01-05Show affiliation instead of role in MucDetails and offer 'advanced mode' to ↵Daniel Gultsch4-78/+130
display role
2015-01-05Send notification to Pebble on new messageOlivier Mehani1-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>
2015-01-05Updated languages for higher auto accept file sizes and changed labeling to ↵Christian Schneppe14-416/+437
MiB and KiB
2015-01-04made checks for valid image extensions case insensitiveDaniel Gultsch3-3/+3
2015-01-04do not run mam queries in findOrCreateConversation() when isn't availableDaniel Gultsch1-5/+7
2015-01-04added higher auto accept file sizesDaniel Gultsch2-35/+39
also changed labeling to MiB and KiB
2015-01-04code cleanup + logging of spoofed iq packetsDaniel Gultsch1-35/+33
2015-01-04Verify IQ responsesSam Whited4-18/+39
Fixes #20 Move fromServer/toServer to AbstractStanza
2015-01-04Make IqPacket type an enumSam Whited9-99/+85
2015-01-04Czech translation updateJaroslav Lichtblau1-1/+39
2015-01-04deal with prosodys muc namespace tagging of messagesDaniel Gultsch1-4/+5
2015-01-04Use packet callbacks only for IqPackets. Removed unnecessary codeDaniel Gultsch2-71/+37
2015-01-04Update spanish translationssergio1-1/+15
2015-01-04corrected German 'private_message_to'kriztan1-1/+1
2015-01-04no longer use ConcurrentHashMap in favor of synchronize on a final HashMapDaniel Gultsch1-19/+27
2015-01-03Added and modified German translationskriztan1-5/+11
2015-01-03version bump to 0.10Daniel Gultsch1-1/+1
2015-01-03void messages getting reloaded through mam after clear historyDaniel Gultsch1-0/+1
2015-01-03record voice and attachment refactorDaniel Gultsch5-74/+73
2015-01-03disable / enable all accountsDaniel Gultsch3-27/+103
2015-01-03update last presence only for messagesDaniel Gultsch2-6/+2
2015-01-03added missing layout fileDaniel Gultsch1-0/+105
2015-01-03code cleanupDaniel Gultsch3-11/+22
2015-01-03migrated change password into separate activityDaniel Gultsch6-88/+138
2015-01-02some further otr improvementsDaniel Gultsch6-9/+31