Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MAM: look at total count for completness. parse fin correctly | Christian Schneppe | 2018-02-24 | 4 | -15/+24 |
| | |||||
* | catch small NPE in ConversationFragment | Christian Schneppe | 2018-02-22 | 1 | -2/+2 |
| | |||||
* | request disco items before disco#info on first connect | Christian Schneppe | 2018-02-22 | 1 | -1/+7 |
| | | | | should make initial connect faster because code is not waiting for omemo code to run | ||||
* | warn when attempting to write stanza to an unbound stream | Christian Schneppe | 2018-02-22 | 2 | -21/+29 |
| | |||||
* | mark error notifications as sensitve and local only | Christian Schneppe | 2018-02-22 | 1 | -2/+3 |
| | |||||
* | don't use automatic updates for playstore version | Christian Schneppe | 2018-02-19 | 1 | -0/+3 |
| | |||||
* | changed icons for markasread and reply in NotificationService | Christian Schneppe | 2018-02-19 | 1 | -3/+4 |
| | |||||
* | check if axolotl service is initialized before displaying keys | Christian Schneppe | 2018-02-19 | 1 | -2/+3 |
| | |||||
* | fixed handling of self address messages w/o remoteMsgId | Christian Schneppe | 2018-02-19 | 1 | -1/+1 |
| | |||||
* | do not allow insecure bind | Christian Schneppe | 2018-02-19 | 1 | -7/+5 |
| | |||||
* | Namespace: Add constant for 'jabber:x:data' & Make use of Namespace.DATA ↵ | Christian Schneppe | 2018-02-19 | 5 | -7/+10 |
| | | | | constant | ||||
* | only allow a number of white listed headers according to http upload v0.5 | Christian Schneppe | 2018-02-19 | 1 | -7/+14 |
| | |||||
* | don't delete account if it's not yet created - fixes crash | Christian Schneppe | 2018-02-19 | 1 | -1/+0 |
| | |||||
* | don't show notification if there is no update | Christian Schneppe | 2018-02-17 | 1 | -1/+0 |
| | |||||
* | Don't add account if user cancels | Christian Schneppe | 2018-02-17 | 1 | -9/+8 |
| | |||||
* | show hint to allow installs from unknown sources just before update starts ↵ | Christian Schneppe | 2018-02-17 | 4 | -76/+95 |
| | | | | and don't show this for PlayStore installs | ||||
* | fix typo in playstore detection | Christian Schneppe | 2018-02-17 | 1 | -1/+1 |
| | |||||
* | Pass invite XMPP URI along instead of JID | Christian Schneppe | 2018-02-15 | 6 | -20/+20 |
| | |||||
* | XmppUri: Add toString() method | Christian Schneppe | 2018-02-15 | 1 | -0/+9 |
| | |||||
* | null check on invite object | Christian Schneppe | 2018-02-15 | 1 | -1/+1 |
| | |||||
* | allow roster action with name | Christian Schneppe | 2018-02-15 | 2 | -6/+15 |
| | |||||
* | always copy firefoxe’s shared files | Christian Schneppe | 2018-02-15 | 2 | -2/+16 |
| | |||||
* | integrate intent integrator to finish activity when needed | Christian Schneppe | 2018-02-15 | 6 | -13/+634 |
| | |||||
* | http upload: do not crash on invalid slot responses | Christian Schneppe | 2018-02-11 | 1 | -4/+4 |
| | |||||
* | do not cross reference bookmarks and conversations | Christian Schneppe | 2018-02-10 | 8 | -48/+37 |
| | |||||
* | always persist current nick (in bookmark and database) | Christian Schneppe | 2018-02-10 | 2 | -7/+17 |
| | |||||
* | don't cancel animation when switching accounts w/o init | Christian Schneppe | 2018-02-10 | 1 | -1/+3 |
| | |||||
* | skip empty srv records | Christian Schneppe | 2018-02-10 | 1 | -0/+3 |
| | |||||
* | return to welcome activity after deleting last account | Christian Schneppe | 2018-02-10 | 4 | -60/+58 |
| | |||||
* | skip animations for startup activities | Christian Schneppe | 2018-02-10 | 2 | -5/+14 |
| | |||||
* | add null checks to huawei settings code | Christian Schneppe | 2018-02-10 | 1 | -13/+9 |
| | |||||
* | do not put setup activites on stack twice | Christian Schneppe | 2018-02-10 | 2 | -3/+11 |
| | |||||
* | update build tools and libs | Christian Schneppe | 2018-02-10 | 1 | -3/+3 |
| | |||||
* | SM saftey checks | Christian Schneppe | 2018-02-10 | 1 | -1/+11 |
| | |||||
* | add servers from https://conversations.im/compliance/ to autocomplete jids | Christian Schneppe | 2018-02-09 | 2 | -4/+139 |
| | |||||
* | show the correct icon for shared xmpp addresses | Christian Schneppe | 2018-02-04 | 1 | -0/+1 |
| | |||||
* | we don't need location permissions for showing locations | Christian Schneppe | 2018-02-04 | 1 | -12/+1 |
| | |||||
* | highlight searchword in messages | Christian Schneppe | 2018-02-04 | 2 | -1/+16 |
| | |||||
* | implemented message search | Christian Schneppe | 2018-02-04 | 2 | -2/+171 |
| | | | | fixes #110 | ||||
* | finish() SettingsActivity in onPause | Christian Schneppe | 2018-02-03 | 1 | -8/+11 |
| | | | | and revert 82732be0dafeb8cea0c8a3dedecdaaf1906cde34 | ||||
* | don't crash if huaweiPreferenceScreen.getIntent() = null | Christian Schneppe | 2018-02-02 | 1 | -5/+8 |
| | |||||
* | reorder context menu entries for ConferenceDetailsActivity and make ↵ | Christian Schneppe | 2018-02-02 | 1 | -7/+7 |
| | | | | membership and ban options visible in standardmode and make adminprevileges visible in advanced mode | ||||
* | show progress dialog while downloading update | Christian Schneppe | 2018-02-02 | 1 | -107/+207 |
| | |||||
* | fixed crash on receiving files | Christian Schneppe | 2018-02-01 | 1 | -2/+2 |
| | |||||
* | fixed crash on receiving files | Christian Schneppe | 2018-01-31 | 2 | -3/+2 |
| | |||||
* | optimized /me behavior | Christian Schneppe | 2018-01-30 | 4 | -4/+4 |
| | | | | fixes #133 | ||||
* | discover file extension in original filename from pgp | Christian Schneppe | 2018-01-30 | 5 | -44/+74 |
| | |||||
* | check if wakelock is held before releasing | Christian Schneppe | 2018-01-30 | 1 | -1/+3 |
| | |||||
* | Merge remote-tracking branch 'Pix-Art/support_new_http_upload_namespace' | Christian Schneppe | 2018-01-30 | 3 | -91/+100 |
|\ | |||||
| * | support new http upload namespace | Christian Schneppe | 2018-01-29 | 3 | -91/+100 |
| | |