aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart (follow)
Commit message (Expand)AuthorAgeFilesLines
* catch a few run time exceptions related to androids life cycle mgmtChristian Schneppe2018-11-232-8/+13
* refactor quite hours to make them time zone indepententChristian Schneppe2018-11-232-25/+20
* make password editable on auth errorChristian Schneppe2018-11-232-2/+2
* attempt to work around bugs in Chinese ROMsChristian Schneppe2018-11-231-0/+47
* show only file size if http upload is availableChristian Schneppe2018-11-231-1/+1
* remove now unused password has changed in magic modeChristian Schneppe2018-11-231-18/+1
* only show not stranger if messages are coming from quicksy domain not quicksy...Christian Schneppe2018-11-231-1/+1
* show 'show password' toggle for all magically created accountsChristian Schneppe2018-11-231-5/+7
* use toastcompat library to catch BadTokenExceptionChristian Schneppe2018-11-231-1/+2
* do not display toast if activity is finishingChristian Schneppe2018-11-231-4/+3
* offer to copy error message to clipboardChristian Schneppe2018-11-231-3/+9
* make change nick toast use showToast helper methodChristian Schneppe2018-11-231-3/+10
* provide option to reject subscription request when long pressing 'allow'Christian Schneppe2018-11-233-25/+30
* catch illegal state exception on fragment transactionChristian Schneppe2018-11-231-3/+7
* use startForegroundService compat from push message receiverChristian Schneppe2018-11-232-2/+13
* add versioning to sync namespaceChristian Schneppe2018-11-231-1/+1
* catch cursor window allocation exceptionChristian Schneppe2018-11-231-4/+10
* do not add self as crytpo target in MUCChristian Schneppe2018-11-231-1/+1
* use display name to generate own avatarChristian Schneppe2018-11-232-1/+4
* do not update foreground notification on error if it wasn’t enabledChristian Schneppe2018-11-232-12/+15
* fixed race condition that prevented bookmark nick to be usedChristian Schneppe2018-11-235-12/+36
* move default port to Resolver.javaChristian Schneppe2018-11-232-11/+10
* added interface to edit nickChristian Schneppe2018-11-237-36/+77
* fixed caching key not being calculated properlyChristian Schneppe2018-11-231-1/+1
* add suggested contacts to roster on first messageChristian Schneppe2018-11-232-4/+11
* always do contact sync in backgroundChristian Schneppe2018-11-232-2/+2
* avatar code changesChristian Schneppe2018-11-233-19/+12
* suggest sync on loginChristian Schneppe2018-11-231-0/+1
* use inContactList() instead inRoster() in the proper placesChristian Schneppe2018-11-236-9/+9
* quicksy server is not a strangerChristian Schneppe2018-11-232-1/+3
* added count down latch to await account connect before going into publish pro...Christian Schneppe2018-11-231-0/+3
* show synced contacts in choose contact activityChristian Schneppe2018-11-236-13/+6
* refresh contacts when opening StartConversationsActivityChristian Schneppe2018-11-235-1/+18
* refresh synced contacts even if offlineChristian Schneppe2018-11-232-2/+2
* basic phone number syncChristian Schneppe2018-11-234-10/+32
* refactored phone contact loading in preperation for syncChristian Schneppe2018-11-2313-143/+222
* fix manual update checkChristian Schneppe2018-11-231-2/+6
* fix crash with xmpp urisChristian Schneppe2018-11-211-1/+6
* do not show up navigation when opening edit account from notificationChristian Schneppe2018-11-152-13/+10
* do not show up navigation in start conversation screen if called with view in...Christian Schneppe2018-11-158-10/+42
* rename variableChristian Schneppe2018-11-152-2/+2
* refactored some ManageAccount, WelcomeActivity and a few other thingsChristian Schneppe2018-11-1514-107/+179
* fix some lint errorsChristian Schneppe2018-11-113-4/+6
* also respect deleted messages in readable logsChristian Schneppe2018-11-111-2/+2
* implement message deletionChristian Schneppe2018-11-115-24/+56
* try to fix failing backups in multiaccount modeChristian Schneppe2018-11-112-5/+5
* try to fix a crash with emojicompatChristian Schneppe2018-11-111-2/+2
* add missing location permissions checksChristian Schneppe2018-11-101-0/+3
* code cleanupChristian Schneppe2018-11-081-2/+3
* don't show "Show QR Code" if no account is configuredChristian Schneppe2018-11-081-0/+2