aboutsummaryrefslogtreecommitdiffstats
path: root/src/main (follow)
Commit message (Collapse)AuthorAgeFilesLines
* changed colors to standard from @color and add border to imagesChristian Schneppe2016-05-204-11/+13
|
* use glide as image loader and add a simple video previewChristian Schneppe2016-05-202-126/+56
|
* try out some faster image loaderChristian Schneppe2016-05-171-4/+22
| | | | | * picasso * glide
* Merge remote-tracking branch 'refs/remotes/siacs/master'Christian Schneppe2016-05-165-25/+53
|\
| * use the same typo in both saving disco and reading discoDaniel Gultsch2016-05-151-1/+2
| |
| * escape HTML in OTR messages if other client is PidginDaniel Gultsch2016-05-152-4/+41
| |
| * include name in locations received in MUCsDaniel Gultsch2016-05-152-8/+12
| |
* | refactored preference screenChristian Schneppe2016-05-1648-170/+165
| |
* | revert checkbox meaning from chrash reportChristian Schneppe2016-05-161-3/+3
| |
* | use wakelock on retrieve filesizeChristian Schneppe2016-05-161-0/+3
| |
* | make "is tiping..." in bold italicChristian Schneppe2016-05-162-0/+3
| |
* | Merge remote-tracking branch 'refs/remotes/siacs/master'Christian Schneppe2016-05-153-6/+7
|\|
| * log incoming iq requestsDaniel Gultsch2016-05-152-0/+6
| |
| * send caps hash in muc joinDaniel Gultsch2016-05-151-6/+1
| | | | | | | | this prevents desktop clients from iq'ing use when they join
* | fixed crash on startupChristian Schneppe2016-05-151-6/+5
| |
* | Merge remote-tracking branch 'refs/remotes/siacs/master'Christian Schneppe2016-05-154-10/+10
|\|
| * don't show duplicate status message in contact detailsDaniel Gultsch2016-05-131-3/+3
| |
| * only default to omemo when all our devices support itDaniel Gultsch2016-05-131-0/+1
| |
| * do not process self presenceDaniel Gultsch2016-05-131-2/+2
| | | | | | | | we don't want our own resource show up in the self contact
| * show presence of other resources as templateDaniel Gultsch2016-05-136-6/+49
| |
| * reset attempt count when reconnecting because of timeoutDaniel Gultsch2016-05-121-0/+3
| |
| * interrupt XMPPConnection ThreadDaniel Gultsch2016-05-122-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
| * prefer IPv4 DNS serversDaniel Gultsch2016-05-121-3/+16
| | | | | | | | some devices might have problems contacting the IPv6 DNS server while in sleep mode
| * improve keyboard handling. fixes #1387Daniel Gultsch2016-05-123-6/+51
| | | | | | | | | | | | * 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
| * use 'phone' or 'tablet' as default resourceDaniel Gultsch2016-05-124-2/+10
| |
| * make omemo default when all resources support itDaniel Gultsch2016-05-125-15/+38
| |
| * check if pgpengine is still bound before using itDaniel Gultsch2016-05-123-2/+5
| |
| * scroll to bottom after sending multi-line messageDaniel Gultsch2016-05-121-2/+8
| |
| * stop processing PreKeyWhisperMessage if there is no PreKeyIdDaniel Gultsch2016-05-101-3/+5
| | | | | | | | fixes #1832
| * don’t let attempt count fall below zeroDaniel Gultsch2016-05-101-1/+1
| |
| * add lock domain and magic create domain to known hostsDaniel Gultsch2016-05-101-0/+6
| |
| * always show download button when link is encryptedDaniel Gultsch2016-05-101-5/+1
| | | | | | | | dont check for known mime type
| * report host-account as account state in UIDaniel Gultsch2016-05-103-4/+14
| |
| * do not show last-seen metric in UIDaniel Gultsch2016-05-106-32/+7
| |
| * fix logging wrong variable for failed resumeDaniel Gultsch2016-05-081-1/+1
| |
| * check for h attribute in 'failed' nonzaDaniel Gultsch2016-05-081-3/+9
| |
| * catch all exceptions thrown by xml pull parserDaniel Gultsch2016-05-071-11/+2
| |
| * handle invalid base64 is SASl SCRAM responseDaniel Gultsch2016-05-071-5/+9
| |
* | refactored ContactDetails layoutChristian Schneppe2016-05-141-25/+45
| |
* | readd last seen info to contactDetailsChristian Schneppe2016-05-141-1/+8
| |
* | refactored handling of endConversationChristian Schneppe2016-05-145-16/+57
| |
* | added new iconsChristian Schneppe2016-05-1421-3/+3
| |
* | refactored ConferenceDetails layoutChristian Schneppe2016-05-142-96/+113
| |
* | add share contact to ContactDetailsChristian Schneppe2016-05-142-3/+31
| |
* | show addresses in ShareLocation and ShowLocationChristian Schneppe2016-05-144-13/+142
| |
* | revert changes to disable last-seen in UIChristian Schneppe2016-05-143-4/+12
| |
* | little layout improvementsChristian Schneppe2016-05-142-2/+2
| |
* | add reconnect to EditAccountActivityChristian Schneppe2016-05-142-1/+13
| |
* | decreased TextSizeInfo font sizeChristian Schneppe2016-05-132-4/+4
| |
* | update gradle versionChristian Schneppe2016-05-139-2/+0
| |