Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rework conference and contact details | Christian Schneppe | 2019-12-23 | 1 | -1/+1 |
| | | | | | | | | | * reduce avatar size * show big avatar on long click * reorder elements * show contact/muc JID in advanced mode fixes #423 | ||||
* | permission compatibility for Android 10 | Christian Schneppe | 2019-12-08 | 1 | -1/+2 |
| | |||||
* | introduce app intro and some help screens | Christian Schneppe | 2019-09-21 | 1 | -0/+3 |
| | |||||
* | migrate to AndroidX | Christian Schneppe | 2019-09-20 | 1 | -2/+2 |
| | |||||
* | make some more activities to start as single task | Christian Schneppe | 2019-09-11 | 1 | -10/+21 |
| | |||||
* | get images from google photos | Christian Schneppe | 2019-09-03 | 1 | -0/+1 |
| | |||||
* | open backup files on view action | Christian Schneppe | 2019-08-31 | 1 | -1/+16 |
| | |||||
* | implement channel discovery | Christian Schneppe | 2019-04-26 | 1 | -0/+3 |
| | | | | | refactor muc search to use http cache channel search results | ||||
* | add activity to define some important privacy settings on first start | Christian Schneppe | 2019-03-31 | 1 | -0/+4 |
| | |||||
* | provide the same fab submenu for both tabs. rename tab to bookmark | Christian Schneppe | 2019-02-07 | 1 | -1/+1 |
| | |||||
* | refactored group chat members into seperate screen | Christian Schneppe | 2019-01-27 | 1 | -1/+4 |
| | |||||
* | rework backup & restore | Christian Schneppe | 2019-01-26 | 1 | -1/+6 |
| | | | | use the implementation from Conversations | ||||
* | fix typo | Christian Schneppe | 2019-01-25 | 1 | -2/+2 |
| | |||||
* | provide Set as Profile intent | Christian Schneppe | 2019-01-25 | 1 | -0/+12 |
| | |||||
* | make contact chooser (direct sharing) smart about sharing text in groups ↵ | Christian Schneppe | 2019-01-25 | 1 | -0/+6 |
| | | | | when http is not available | ||||
* | add RTL support | Christian Schneppe | 2019-01-04 | 1 | -0/+1 |
| | |||||
* | add ability to set nickname in profile | Christian Schneppe | 2018-12-30 | 1 | -3/+6 |
| | |||||
* | do not show up navigation in start conversation screen if called with view ↵ | Christian Schneppe | 2018-11-15 | 1 | -1/+1 |
| | | | | intent | ||||
* | refactored some ManageAccount, WelcomeActivity and a few other things | Christian Schneppe | 2018-11-15 | 1 | -0/+1 |
| | |||||
* | rework MediaViewerActivity | Christian Schneppe | 2018-10-03 | 1 | -2/+2 |
| | |||||
* | introduce media browser activity | Christian Schneppe | 2018-09-26 | 1 | -0/+4 |
| | |||||
* | preview media before sending them and allow sharing and attaching of ↵ | Christian Schneppe | 2018-09-23 | 1 | -10/+2 |
| | | | | multiple files | ||||
* | provide intent filter to launch settings from notification groups controls | Christian Schneppe | 2018-09-13 | 1 | -1/+6 |
| | |||||
* | initial work toward api 26+ | Christian Schneppe | 2018-09-13 | 1 | -2/+2 |
| | | | | | * introduce notification channels * always use foreground service on 26+ | ||||
* | WIP: set room avatar and slight redesign of group details | Christian Schneppe | 2018-06-29 | 1 | -1/+6 |
| | | | | *show jid in group details (in advanced mode) | ||||
* | fix some location crashes | Christian Schneppe | 2018-05-14 | 1 | -9/+0 |
| | |||||
* | hide record audio feature if mircophone is not available | Christian Schneppe | 2018-05-03 | 1 | -0/+3 |
| | | | | hide share location feature if location service is not available | ||||
* | click on avatars in message search opens contact details | Christian Schneppe | 2018-04-30 | 1 | -1/+1 |
| | |||||
* | mock (non functional) search activity | Christian Schneppe | 2018-04-29 | 1 | -0/+3 |
| | |||||
* | migrate recording activity to view binder | Christian Schneppe | 2018-04-29 | 1 | -15/+2 |
| | |||||
* | some location rework | Christian Schneppe | 2018-04-29 | 1 | -21/+37 |
| | |||||
* | support contact shortcuts | Christian Schneppe | 2018-04-23 | 1 | -0/+10 |
| | | | | | | | * support contact shortcuts * make ShortcutActivity extends AbstractSearchableListItemActivity * Draw the app icon in the corner of the icon and modify the name of the widget * updated label and icon size | ||||
* | make camera feature optional | Christian Schneppe | 2018-04-08 | 1 | -0/+3 |
| | |||||
* | Classify in the "social" app category | Christian Schneppe | 2018-04-08 | 1 | -0/+2 |
| | |||||
* | added splash screen | Christian Schneppe | 2018-04-03 | 1 | -3/+3 |
| | |||||
* | show new fab in ShowFullscreenMessageActivity | Christian Schneppe | 2018-04-02 | 1 | -1/+1 |
| | |||||
* | finished 'Set Status Message' dialog | Christian Schneppe | 2018-04-01 | 1 | -6/+0 |
| | |||||
* | integrate qr code scanner. temporarily break omemo activity scan | Christian Schneppe | 2018-03-31 | 1 | -3/+9 |
| | |||||
* | move new activity back to original name | Christian Schneppe | 2018-03-29 | 1 | -1/+1 |
| | |||||
* | WIP & fragment voodoo | Christian Schneppe | 2018-03-24 | 1 | -1/+1 |
| | |||||
* | rewrite how preference screens are invokved | Christian Schneppe | 2018-03-12 | 1 | -0/+4 |
| | |||||
* | integrate trust manager into conversations | Christian Schneppe | 2018-03-12 | 1 | -9/+2 |
| | |||||
* | use appcompat in more activities | Christian Schneppe | 2018-03-09 | 1 | -4/+4 |
| | |||||
* | check if app installs from unknown sources are allowed, if not open settings ↵ | Christian Schneppe | 2018-01-21 | 1 | -0/+1 |
| | | | | to allow this manually | ||||
* | do not use theme in uri activity | Christian Schneppe | 2018-01-17 | 1 | -1/+0 |
| | |||||
* | reworked location services from GoogleMap to OSM | Christian Schneppe | 2018-01-07 | 1 | -7/+0 |
| | |||||
* | remove NFC + light refactoring of XmppActivity | Christian Schneppe | 2017-12-23 | 1 | -1/+0 |
| | |||||
* | remove NFC handling + let edit account handle own jids | Christian Schneppe | 2017-12-16 | 1 | -15/+8 |
| | |||||
* | StartConversationActivity: Scan QR codes via UriHandlerActivity | Christian Schneppe | 2017-12-16 | 1 | -1/+0 |
| | |||||
* | Add ShareViaAccountActivity | Christian Schneppe | 2017-12-16 | 1 | -0/+4 |
| |