aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/RecordingActivity.java (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19separate received and sent filesChristian Schneppe1-1/+1
2018-09-26show conversation media in contact/conference detailsChristian Schneppe1-1/+1
2018-09-11make recording activity not crash if microphone was in useChristian Schneppe1-6/+10
2018-05-17increase sample and bit rate for voice recordingChristian Schneppe1-2/+2
2018-04-29migrate recording activity to view binderChristian Schneppe1-80/+79
2018-04-29some more theme fixesChristian Schneppe1-0/+2
2018-04-23made font size selectableChristian Schneppe1-2/+1
2018-04-21more theme workingChristian Schneppe1-2/+28
2018-03-09use appcompat in more activitiesChristian Schneppe1-1/+2
2017-11-23code cleanupChristian Schneppe1-3/+3
2017-03-11rename media directoriesChristian Schneppe1-1/+1
2017-01-25reworked FileBackendChristian Schneppe1-1/+1
2016-11-19reformat codeChristian Schneppe1-127/+127
2016-11-12prevent accidental close of voice recorderChristian Schneppe1-5/+12
2016-07-29changed package id inside manifest and projectChristian Schneppe1-5/+4
2016-07-12fixed storage location for recorded voiceChristian Schneppe1-2/+1
2016-06-30use variables from filebackendChristian Schneppe1-1/+2
2016-06-25modified output filename and location of voice recorderChristian Schneppe1-1/+1
2016-05-31optimize importsChristian Schneppe1-2/+1
2016-05-05add audio recorderChristian S1-0/+159