aboutsummaryrefslogtreecommitdiffstats
path: root/src/main (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | provide the same fab submenu for both tabs. rename tab to bookmarkChristian Schneppe2019-02-0750-210/+612
| |
* | remove delete in media_viewerChristian Schneppe2019-02-071-5/+0
| |
* | fixed stringsChristian Schneppe2019-02-071-1/+1
| |
* | fixed stringsChristian Schneppe2019-02-071-1/+1
| |
* | update translationsChristian Schneppe2019-02-0420-99/+331
| |
* | show dialog with created password in MagicCreateActivityChristian Schneppe2019-02-041-8/+25
| |
* | Revert "WelcomeActivity: Add QR code scanner button"Christian Schneppe2019-02-042-35/+0
| | | | | | | | This reverts commit 7b9ced9fb752ee485b657daf6d827f311ed6e8bc.
* | fix xmpp uri links that have a aditional chars after joinChristian Schneppe2019-02-041-1/+1
| | | | | | | | for example xmpp:foo@bar.tld?join,
* | remove warning messages for kick after ban failing. on modern servers ban is ↵Christian Schneppe2019-02-045-54/+12
| | | | | | | | enough to also kick
* | make sure that http upload/download is not startetd multiple timesChristian Schneppe2019-02-043-40/+71
| |
* | rename some variablesChristian Schneppe2019-02-043-3/+3
| |
* | schedule another ping 30s after connectivity_changeChristian Schneppe2019-02-042-3/+31
| |
* | fixed context menu on self contactChristian Schneppe2019-02-041-1/+1
| |
* | rework MediaViewerActivityChristian Schneppe2019-02-048-84/+67
| |
* | add ability to delete last sent message also on remote devicesChristian Schneppe2019-01-272-1/+25
| | | | | | | | if message correction is supported and available
* | show sub menu fabs for create group chatsChristian Schneppe2019-01-2719-48/+102
| |
* | show context menu when long pressing own account pictureChristian Schneppe2019-01-273-19/+42
| |
* | changed order of users and media in muc detailsChristian Schneppe2019-01-275-65/+74
| |
* | add context menu for muc user adapterChristian Schneppe2019-01-277-49/+104
| |
* | refactored group chat members into seperate screenChristian Schneppe2019-01-2716-210/+452
| |
* | Fix type in presenceChristian Schneppe2019-01-271-1/+1
| |
* | refactored avatar workers into single classChristian Schneppe2019-01-2717-390/+203
| |
* | do not require starttls when connecting over to .onion domainChristian Schneppe2019-01-271-2/+2
| |
* | scan all files in case some files were previously marked as deleted by accidentChristian Schneppe2019-01-273-13/+73
| |
* | migrate conversation list row to binderChristian Schneppe2019-01-272-279/+255
| |
* | make bitmap worker task staticChristian Schneppe2019-01-277-37/+68
| |
* | WelcomeActivity: Add QR code scanner buttonChristian Schneppe2019-01-272-0/+35
| | | | | | | | picked from https://github.com/siacs/Conversations/pull/2920
* | don't generate invite links if there were no activated accountsChristian Schneppe2019-01-261-0/+4
| |
* | catch NPE while getting Display NameChristian Schneppe2019-01-261-1/+5
| |
* | fix crash on getting bookmarksChristian Schneppe2019-01-261-5/+7
| |
* | fix crash while onTaskRemovedChristian Schneppe2019-01-261-7/+9
| |
* | fix compatibility issue on startupChristian Schneppe2019-01-261-1/+17
| |
* | make avatars from contacts configurableChristian Schneppe2019-01-265-7/+20
| |
* | show timestamp in restore viewChristian Schneppe2019-01-261-1/+1
| |
* | also make human readable logs as text files work with new backup and restoreChristian Schneppe2019-01-261-0/+100
| |
* | make new backup and restore possible with old databasesChristian Schneppe2019-01-262-7/+17
| |
* | small layout fixesChristian Schneppe2019-01-266-72/+19
| |
* | show spinning wheel in restore backup activityChristian Schneppe2019-01-264-8/+36
| |
* | always show number of connected accounts in foreground notificationChristian Schneppe2019-01-268-46/+38
| |
* | rework backup & restoreChristian Schneppe2019-01-2639-771/+1384
| | | | | | | | use the implementation from Conversations
* | Merge branch 'master' of https://github.com/kriztan/Pix-Art-MessengerChristian Schneppe2019-01-251-1/+1
|\ \
| * | Change default: Nottification from strangers: TrueEcholon2019-01-161-1/+1
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | Hi, I'd like to suggest: <bool name="notifications_from_strangers">true</bool> Why? In my words, Pix-Art focuses in easy and simple XMPP. Therefore, lots of new people, which are also new to XMPP, will join this app. As they, when creating a new account, most likely will not experience any spam attacks that quickly (or ever), I'd suggest to trade this 'danger' for much easier onboarding. This means, when I add someone (I do the step, to make it even easier for them) I expect that they get my first 'Hello' without the need to tell them to open the app to see my first message. I guess the user expects this, too. So, my idea is, to switch on noftification from the 'nice' strangers :) Still, if someone really want this off - the option is of course in the settings! Cheers
* | properly jump out of connection loop on state changing errorsChristian Schneppe2019-01-251-8/+7
| |
* | normalize nicks before getting them from bookmarks or pepChristian Schneppe2019-01-251-8/+21
| |
* | use clear top flag in shortcut intentChristian Schneppe2019-01-251-0/+1
| |
* | resend presence to muc avatar updateChristian Schneppe2019-01-255-50/+83
| |
* | null checks when deleting old filesChristian Schneppe2019-01-251-2/+2
| |
* | fix typoChristian Schneppe2019-01-251-2/+2
| |
* | provide Set as Profile intentChristian Schneppe2019-01-258-19/+150
| |
* | explicitly start service (instead of just bind) service from contact chooserChristian Schneppe2019-01-257-34/+33
| |