aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-10-11enable SASL EXTERNAL (certificate logincbeDaniel Gultsch2-3/+90
2015-10-11add menu item in account details to renew certificateDaniel Gultsch5-60/+217
2015-10-11Clean upAndreas Straub2-13/+5
Fixes some random linter warnings.
2015-10-11Improve InvalidJidException handling in Jid classAndreas Straub1-2/+2
This code should never be triggered anway, so with this 'fix', we should at least get more meaningful stack traces. Plus, it makes the linter happy by preventing NullPointerExceptions.
2015-10-11prevent null pointer when trying to display device fingerprints of not ↵Daniel Gultsch1-0/+3
existing sessions
2015-10-11Captcha support.Armin Novak5-24/+235
2015-10-09initial UI work to allow setting up accounts from certifcatesDaniel Gultsch5-44/+146
2015-10-09do not dismiss editAccountActivity when still trying to register new accountDaniel Gultsch1-1/+3
2015-10-08catch exception when unregistering receivers that have not been registered ↵Daniel Gultsch1-3/+11
before
2015-10-08removed oob element from file messagesDaniel Gultsch1-1/+0
2015-10-08introduced expert options to set status to away and xa if screen is off or ↵Daniel Gultsch4-28/+104
if phone is silenced
2015-10-07add xhtml image tag to unencrypted image urls. add oob tag to all files that ↵Daniel Gultsch1-2/+18
are on remote hosts
2015-10-06do mam query after joinDaniel Gultsch1-1/+3
2015-10-06Use MAM for MUC initial history retrievalsaqura2-28/+66
If the MUC supports MAM (XEP-0313), use it to retrieve the history when joining.
2015-10-06Properly check for MUC MAM supportsaqura1-6/+8
Only use MAM (XEP-0313) in MUCs if it is supported. This should fix #1264
2015-10-06Show whether MAM is supported in MUCssaqura2-1/+17
The conference details in "Advanced Mode" now indicate whether MAM is supported by the conference server.
2015-10-06changed store path for filesDaniel Gultsch1-20/+10
2015-10-06clean up log exporting service. properly end service after exportingDaniel Gultsch1-102/+106
2015-10-06clear notification and activate grace period when receiving chat marker from ↵Daniel Gultsch1-1/+5
another instance
2015-10-02try to catch plattform bugs1.6.11Daniel Gultsch1-1/+6
2015-10-02properly recycle bitmapsDaniel Gultsch1-4/+16
2015-10-01don't put conference joins into pending on initial bindDaniel Gultsch1-11/+14
2015-10-01reset muc options immediately befor joinDaniel Gultsch1-3/+2
2015-09-30request stanza count after every ibb data stanza to not fill our own stanza ↵Daniel Gultsch2-6/+9
queue
2015-09-29only invoke MTM in interactive mode after direct user inputDaniel Gultsch2-11/+26
fixes #1027 fixes #792 fixes #1439
2015-09-29rotate thumbnails. fixes #1438Daniel Gultsch1-6/+15
2015-09-28fixed NPE when executing rename callback in mucDaniel Gultsch1-1/+3
2015-09-28do tab completion only if neither ctrl nor alt are being pressedDaniel Gultsch1-4/+4
2015-09-27catch rare activity not found exception when opening downloaded filesDaniel Gultsch1-4/+9
2015-09-27allow tab completion in conferencesDaniel Gultsch2-4/+59
2015-09-23use Conversations 1.x.y as user agent string in http upload and downloadDaniel Gultsch3-3/+6
2015-09-22swapped icons for foreground servicesDaniel Gultsch2-4/+3
2015-09-21Export logs to SD card preferencefiaxh2-0/+170
2015-09-20Iterator to go through all messages of a conversationfiaxh1-0/+38
2015-09-19let DnsHelper provide a fallback solutionDaniel Gultsch2-43/+41
2015-09-19fixed content-type indication in http uploadDaniel Gultsch1-1/+1
2015-09-19remove the from attribute from sendStartStream() fixes #1419Michael1-1/+0
2015-09-17introduced Config variable to use legacy namespace for http uploadDaniel Gultsch2-1/+5
2015-09-17be more careful when publishing device bundleDaniel Gultsch1-0/+14
2015-09-17ignore spoofed stanzas in facebook chatDaniel Gultsch1-1/+1
2015-09-17catch IndexOutOfBoundsException when swiping away conversationsDaniel Gultsch1-1/+5
2015-09-17fixed rare NPE in DnsHelper. fixed spelling and added loggingDaniel Gultsch1-5/+13
2015-09-15added missing type='submit' to mam queriesDaniel Gultsch6-20/+17
fixed some nasty inheritance problems along the way fixes #1411
2015-09-15work around a NPE caused by arace condition in the http uploadDaniel Gultsch1-3/+6
2015-09-14changed http upload namespace to reflect the one in the XEPDaniel Gultsch1-1/+1
2015-09-13added possibiltiy to set conferences as moderated (only visible in advanced ↵Daniel Gultsch4-15/+59
mode)
2015-09-12added mp4 to well known extensions. fixes #1403Daniel Gultsch1-1/+1
2015-09-10increased dns timeoutDaniel Gultsch2-1/+2
2015-09-09added alt as possible modifier key. use mod+(0..9) to jump to a conversationDaniel Gultsch2-26/+46
2015-09-07added rotation detection to up/down navigationDaniel Gultsch1-4/+23