aboutsummaryrefslogtreecommitdiffstats
path: root/src/main (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-11-20disable auto fill on edit message boxChristian Schneppe1-38/+36
2017-11-20styling: introduce support for code blocksChristian Schneppe2-17/+47
2017-11-20do not quote quotesChristian Schneppe3-4/+58
2017-11-20brought back 'copy to clipboard' and 'quote' context menu optionsChristian Schneppe4-53/+57
2017-11-20make keyword styling work in quotesChristian Schneppe2-9/+24
2017-11-20changed text styling to keep the keywordChristian Schneppe2-31/+16
2017-11-20fix take photo with pending keysChristian Schneppe1-1/+1
2017-11-20ExceptionHelper: code clean upChristian Schneppe1-7/+9
2017-11-20code refactoring to provide shorter account enabled checkChristian Schneppe8-23/+26
2017-11-20AndroidManifest use singleTop instead of singleTask to start new task when ↵Christian Schneppe1-4/+5
sharing
2017-11-20changed preview alpha to 0.6fChristian Schneppe1-2/+2
2017-11-20support for basic IM stylingChristian Schneppe4-0/+245
2017-11-20SASL: don't prefer PLAIN auth over DIGEST-MD5 for nimbuzz.comChristian Schneppe1-1/+1
2017-11-20update translationsChristian Schneppe1-2/+48
* New translations strings.xml (Spanish) * New translations strings.xml (Spanish) * New translations strings.xml (Spanish) * New translations strings.xml (Spanish) * New translations strings.xml (Spanish) * New translations strings.xml (Spanish) * New translations strings.xml (Spanish) * New translations strings.xml (Spanish) * New translations strings.xml (Spanish) * New translations strings.xml (Spanish) * New translations strings.xml (Spanish) * New translations strings.xml (Spanish) * New translations strings.xml (Spanish) * New translations strings.xml (Spanish) * New translations strings.xml (Spanish) * New translations strings.xml (Spanish) * New translations strings.xml (Spanish)
2017-11-02use ThreadPoolExecutor for BitmapWorkerTaskChristian Schneppe5-5/+5
2017-10-31a little rewrite in WelcomeActivityChristian Schneppe1-3/+14
2017-10-31rename some variables/stringsChristian Schneppe2-11/+12
2017-10-29UpdateService: set user-agentChristian Schneppe1-0/+1
2017-10-29UpdateService: use THREAD_POOL_EXECUTORChristian Schneppe3-3/+4
2017-10-29update translationsChristian Schneppe1-1/+11
* New translations strings.xml (Spanish) * New translations strings.xml (Spanish) * New translations strings.xml (Spanish) * New translations strings.xml (Spanish) * New translations strings.xml (Spanish)
2017-10-29Resync has_enabled_account setting after delete and on startChristian Schneppe1-4/+7
2017-10-29Resolver: active network gets high priorityChristian Schneppe1-10/+11
2017-10-29Resolver: Only prefer VPN connections when network is activeChristian Schneppe1-1/+8
2017-10-29XmppConnection: throw bind failure when server tries to reassign domainChristian Schneppe1-1/+6
2017-10-29Sharing: request permissionChristian Schneppe1-0/+23
2017-10-29black list certain local parts and show domain insteadChristian Schneppe3-12/+57
2017-10-29XmppConnection: do not count stanzas before smacks session has startedChristian Schneppe1-1/+9
2017-10-29MessageAdapter: round file sizesChristian Schneppe1-2/+2
2017-10-29video processing: pick smaller file after transcoding. Do not transcode ↵Christian Schneppe3-3/+24
files smaller 1 MiB
2017-10-29Jingle: create output stream on demandChristian Schneppe3-6/+9
2017-10-29MessageAdapter: Do not display muc whispers as emoji onlyChristian Schneppe1-1/+1
2017-10-18update translationsChristian Schneppe3-738/+2041
2017-10-18bring back option to highlight user in muc ...Christian Schneppe3-1/+11
... via context menu on selected user in ConferenceDetails
2017-10-18fix crash while searching for updates and show error message if search was ↵Christian Schneppe1-10/+22
not successful
2017-10-17move more untranslatable strings to defaults.xmlChristian Schneppe2-6/+6
2017-10-16move untranslatable strings from strings to defaultsChristian Schneppe1-1/+49
2017-10-16Update strings.xmlChristian Schneppe1-48/+0
2017-10-15don't crash if runtime could not be retrievedChristian Schneppe2-2/+5
2017-10-15rework fix for duplicate file messagesChristian Schneppe1-3/+10
2017-10-14correct (un)verified contacts icon (lock/shield)Christian Schneppe1-2/+2
fixes https://github.com/kriztan/Pix-Art-Messenger/issues/139
2017-10-14also notify in notificationbar for new messages when messenger is openChristian Schneppe1-1/+0
2017-10-13add more file information to FileParams (apk file app name; vcard contacts name)Christian Schneppe3-34/+101
2017-10-13correct upload timeoutChristian Schneppe1-1/+1
2017-10-13initialize some variables in UpdateServiceChristian Schneppe1-2/+2
2017-10-13fix stringsChristian Schneppe2-7/+7
2017-10-13don't duplicate file if compression failesChristian Schneppe1-1/+1
fixes https://github.com/siacs/Conversations/issues/2652
2017-10-13Fix typolicaon-kter1-1/+1
2017-10-10add missing public UpdateService (){} to UpdateServiceChristian Schneppe1-0/+1
2017-10-10use a lighter red color for 'delete contact button' and remove this action ↵Christian Schneppe4-18/+8
from actionbar
2017-10-10reworked updaterChristian Schneppe22-403/+366