gkasten / drrickorang

Dr. Rick O'Rang
71 stars 39 forks source link

Refactoring for Android Studio project #1

Closed ragomusic closed 9 years ago

ragomusic commented 9 years ago

Created Android Studio project and moved files around to fit in the Android Studio project schema.

Note that android.mk files will not work for now.

gkasten commented 9 years ago

Hi Ricardo, I'm surprised this was needed. I was working with Android Studio without the renaming. I will share my build instructions, and compare with yours.

On Mon, Mar 23, 2015 at 3:14 PM, ragomusic notifications@github.com wrote:

Created Android Studio project and moved files around to fit in the Android Studio project schema.

Note that android.mk files will not work for now.

You can view, comment on, or merge this pull request online at:

https://github.com/gkasten/drrickorang/pull/1 Commit Summary

  • Refactoring for Android Studio project

File Changes

Patch Links:

— Reply to this email directly or view it on GitHub https://github.com/gkasten/drrickorang/pull/1.

ragomusic commented 9 years ago

Hi Glenn. You were copying the files every time (importing), so, changes made to the files would be lost. I'm using Android Studio for all the development, including UI, etc.

BTW, I found a bunch of little bugs on the JAVA version I already fixed, and a likely problem in native for older (less memory) devices, but this one is trickier.

-rago

On Tue, Mar 24, 2015 at 3:10 PM, gkasten notifications@github.com wrote:

Hi Ricardo, I'm surprised this was needed. I was working with Android Studio without the renaming. I will share my build instructions, and compare with yours.

On Mon, Mar 23, 2015 at 3:14 PM, ragomusic notifications@github.com wrote:

Created Android Studio project and moved files around to fit in the Android Studio project schema.

Note that android.mk files will not work for now.

You can view, comment on, or merge this pull request online at:

https://github.com/gkasten/drrickorang/pull/1 Commit Summary

  • Refactoring for Android Studio project

File Changes

LoopbackApp/app/src/main/java/org/drrickorang/loopback/AudioFileOutput.java https://github.com/gkasten/drrickorang/pull/1/files#diff-15 (0)

  • R

LoopbackApp/app/src/main/java/org/drrickorang/loopback/LoopbackActivity.java https://github.com/gkasten/drrickorang/pull/1/files#diff-16 (0)

  • R

LoopbackApp/app/src/main/java/org/drrickorang/loopback/LoopbackApplication.java https://github.com/gkasten/drrickorang/pull/1/files#diff-17 (0)

  • R

LoopbackApp/app/src/main/java/org/drrickorang/loopback/LoopbackAudioThread.java https://github.com/gkasten/drrickorang/pull/1/files#diff-18 (0)

  • R

LoopbackApp/app/src/main/java/org/drrickorang/loopback/NativeAudioThread.java https://github.com/gkasten/drrickorang/pull/1/files#diff-19 (0)

LoopbackApp/app/src/main/java/org/drrickorang/loopback/SettingsActivity.java https://github.com/gkasten/drrickorang/pull/1/files#diff-21 (0)

Patch Links:

— Reply to this email directly or view it on GitHub https://github.com/gkasten/drrickorang/pull/1.

— Reply to this email directly or view it on GitHub https://github.com/gkasten/drrickorang/pull/1#issuecomment-85712693.