Skip to content

Commit

Permalink
release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
teamclouday committed Jun 1, 2021
1 parent a3e425e commit b2e4d64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ class MainActivity : AppCompatActivity()
setContentView(R.layout.activity_main)

mLogTextView = findViewById(R.id.txt_log)
// set screen to always on
window.addFlags(WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON)
// set action bar title
supportActionBar?.setTitle(R.string.activity_name)
// set scroll to focus down
mScroller = findViewById(R.id.scrollView2)
// set up notification
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,8 @@ That's all!
- [x] Volume control on Windows side
- [x] Audio visualization on Windows side
- [x] USB serial port connection support
- [ ] Limit fps of the waveform visualization update
- [ ] Make Android side able to run in background
- [ ] Show notification when mic is in use on Android side
- [x] Make Android side able to run in background
- [x] Show notification when mic is in use on Android side
- [ ] Post audio effects options

------
Expand Down

0 comments on commit b2e4d64

Please sign in to comment.