Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improved QR code recognition when screen and camera orientation don't match | Christian Schneppe | 2018-04-12 | 1 | -13/+29 |
| | |||||
* | use utf-8 in barcodes | Christian Schneppe | 2018-04-12 | 1 | -39/+53 |
| | |||||
* | increased LruCache for unicode script detection | Christian Schneppe | 2018-04-12 | 1 | -1/+1 |
| | |||||
* | commit allowing state loss | Christian Schneppe | 2018-04-12 | 1 | -1/+1 |
| | |||||
* | fix getNextEncryption | Christian Schneppe | 2018-04-12 | 2 | -13/+10 |
| | |||||
* | prevent double tapping on overflow menu | Christian Schneppe | 2018-04-12 | 10 | -5/+97 |
| | |||||
* | write roster only for active accounts | Christian Schneppe | 2018-04-12 | 1 | -1/+1 |
| | |||||
* | added prosodys enable archive to default room config | Christian Schneppe | 2018-04-12 | 1 | -0/+1 |
| | |||||
* | fixed redownload of deleted http upload messages | Christian Schneppe | 2018-04-12 | 1 | -0/+4 |
| | |||||
* | run roster sync in replacing task manager | Christian Schneppe | 2018-04-12 | 3 | -18/+70 |
| | |||||
* | sync roster to disk after roster push | Christian Schneppe | 2018-04-12 | 6 | -44/+43 |
| | |||||
* | removed unecessary logging | Christian Schneppe | 2018-04-12 | 1 | -1/+0 |
| | |||||
* | presist http upload availibility | Christian Schneppe | 2018-04-12 | 3 | -272/+183 |
| | |||||
* | fix jump to first unread message | Christian Schneppe | 2018-04-12 | 1 | -39/+38 |
| | |||||
* | fix choose image | Christian Schneppe | 2018-04-12 | 1 | -14/+12 |
| | |||||
* | fix empty sharewithactivity | Christian Schneppe | 2018-04-12 | 1 | -1/+3 |
| | |||||
* | code cleanup | Christian Schneppe | 2018-04-11 | 1 | -38/+18 |
| | |||||
* | fixed some regressions introduced in toolbar migration | Christian Schneppe | 2018-04-11 | 2 | -11/+28 |
| | |||||
* | replace deprecated action bar with toolbar | Christian Schneppe | 2018-04-11 | 43 | -927/+1163 |
| | | | | | | | | | * replace deprecated action bar with toolbar * add toolbar support in each activity * remove redundant themes made earlier * add configure action bar method in xmpp activity * remove android namespace from actionmodeoverlay * solve bug of scrolling toolbar | ||||
* | update translations | Christian Schneppe | 2018-04-10 | 19 | -303/+261 |
| | |||||
* | Merge branch 'master' of https://github.com/kriztan/Pix-Art-Messenger | Christian Schneppe | 2018-04-10 | 1 | -1/+1 |
|\ | |||||
| * | Typo fix (#192) | Licaon_Kter | 2018-04-10 | 1 | -1/+1 |
| | | |||||
* | | update strings | Christian Schneppe | 2018-04-10 | 1 | -2/+2 |
|/ | |||||
* | setReplaceAll=false on emojiCompat for android o | Christian Schneppe | 2018-04-08 | 2 | -3/+25 |
| | |||||
* | show message draft in conversation overview | Christian Schneppe | 2018-04-08 | 4 | -176/+228 |
| | |||||
* | fixed device rotation in settings activity | Christian Schneppe | 2018-04-08 | 1 | -2/+1 |
| | |||||
* | fixed crash in MessageAdapter caused by empty xmpp: uri | Christian Schneppe | 2018-04-08 | 1 | -0/+3 |
| | |||||
* | offer a more convienient way to disable omemo from trust keys dialog | Christian Schneppe | 2018-04-08 | 5 | -131/+189 |
| | |||||
* | trim to original resource if server added something | Christian Schneppe | 2018-04-08 | 1 | -1/+23 |
| | |||||
* | remove trailing ) in urls | Christian Schneppe | 2018-04-08 | 2 | -24/+30 |
| | |||||
* | fixed pm to vistors | Christian Schneppe | 2018-04-08 | 2 | -7/+4 |
| | |||||
* | do not show snackbar for archived conversations. fixes glitch when leaving muc | Christian Schneppe | 2018-04-08 | 1 | -1/+4 |
| | |||||
* | fixed rotation in choose contact activity | Christian Schneppe | 2018-04-08 | 2 | -10/+31 |
| | |||||
* | dynamically get known hosts in dialog | Christian Schneppe | 2018-04-08 | 7 | -48/+114 |
| | |||||
* | add data binding and check in back stack for dialogs | Christian Schneppe | 2018-04-08 | 9 | -199/+227 |
| | |||||
* | place enter jid dialog in dialog fragment | Christian Schneppe | 2018-04-08 | 4 | -52/+90 |
| | |||||
* | replace group dialogs by dialog fragment | Christian Schneppe | 2018-04-08 | 3 | -116/+274 |
| | |||||
* | make camera feature optional | Christian Schneppe | 2018-04-08 | 7 | -19/+28 |
| | |||||
* | Classify in the "social" app category | Christian Schneppe | 2018-04-08 | 1 | -0/+2 |
| | |||||
* | create interface for onBackendConnected | Christian Schneppe | 2018-04-08 | 5 | -7/+45 |
| | |||||
* | scanned results are always a trusted source | Christian Schneppe | 2018-04-08 | 2 | -2/+7 |
| | |||||
* | migrated conference details to binding | Christian Schneppe | 2018-04-08 | 2 | -378/+331 |
| | |||||
* | make swipe to right gesture working | Christian Schneppe | 2018-04-08 | 2 | -64/+44 |
| | |||||
* | fix menu entries | Christian Schneppe | 2018-04-08 | 4 | -32/+30 |
| | |||||
* | disable caches in HttpUrlConnections | Christian Schneppe | 2018-04-07 | 2 | -0/+3 |
| | |||||
* | fix register account checkbox glitch | Christian Schneppe | 2018-04-07 | 3 | -16/+10 |
| | |||||
* | do not highlight users when not participating | Christian Schneppe | 2018-04-07 | 3 | -12/+17 |
| | |||||
* | fixed rare crash on jolla devices | Christian Schneppe | 2018-04-07 | 4 | -37/+18 |
| | |||||
* | fixed some issues with jid escaping | Christian Schneppe | 2018-04-07 | 1 | -12/+12 |
| | |||||
* | hide keyboard when stopping ConversationFragment | Christian Schneppe | 2018-04-07 | 1 | -3/+11 |
| |