aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2016-04-30removed unnecessary loggingDaniel Gultsch1-1/+0
2016-04-29properly cancel avatar tasksDaniel Gultsch3-5/+8
2016-04-29catch ActivityNotFoundException when requesting battery opDaniel Gultsch3-2/+13
2016-04-29port all android drop down list items to our ownDaniel Gultsch3-10/+9
2016-04-29catch rare NPE when determining max http sizeDaniel Gultsch1-3/+3
2016-04-28synchronize around thumbnail cache to avoid loading images twiceDaniel Gultsch1-12/+21
2016-04-28cancel potential tasks when receiving image preview from cacheDaniel Gultsch1-3/+7
2016-04-28cleaned up captcha dialogDaniel Gultsch3-53/+69
2016-04-28don't request disco from selfDaniel Gultsch2-3/+1
2016-04-27removed unused config variablesDaniel Gultsch10-64/+14
2016-04-27made it possible to go back to welcome screen from edit accountDaniel Gultsch2-4/+7
2016-04-27renamed welcome header to untranslatable 'Start your Conversations'Daniel Gultsch1-1/+1
2016-04-26prevent user from accidentally changing password after using magic createDaniel Gultsch7-23/+84
2016-04-25fixed table creationDaniel Gultsch1-10/+14
2016-04-23don't create templates for empty status messagesDaniel Gultsch1-2/+6
2016-04-23add change prescence to manage account context menuDaniel Gultsch3-3/+16
2016-04-23show status messages in contact detailsDaniel Gultsch3-17/+56
2016-04-22expert setting to manually change presenceDaniel Gultsch40-79/+683
2016-04-22put welcome screen in scrollviewDaniel Gultsch1-62/+67
2016-04-19added magic create welcome screenDaniel Gultsch15-7/+348
2016-04-14always notify by default in conferencesDaniel Gultsch2-3/+1
2016-04-14removed unnecessary call to stopSelf() after logging outDaniel Gultsch1-5/+11
2016-04-14add setting for quick sharingDaniel Gultsch3-17/+51
2016-04-14removed unused call to cancel eventsDaniel Gultsch1-1/+0
2016-04-13create Config varibale to show the disable foreground service buttonDaniel Gultsch2-3/+6
2016-04-13hacky workaround to determine if uri points to private file on < lolipopDaniel Gultsch3-9/+25
2016-04-13return own jid as true counterpart on self messages in mucDaniel Gultsch1-0/+3
2016-04-12added share uri button to conference detailsDaniel Gultsch15-14/+43
2016-04-12reverse order in contact chooserDaniel Gultsch1-1/+1
2016-04-12minor code cleanupDaniel Gultsch1-3/+1
2016-04-11republish avatar if server offers non-persistent pep :-(Daniel Gultsch4-37/+144
2016-04-10pulled translations from transifexDaniel Gultsch29-86/+27
2016-04-10don't throw IO exception at end of streamDaniel Gultsch1-1/+0
2016-04-10fixed 'connecting…' buttonDaniel Gultsch1-3/+6
2016-04-10moved authentication into seperate method. force close socket before changing...Daniel Gultsch1-38/+44
2016-04-09introduced setting to turn of notification ledDaniel Gultsch3-5/+15
2016-04-09use startdate as lower bound when querying archive with after=xDaniel Gultsch1-13/+3
2016-04-09don't show contact details when in conversations with selfDaniel Gultsch3-1/+8
2016-04-09use last received message id when querying archiveDaniel Gultsch1-7/+17
2016-04-09transform nimbuzz workaround into a more general 'waitForDisco' conditionDaniel Gultsch1-6/+11
2016-04-08add required disco#items query to timeout listDaniel Gultsch1-1/+4
2016-04-08removed ernoexception in exchange for a regular exeption to prevent verify er...Daniel Gultsch1-3/+2
2016-04-08pulled translations from transifexDaniel Gultsch2-3/+23
2016-04-07check file owner when attaching files or using them as avatarDaniel Gultsch4-2/+55
2016-04-07prevent null pointer when checking http upload max sizeDaniel Gultsch1-6/+6
2016-04-05better detect broken pepDaniel Gultsch2-2/+10
2016-04-04switched around info and items query to avoid race conditionDaniel Gultsch1-1/+1
2016-04-04pulled translations from transifexDaniel Gultsch12-26/+71
2016-04-04removed unnecessary wait for disconnectDaniel Gultsch1-6/+0
2016-04-04made sure the disco#items query has returned before finalizing the bindDaniel Gultsch1-12/+24