summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-06Merge pull request #13 from dturner/mastergkasten
Use latest gradle plugin, remove .idea folder
2015-10-05Updating app for new permissions model in Android Marshmallow (API 23)Don Turner
2015-10-05Updating project to use latest experimental gradle plugin for NDK support ↵Don Turner
(0.3.0-alpha6)
2015-10-05Removing .idea folder from source controlDon Turner
2015-10-05Make commit match .gitignoreGlenn Kasten
2015-09-08Initialize from commit 4553e518f23d03eac2277da955c8709c05050281Glenn Kasten
2015-05-20Update version code 6 name 0.4Glenn Kasten
2015-05-20Update miscellaneous Android Studio project filesGlenn Kasten
2015-05-20Remove private dictionaryGlenn Kasten
2015-05-20Disable buffer period buttonGlenn Kasten
2015-05-20Disable display of estimated latencyGlenn Kasten
2015-05-20App version prefix was not shown in settingsGlenn Kasten
2015-05-20Simplify filename used for file saveGlenn Kasten
2015-05-20Update the "about" textGlenn Kasten
2015-05-20Add copyright headersGlenn Kasten
2015-05-19Merge pull request #12 from g60726/ntdebuggkasten
Ntdebug
2015-05-19Just some extra code that shows some log for testing purpose.ninatai
2015-05-18Fix the bug where the first png is always been saved even though the ↵ninatai
screenshot has changed.
2015-05-18Add prefix LoopbackApp to filename when saving files. Add App in front of ↵ninatai
version number that's displayed on main_activity page.
2015-05-18Add hyperlinks in About pageninatai
2015-05-18This version contains the completed histogram. Fix the naming so everything ↵ninatai
now correctly refers to "Buffer Period" instead of "Latency".
2015-05-15Histogram with log scale, x/y axis, and y label.ninatai
2015-05-14this version can now draw a simple histogram (for Java only)ninatai
2015-05-13Partial code for collecting latency dataninatai
2015-05-13Merge pull request #11 from g60726/ntdebugragomusic
Now when the file path is not found, the path will not show up on Toa… Tested in N9.
2015-05-12Now when the file path is not found, the path will not show up on Toast ↵ninatai
(instead of app crashes directly).
2015-05-12Merge pull request #10 from g60726/ntdebuggkasten
Ntdebug
2015-05-11Add About page to show relevant information about this appninatai
2015-05-11Fix variable names.ninatai
2015-05-11Filename now saves the time of plot acquisition.ninatai
Add Toast to show where the file is saved.
2015-05-11Merge pull request #9 from ragomusic/masterragomusic
Simple Latency Estimation via graphic correlation and UI polishing
2015-05-11Merge branch 'master' of https://github.com/ragomusic/drrickorangRicardo Garcia
2015-05-11Added simple latency estimation via graphic correlationRicardo Garcia
Simple algorithm to estimate and display latency in ms. Some cosmetic changes, applying the holo light schema, and added current level display on screen.
2015-05-11Added simple latency estimation via graphic correlationRicardo Garcia
Simple algorithm to estimate and display latency in ms. Some cosmetic changes, applying the holo light schema, and added current level display on screen.
2015-04-10Update version code 5 name 0.3Glenn Kasten
2015-04-10Allow running on pre Jellybean MR1Glenn Kasten
2015-04-10Merge pull request #7 from ragomusic/mastergkasten
Microphone source selection. Exporting screenshot
2015-04-09Capturing PNG and more info on screenRicardo Garcia
Added capability to capture PNG of latest experiment, and more info on screen. Name size of wave and png reduced in lenght. Extra information on Settings.
2015-04-08New microphone selection capabilities.Ricardo Garcia
Now it is possible to select the microphone source. Some notification/error management refactoring. Adding microphone source to the name of the wavefile.
2015-04-06Update version code 4 name 0.2.8Glenn Kasten
2015-04-04Merge pull request #6 from ragomusic/mastergkasten
Clearing Memory for JNI objects
2015-04-03Clearing Memory for JNI objectsRicardo Garcia
Fixing a bug that is noticeable in older versions of android.
2015-04-02Merge pull request #5 from ragomusic/mastergkasten
Bugfix for jni min buffer size computation
2015-04-02Bugfix for jni min buffer size computationRicardo Garcia
2015-04-02Merge pull request #4 from ragomusic/mastergkasten
Merging master, BufferSize for openSLES
2015-04-02Merge remote-tracking branch 'upstream/master'Ricardo Garcia
2015-04-02Added open SLES query for preferred frame size.Ricardo Garcia
Plus some minor cosmetic fixes
2015-04-02Merge pull request #3 from ragomusic/mastergkasten
Bugfixing for older Android versions
2015-04-02Bugfixing for older Android versionsRicardo Garcia
Fixing some race conditions that became problematic on older android versions. Instrumented JNI code with debug/log messages. Reduced memory footprint of JNI test by directly using the actual buffer of interest.
2015-04-02Bugfixing for older Android versionsRicardo Garcia
Fixing some race conditions that became problematic on older android versions. Instrumented JNI code with debug/log messages. Reduced memory footprint of JNI test by directly using the actual buffer of interest.