aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* update translationsChristian Schneppe2017-11-201-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)
* use ThreadPoolExecutor for BitmapWorkerTaskChristian Schneppe2017-11-025-5/+5
|
* a little rewrite in WelcomeActivityChristian Schneppe2017-10-311-3/+14
|
* rename some variables/stringsChristian Schneppe2017-10-312-11/+12
|
* UpdateService: set user-agentChristian Schneppe2017-10-291-0/+1
|
* UpdateService: use THREAD_POOL_EXECUTORChristian Schneppe2017-10-293-3/+4
|
* update translationsChristian Schneppe2017-10-291-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)
* Resync has_enabled_account setting after delete and on startChristian Schneppe2017-10-291-4/+7
|
* Resolver: active network gets high priorityChristian Schneppe2017-10-291-10/+11
|
* Resolver: Only prefer VPN connections when network is activeChristian Schneppe2017-10-291-1/+8
|
* XmppConnection: throw bind failure when server tries to reassign domainChristian Schneppe2017-10-291-1/+6
|
* Sharing: request permissionChristian Schneppe2017-10-291-0/+23
|
* black list certain local parts and show domain insteadChristian Schneppe2017-10-293-12/+57
|
* XmppConnection: do not count stanzas before smacks session has startedChristian Schneppe2017-10-291-1/+9
|
* MessageAdapter: round file sizesChristian Schneppe2017-10-291-2/+2
|
* video processing: pick smaller file after transcoding. Do not transcode ↵Christian Schneppe2017-10-293-3/+24
| | | | files smaller 1 MiB
* Jingle: create output stream on demandChristian Schneppe2017-10-293-6/+9
|
* MessageAdapter: Do not display muc whispers as emoji onlyChristian Schneppe2017-10-291-1/+1
|
* update translationsChristian Schneppe2017-10-183-738/+2041
|
* bring back option to highlight user in muc ...Christian Schneppe2017-10-183-1/+11
| | | | ... via context menu on selected user in ConferenceDetails
* fix crash while searching for updates and show error message if search was ↵Christian Schneppe2017-10-181-10/+22
| | | | not successful
* move more untranslatable strings to defaults.xmlChristian Schneppe2017-10-172-6/+6
|
* move untranslatable strings from strings to defaultsChristian Schneppe2017-10-161-1/+49
|
* Update strings.xmlChristian Schneppe2017-10-161-48/+0
|
* don't crash if runtime could not be retrievedChristian Schneppe2017-10-152-2/+5
|
* rework fix for duplicate file messagesChristian Schneppe2017-10-151-3/+10
|
* correct (un)verified contacts icon (lock/shield)Christian Schneppe2017-10-141-2/+2
| | | | fixes https://github.com/kriztan/Pix-Art-Messenger/issues/139
* also notify in notificationbar for new messages when messenger is openChristian Schneppe2017-10-141-1/+0
|
* add more file information to FileParams (apk file app name; vcard contacts name)Christian Schneppe2017-10-133-34/+101
|
* correct upload timeoutChristian Schneppe2017-10-131-1/+1
|
* initialize some variables in UpdateServiceChristian Schneppe2017-10-131-2/+2
|
* fix stringsChristian Schneppe2017-10-132-7/+7
|
* Merge branch 'master' of https://github.com/kriztan/Pix-Art-MessengerChristian Schneppe2017-10-131-1/+1
|\
| * Fix typolicaon-kter2017-10-131-1/+1
| |
* | don't duplicate file if compression failesChristian Schneppe2017-10-131-1/+1
|/ | | | fixes https://github.com/siacs/Conversations/issues/2652
* add missing public UpdateService (){} to UpdateServiceChristian Schneppe2017-10-101-0/+1
|
* use a lighter red color for 'delete contact button' and remove this action ↵Christian Schneppe2017-10-104-18/+8
| | | | from actionbar
* Merge branch 'rework_Updater'Christian Schneppe2017-10-1022-404/+361
|\
| * reworked updaterChristian Schneppe2017-10-1022-403/+366
| |
* | correct hasEnabledAccountsChristian Schneppe2017-10-061-0/+9
| |
* | save message drafts across restartsChristian Schneppe2017-10-062-12/+16
| |
* | EventReceiver: use setting to store enabled accountsChristian Schneppe2017-10-063-22/+19
| |
* | FileBackend: close cursor after retrieving file sizeChristian Schneppe2017-10-061-9/+9
| |
* | limit audio player width on small screensChristian Schneppe2017-10-063-2/+8
| |
* | slight refactoring in MessageAdapterChristian Schneppe2017-10-061-14/+9
|/
* don't recompress videos which were sent/received beforeChristian Schneppe2017-09-252-2/+2
|
* remove backslash in stringsChristian Schneppe2017-09-241-9/+7
|
* add maintanence intent to renewe instance idChristian Schneppe2017-09-243-2/+51
|
* select presence if necessary when resending fileChristian Schneppe2017-09-241-3/+18
|
* execute video compression on seperate threadChristian Schneppe2017-09-242-2/+11
|