aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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 q...Daniel Gultsch2-6/+9
2015-09-29only invoke MTM in interactive mode after direct user inputDaniel Gultsch2-11/+26
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 Gultsch7-4/+3
2015-09-21Export logs to SD card preferencefiaxh5-0/+178
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-15pulled translations from transifexDaniel Gultsch7-2/+30
2015-09-15added missing type='submit' to mam queriesDaniel Gultsch6-20/+17
2015-09-15work around a NPE caused by arace condition in the http uploadDaniel Gultsch1-3/+6
2015-09-14pulled translations from transifexDaniel Gultsch20-20/+0
2015-09-14some string localization for russian languageSergey Spivak1-0/+14
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 m...Daniel Gultsch5-16/+62
2015-09-13pulled new translations from transifexDaniel Gultsch7-0/+116
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
2015-09-07added some key bindingDaniel Gultsch3-5/+87
2015-09-07catch npe in setupIme methodDaniel Gultsch1-1/+3
2015-09-06indicate broken pep in server infoDaniel Gultsch3-1/+12
2015-09-06Only show that have sessions in fingerprint listAndreas Straub7-50/+58
2015-09-06Don't manually add keys to the storeAndreas Straub1-2/+0
2015-09-05add null pointer check to db migrationDaniel Gultsch1-1/+5
2015-09-05Never build a session with oneselfAndreas Straub3-20/+68
2015-09-05ignore timeout exceptions on secondary dns requestsDaniel Gultsch1-9/+21
2015-09-04Issues with URLs with multiple dots in file. fixes #1373Daniel Gultsch1-7/+15
2015-09-04invoke onEnterPressed callback only if shift is not pressedDaniel Gultsch1-1/+1
2015-09-04minimize softkeyboard only if it has been in fullscreen modeDaniel Gultsch1-1/+3
2015-09-04show an send button instead of the enter key in softkeyboards when enterIsSen...show_send_button_in_softkeyboardDaniel Gultsch2-7/+10
2015-09-02Ensure uris is empty before onStart adds to itAndreas Straub1-0/+1
2015-09-01added special error state for dns timeoutDaniel Gultsch4-4/+13
2015-09-01use same method to add message hints to otr message everywhere it is neededDaniel Gultsch2-9/+11