aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de (follow)
Commit message (Collapse)AuthorAgeFilesLines
* create avatar path before saving avatarChristian Schneppe2018-04-291-4/+17
|
* Use native snackbar on map viewChristian Schneppe2018-04-291-12/+19
|
* some location reworkChristian Schneppe2018-04-292-10/+14
|
* fixed npe when conversation in multi mode had jid w/o local partChristian Schneppe2018-04-291-2/+2
|
* removed 'received' prefix from descriptionChristian Schneppe2018-04-292-21/+5
|
* replace use file as is blacklist with general don't use app data ruleChristian Schneppe2018-04-291-15/+6
|
* some more theme fixesChristian Schneppe2018-04-292-0/+11
|
* catch dead object exceptions when acquiring wake locksChristian Schneppe2018-04-297-129/+166
|
* wrap all calls to notification manager in exception handler to catch dead ↵Christian Schneppe2018-04-291-12/+44
| | | | object exception
* fix some colorsChristian Schneppe2018-04-291-1/+2
|
* make text clickable in openkeychain missing messageChristian Schneppe2018-04-291-17/+16
|
* get real file name for files shared from ConversationsChristian Schneppe2018-04-292-10/+16
|
* add fdroid fennec to use file as is blacklistChristian Schneppe2018-04-291-1/+2
|
* always include omemo fallback messageChristian Schneppe2018-04-291-3/+1
|
* fix ShareWithActivityChristian Schneppe2018-04-281-47/+7
|
* add missing importChristian Schneppe2018-04-271-0/+1
|
* include node when requesting disco featuresChristian Schneppe2018-04-272-17/+28
|
* display avatar in groupsChristian Schneppe2018-04-274-62/+59
|
* update actionbartitle while refreshing uiChristian Schneppe2018-04-271-0/+1
|
* add some more buttons to ConferenceDetailsActivity and bug fixesChristian Schneppe2018-04-252-49/+65
| | | | | * add to/remove from contact list * leave room
* some theme fixesChristian Schneppe2018-04-251-14/+6
|
* fixed condition to accept lmc if user reference existsChristian Schneppe2018-04-242-9/+3
|
* keep track of user object in messagesChristian Schneppe2018-04-242-1/+15
|
* code cleanup in AxolotlService.fetchDeviceIds()Christian Schneppe2018-04-241-25/+29
|
* load currently open conversation fasterChristian Schneppe2018-04-244-6/+81
|
* all contacts in roster are 'trusted'Christian Schneppe2018-04-241-1/+1
|
* fixed up button refresh in start conversation activityChristian Schneppe2018-04-241-1/+7
|
* fixed mixing symbols and letters in unicode detector on pre NChristian Schneppe2018-04-241-1/+4
|
* change opacity on emoji only messagesChristian Schneppe2018-04-241-2/+2
|
* fixed redownloadChristian Schneppe2018-04-241-9/+8
|
* fixed exception handlerChristian Schneppe2018-04-241-1/+1
|
* no WelcomeActivity if MAGIC_CREATE_DOMAIN is unsetChristian Schneppe2018-04-242-2/+3
|
* migrate the RecyclerViewChristian Schneppe2018-04-244-48/+108
|
* provide fallback in case synchronizing around message list fails for some reasonChristian Schneppe2018-04-231-27/+32
|
* fixed some dark theme issues in message viewChristian Schneppe2018-04-232-1/+13
|
* synchronize around getting last visibile uuidChristian Schneppe2018-04-231-12/+14
|
* get escaped localpart as username. should fixed saslChristian Schneppe2018-04-231-1/+1
|
* make error message for 'not encrypted for this device'Christian Schneppe2018-04-237-3/+32
|
* change icon sizeChristian Schneppe2018-04-231-23/+25
|
* support contact shortcutsChristian Schneppe2018-04-233-8/+137
| | | | | | | * 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
* create dedicated exception for not encrypted for this deviceChristian Schneppe2018-04-232-1/+36
|
* provide up navigation in start conversation activityChristian Schneppe2018-04-231-7/+30
|
* update unreadCountChristian Schneppe2018-04-231-4/+5
|
* UriHandlerActivity: Always check for XMPP URI validityChristian Schneppe2018-04-231-4/+6
| | | | | Also check for XMPP URI validity if there are no configured accounts and the WelcomeActivity is active.
* made font size selectableChristian Schneppe2018-04-235-25/+64
|
* made checkboxes and radiobuttons stylableChristian Schneppe2018-04-221-2/+2
|
* made all text styleableChristian Schneppe2018-04-221-4/+0
|
* show account chooser for new conferences / join conferencesChristian Schneppe2018-04-223-6/+11
|
* in case fragment starts after activity is bound to service; fetch ↵Christian Schneppe2018-04-221-14/+25
| | | | conversation from uuid
* fixed muc detection for rare cases where muc is hosted on primary domainChristian Schneppe2018-04-222-1/+7
|