Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow user to type in FPS and audio bitrate value instrad of using Spinner #2

Merged
merged 24 commits into from
Apr 2, 2024

Conversation

oong819
Copy link
Owner

@oong819 oong819 commented Mar 29, 2024

Audio bitrate now use EditText instead of Spinner, allow user to type in value instead of choose a pre-defined value

FPS Spinner now have a "custom" option, choosing it display a EditText for user to type in

(Audio bitrate are checked to be valid int similar to video bitrate checking, custom FPS are checked to be valid float)

I tried to match the code style of brarcher to avoid code style inconsistence

TODO: translate new 2 invalid value message string

@oong819
Copy link
Owner Author

oong819 commented Mar 29, 2024

Anyone here know how to fix build? i have searched and tried to fix it but can't

@oong819 oong819 added enhancement New feature or request help wanted Extra attention is needed labels Mar 29, 2024
@oong819
Copy link
Owner Author

oong819 commented Mar 31, 2024

nvm, i just found out that i should read the bottom of the log instead of the first exception

@oong819 oong819 removed the help wanted Extra attention is needed label Mar 31, 2024
@oong819
Copy link
Owner Author

oong819 commented Apr 1, 2024

Current problem: somehow the custom FPS input container did not display when Custom are choosed

Currently stuck, can't find out why, need help

@oong819 oong819 added the help wanted Extra attention is needed label Apr 1, 2024
@oong819
Copy link
Owner Author

oong819 commented Apr 2, 2024

everthing are fine now

@oong819 oong819 removed the help wanted Extra attention is needed label Apr 2, 2024
@oong819 oong819 merged commit d481c19 into master Apr 2, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant