aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/activity_recording.xml (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-03-31renamed button in recording dialog to 'attach'Christian Schneppe1-1/+1
2018-12-14Reduce `minSdkVersion` to 16, fix issues reported by lintChristian Schneppe1-3/+3
This further reduces the minimum API level to 16, which should encompass most users stuck on older versions of Android (mainly BlackBerry OS and Jolla users). Several issues reported by code analysis were fixed, mainly around issues with layouts.
2018-09-11make recording activity not crash if microphone was in useChristian Schneppe1-0/+1
2018-04-29migrate recording activity to view binderChristian Schneppe1-44/+47
2018-04-29use styled borderless buttonChristian Schneppe1-2/+2
2018-04-21more theme workingChristian Schneppe1-13/+13
2016-11-19reformat codeChristian Schneppe1-4/+4
2016-05-05add audio recorderChristian S1-0/+52