-
Notifications
You must be signed in to change notification settings - Fork 790
fixed issue 17 #97
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
Open
hyperov
wants to merge
116
commits into
dkim0419:master
Choose a base branch
from
hyperov:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
fixed issue 17 #97
Changes from 6 commits
Commits
Show all changes
116 commits
Select commit
Hold shift + click to select a range
75086e6
Implement pause feature by adding 2 main component:
bc37781
1-file naming increment issue : fixed.
0bb7944
delete todos regarding pause/resume feature
0025136
+ Change package name (com.danielkim -> by.naxa)
naXa777 3d5eae7
Request app permissions at runtime (on Android 6.0 and higher)
naXa777 10a191f
Integrate Crashlytics SDK to monitor the app's health
naXa777 0948810
Fix a crash (due to incorrect permissions check)
naXa777 e4a72b0
Remove extra padding between cards on Records tab
naXa777 19a04da
Change directory for storing records + refactoring
naXa777 f5c3ad5
Show error (in Snackbar) if permission is not granted
naXa777 c5f5583
Modernization: replace com.melnykov.fab.FloatingActionButton (depreca…
naXa777 3873a35
Add missing russian translations
naXa777 0de0d04
+ Verify that external storage is available and show error (if it's not)
naXa777 4d4ed28
Update strings
naXa777 797c62c
Update Gradle build plugin to the latest version
naXa777 a34b3c5
Warn when file operations fail
naXa777 a8a531a
cleanup
naXa777 58d6178
Use Android Design Support CoordinatorLayout + AppBarLayout + TabLayo…
naXa777 b85d2e2
Report recording task status (from Service to Activity) - this commit…
naXa777 20958ae
Cleanup: minor changes to project hierarchy
naXa777 3fc9c3b
remove dead code
1322063
add Toast for resumed status.
0150800
change mPlayButton to FAB.
f4d8045
Double tapping on Record button was causing Runtime exception at stop()
naXa777 493b93f
Declares hardware features that are used by the application
naXa777 b6d531d
Request audio focus when playing a sound recording
naXa777 d430d42
Minor changes:
naXa777 40d7aa6
Respond to headset events: pause playback when headset is unplugged
naXa777 b61e037
* Fix AppBar layout
naXa777 791c6f2
* Fix "black hole" bug in Android 4.1 (API 16)
naXa777 2c8ca10
Add landscape mode
naXa777 e90a613
Apply Material Design to all components (such as PAUSE button, EditTe…
naXa777 93f6bad
Refactor > Migrate to AndroidX
naXa777 aac4b31
Fix layout problems
naXa777 3fc2639
Fix FileUriExposedException, which occurred when sharing files throug…
naXa777 fe216d3
Update Open Source Licenses
naXa777 9d660be
prepare for release - app version 2.0
naXa777 6461c11
"Rename File" dialog - limit TextInputEditText to single line
naXa777 7894e2b
Update README.md
naXa777 7e01bef
Update .gitignore
naXa777 48aa374
"Rename File" dialog - show soft keyboard automatically
naXa777 4e5e388
Update README.md
naXa777 3c8aecb
Fix application crash in case if User starts recording when the micro…
naXa777 5ebc9c6
* Fix application crash when leaving split-screen mode in Android Nou…
naXa777 20d674f
Update README.md - Contribution
naXa777 02bd993
Remove ignored files from VCS
naXa777 04576fb
Start RecordingService in foreground (show persistent notification du…
naXa777 2cfdc6c
Fix high quality preference
naXa777 3378832
Fix #31 - Change time format from mm:ss to hh:mm:ss for long records
naXa777 697c55c
#30 Move app icons to mipmap- folders
naXa777 63c9a9e
Integrate with Travis CI
naXa777 fca6032
Setup Fabric Crashlytics CI friendly
naXa777 45f644f
remove ignored files from VCS
naXa777 1a3cfc2
Modify build script to proceed with Lint errors (error is caused by c…
naXa777 8dd7db5
Configure instrumented tests
naXa777 f7f3d6b
Embed build status image (badge)
naXa777 7d2f59e
Update README.md - rearrange badges
naXa777 c14c0c7
Start emulator before tests in order to fix Travis CI error: no conne…
naXa777 ddb3ad0
Fix Travis CI error: could not parse .travis.yml (syntax error)
naXa777 6c7c4a6
Fix Travis CI error: Invalid --abi armeabi-v7a for the selected target
naXa777 1e0aa20
Fix Travis CI error: Target id is not valid
naXa777 30428d6
Fix Travis CI error: Invalid --abi armeabi-v7a for the selected targe…
naXa777 1056828
Fix Travis CI error: remove -no-skin -no-audio + try API level 22 + c…
naXa777 7839c0e
Increase timeout in order to fix Travis CI error: ShellCommandUnrespo…
naXa777 3e0ab56
Fix Travis CI error (attempt №10) - copy travis.yml from andstatus/an…
naXa777 6daac58
Fix Travis CI error (attempt №11): INSTRUMENTATION_FAILED: Unable to …
naXa777 307b805
Fix Travis CI error (attempt №12): INSTRUMENTATION_FAILED: Unable to …
naXa777 83b8b31
Enable test coverage for debug build
naXa777 60ad3de
Update README.md
naXa777 80598ad
Update Crowdin configuration file
naXa777 3de6e79
Update README.md
naXa777 e23b87d
Update README.md
naXa777 7b54057
Update README.md
naXa777 624e714
Upload coverage report to Codecov after successful build in Travis CI
naXa777 d0bdfad
:bug: bugfix: duration is displayed as 00:00
naXa777 c3b6190
Add LeakCanary - a memory leak detection library
naXa777 31f1b9d
New Crowdin translations (#34)
naXa777 c016c86
Update README.md
naXa777 21dc22b
Update README.md - 2 new badges
naXa777 b8e5b58
Fix #35 Prevent mis-clicks on buttons
naXa777 84716a1
Fix #21 Chronometer starts even if recording start failed
naXa777 5ecb514
#37 fix possible memory leaks
naXa777 649592f
Enhance crash reports
naXa777 dcd437e
Fix #5 Activity has leaked ServiceConnection that was originally boun…
naXa777 590ac3c
update Gradle
naXa777 1c8c880
:busts_in_silhouette: Contributing guidelines
naXa777 8ef8adf
try to fix anchor link
naXa777 58f18e0
Create strings.xml for South Korea
759170c
Add new options icon to sound file list item
Jantzilla d44fda9
update Gradle and other dependencies
naXa777 54ca03f
Change "presentFileOptions()" return value from "false" to "true"
Jantzilla d85f97d
fix Travis CI pipeline :construction_worker: (#57)
naXa777 46a125d
*.tmp files are now stored in external cache (#59)
har2008preet b65a5b6
Added Adaptive Icons
Tgo1014 06f41e4
Merge pull request #62 from Tgo1014/feature/adaptative-icons
naXa777 6e19084
Successfully added night mode
49c7af9
update Gradle wrapper to 5.6.3
naXa777 ebc2a6d
migrate Fabric Crashlytics to Firebase Crashlytics
naXa777 90cf343
fix Travis CI pipeline :construction_worker:
naXa777 f87b092
fix Travis CI pipeline :construction_worker:
naXa777 40aac82
fix Travis CI pipeline :construction_worker:
naXa777 ca3e6a3
fix Travis CI pipeline :construction_worker: (again)
naXa777 a6aa8b5
fix Travis CI pipeline :construction_worker: (again and again)
naXa777 b63f9ce
Merge pull request #64 from MilindAmrutkar/issue-2
naXa777 52c4249
Added displaying "No recordings" when record list is empty
msolanik a36b9f6
Merge remote-tracking branch 'origin/master' into maintenance/migrate…
naXa777 ee3799d
add missing dependency
naXa777 2ce25ed
Merge pull request #66 from naXa777/maintenance/migrate-to-firebase
naXa777 e818e86
downgrade target SDK to P (not ready for Q yet)
naXa777 ff0022b
Added intent for other apps to use recorder (#63)
aman0408 375177b
add translations from POEditor:
naXa777 307b38c
update gradle
hyperov 6f7f7b7
add gradle properties
hyperov 4751f00
manual pull request from youcef934
hyperov fb02d14
code clean up
hyperov 7c40e3f
lint fixes
hyperov File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These seem like spurious changes?