aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-05-21show videopreview also in chatlistChristian Schneppe1-3/+8
2016-05-21detect length of video fileChristian Schneppe1-14/+20
2016-05-21make thumbs biggerChristian Schneppe1-8/+8
2016-05-20changed colors to standard from @color and add border to imagesChristian Schneppe1-4/+4
2016-05-20use glide as image loader and add a simple video previewChristian Schneppe2-126/+56
2016-05-19resetting fetch status error when mutual subscription is reestablishedDaniel Gultsch4-2/+37
2016-05-19sync around individual calls instead of synchronizing entire objectDaniel Gultsch1-49/+79
2016-05-19show password dialog when account was magic createdDaniel Gultsch1-0/+22
2016-05-19access disco over caching mechanism instead of querying dbDaniel Gultsch1-1/+1
2016-05-19remove unwanted 'use previous encryption' lookupDaniel Gultsch1-22/+1
2016-05-19also save form elements in disco storageDaniel Gultsch4-6/+64
2016-05-19don't NPE on rare race condition while fetching MAMDaniel Gultsch1-0/+9
2016-05-19synchronize around identity key generationDaniel Gultsch1-7/+9
2016-05-17try out some faster image loaderChristian Schneppe1-4/+22
* picasso * glide
2016-05-17improved ordering of muc participantsDaniel Gultsch3-9/+25
2016-05-17refactored muc item parsing to also parse muc status messagesDaniel Gultsch5-27/+44
2016-05-17offer offline members to be invited againDaniel Gultsch2-3/+17
2016-05-16change affiliation for in memory users that are currently not joined in a ↵Daniel Gultsch4-7/+18
conference
2016-05-16keep conference members in memory and show them in conference detailsDaniel Gultsch9-97/+184
2016-05-16cap exponential backoff at 300s (10 attempts)Daniel Gultsch1-1/+1
2016-05-16revert checkbox meaning from chrash reportChristian Schneppe1-3/+3
2016-05-16use wakelock on retrieve filesizeChristian Schneppe1-0/+3
2016-05-16make "is tiping..." in bold italicChristian Schneppe2-0/+3
2016-05-15fixed crash on startupChristian Schneppe1-6/+5
2016-05-15use the same typo in both saving disco and reading discoDaniel Gultsch1-1/+2
2016-05-15escape HTML in OTR messages if other client is PidginDaniel Gultsch2-4/+41
2016-05-15include name in locations received in MUCsDaniel Gultsch2-8/+12
2016-05-15log incoming iq requestsDaniel Gultsch2-0/+6
2016-05-15send caps hash in muc joinDaniel Gultsch1-6/+1
this prevents desktop clients from iq'ing use when they join
2016-05-14readd last seen info to contactDetailsChristian Schneppe1-1/+8
2016-05-14refactored handling of endConversationChristian Schneppe1-14/+43
2016-05-14refactored ConferenceDetails layoutChristian Schneppe1-2/+3
2016-05-14add share contact to ContactDetailsChristian Schneppe1-0/+18
2016-05-14show addresses in ShareLocation and ShowLocationChristian Schneppe2-13/+92
2016-05-14revert changes to disable last-seen in UIChristian Schneppe3-4/+12
2016-05-14add reconnect to EditAccountActivityChristian Schneppe1-0/+9
2016-05-13update gradle versionChristian Schneppe1-2/+0
2016-05-13changed some colors to match blue themeChristian Schneppe2-5/+2
2016-05-13add "is typing..." to OverviewChristian Schneppe1-125/+134
2016-05-13don't show duplicate status message in contact detailsDaniel Gultsch1-3/+3
2016-05-13only default to omemo when all our devices support itDaniel Gultsch1-0/+1
2016-05-13do not process self presenceDaniel Gultsch1-2/+2
we don't want our own resource show up in the self contact
2016-05-13show presence of other resources as templateDaniel Gultsch6-6/+49
2016-05-13reset attempt count when reconnecting because of timeoutDaniel Gultsch1-0/+3
2016-05-13interrupt XMPPConnection ThreadDaniel Gultsch2-1/+15
in some cases the the DNS query might take too long (even though we specified a timeout) if that happens we need a secondary solution (besides killing the socket) to stop the thread
2016-05-13prefer IPv4 DNS serversDaniel Gultsch1-3/+16
some devices might have problems contacting the IPv6 DNS server while in sleep mode
2016-05-13improve keyboard handling. fixes #1387Daniel Gultsch2-6/+50
* start a new Conversations by pressing mod+space * automatically start searching when pressing keys in StartConversationsActivity * when hitting enter when number of search results == 1 open that conversation
2016-05-13use 'phone' or 'tablet' as default resourceDaniel Gultsch1-1/+1
2016-05-13make omemo default when all resources support itDaniel Gultsch5-15/+38
2016-05-13check if pgpengine is still bound before using itDaniel Gultsch3-2/+5