aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-04-01request storage permission when opening messageChristian Schneppe3-4/+48
2018-04-01refactor disable notifications dialog to make use of timeframeutilsChristian Schneppe2-71/+63
2018-04-01calculate automatic timeout labels dynamicallyChristian Schneppe2-0/+92
2018-04-01reorder and scroll down after resending a messageChristian Schneppe3-11/+17
2018-04-01use translated version of subject if availableChristian Schneppe2-1/+27
2018-04-01fix context menu in ConferenceDetailsActivityChristian Schneppe1-5/+10
2018-04-01fix change password activity for magic created accountsChristian Schneppe3-13/+10
2018-04-01show password field only on non-logged in or magic created accountsChristian Schneppe1-1/+6
2018-04-01finished 'Set Status Message' dialogChristian Schneppe7-261/+116
2018-04-01add missing permission result handling in StartConversationActivityChristian Schneppe1-0/+1
2018-04-01delegate mime type from intentChristian Schneppe6-18/+21
2018-04-01wip: new status message dialogChristian Schneppe7-163/+304
2018-04-01finished app compat themeingChristian Schneppe7-29/+6
2018-04-01use text styles in more placesChristian Schneppe5-25/+34
2018-04-01request camera permissions when attaching taking picture or recording videoChristian Schneppe1-4/+54
2018-04-01fixed take photo for activties that do not get destroyedChristian Schneppe2-9/+40
2018-04-01migrated some views over to app compat text stylesChristian Schneppe1-37/+0
2018-04-01changed some of the jid entering dialogs to textinputlayoutChristian Schneppe3-39/+77
2018-04-01introduced setting to not scroll down after sending a messageChristian Schneppe1-4/+8
2018-04-01removed 'preemptive grant' settingChristian Schneppe5-13/+13
2018-04-01get rid of customizable resourcesChristian Schneppe5-244/+197
2018-04-01made conference invite work againChristian Schneppe5-20/+47
2018-04-01made publish pgp work from conversation viewChristian Schneppe2-30/+45
2018-04-01don't send messages in callbackChristian Schneppe5-177/+110
2018-04-01use cards views in about and publish avatar activityChristian Schneppe1-4/+4
2018-03-31bring scan button to StartConversationActivityChristian Schneppe2-127/+124
2018-03-31do not redirect to StarConversationActivity when scanning invalid jidChristian Schneppe1-1/+4
2018-03-31jump to first unread message if was scrolled to bottom earlierChristian Schneppe1-1/+16
2018-03-31add scan action to contact detailsChristian Schneppe1-0/+4
2018-03-31fixe scan in OmemoActivitiesChristian Schneppe4-19/+49
2018-03-31skip background connect when changing themeChristian Schneppe2-2/+12
2018-03-31simplified reInit logicChristian Schneppe2-24/+8
2018-03-31fixed openDialogs call when poping back stackChristian Schneppe2-7/+14
2018-03-31always scroll if viewing intentChristian Schneppe2-10/+27
2018-03-31integrate qr code scanner. temporarily break omemo activity scanChristian Schneppe11-664/+849
2018-03-31fix crash if binding is nullChristian Schneppe1-0/+3
2018-03-31some menu fixesChristian Schneppe3-15/+27
2018-03-31updated manage account activity to new colorsChristian Schneppe6-10/+11
2018-03-31made a few callbacks save to activity being detachedChristian Schneppe3-13/+71
2018-03-31save scroll state across rotationsChristian Schneppe3-63/+168
2018-03-31skip refresh if binding is missingChristian Schneppe2-0/+8
2018-03-31fixed take photo + do not reint twiceChristian Schneppe1-25/+64
2018-03-30show warning dialogsChristian Schneppe3-1027/+295
2018-03-30fix permission handlingChristian Schneppe2-36/+48
2018-03-30skip unnecessary loading of conversation overview fragmentChristian Schneppe1-4/+8
2018-03-30fixed showing QR code on long pressChristian Schneppe2-2/+5
2018-03-30don't show qr scan in conversation viewChristian Schneppe1-1/+8
2018-03-30fixed onActivityResult handling for pgpChristian Schneppe2-8/+50
2018-03-30added dedicated scan buttonChristian Schneppe4-11/+22
2018-03-29made download button in message adapter workChristian Schneppe2-197/+154