Skip to content

Commit

Permalink
Closes AndroidAalto#3 SoundFused renamed to SoundFuse. Project must be
Browse files Browse the repository at this point in the history
refreshed.
  • Loading branch information
jush committed Jun 25, 2011
1 parent d465cc4 commit f3dacbd
Show file tree
Hide file tree
Showing 23 changed files with 92 additions and 92 deletions.
2 changes: 1 addition & 1 deletion .project
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>soundfused</name>
<name>SoundFuse</name>
<comment></comment>
<projects>
</projects>
Expand Down
10 changes: 5 additions & 5 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,27 @@
Copyright: 2011 Android Aalto Community
This file is part of SoundFused.
This file is part of SoundFuse.
SoundFused is free software; you can redistribute it and/or modify
SoundFuse is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
SoundFused is distributed in the hope that it will be useful,
SoundFuse is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with SoundFused; if not, write to the Free Software
along with SoundFuse; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
******************************************************************************/
-->
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="org.androidaalto.soundfused"
package="org.androidaalto.soundfuse"
android:versionCode="1"
android:versionName="1.0">
<uses-sdk
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ all: debug
run: run-debug

run-debug: debug
adb shell am start -a android.intent.action.MAIN -n org.androidaalto.soundfused/.BoardActivity
adb shell am start -a android.intent.action.MAIN -n org.androidaalto.soundfuse/.BoardActivity

debug: build.xml
ant debug
Expand Down
2 changes: 1 addition & 1 deletion res/layout/add_columns.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
android:layout_width='fill_parent' android:layout_height='wrap_content'
android:textAppearance='?android:attr/textAppearanceMedium'
android:layout_marginBottom='10dp' />
<org.androidaalto.soundfused.picker.NumberPicker
<org.androidaalto.soundfuse.picker.NumberPicker
android:id="@+id/pref_num_picker" android:layout_width="fill_parent"
android:layout_height="wrap_content" />
</LinearLayout>
8 changes: 4 additions & 4 deletions res/layout/board.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
Copyright: 2011 Android Aalto Community
This file is part of SoundFused.
This file is part of SoundFuse.
SoundFused is free software; you can redistribute it and/or modify
SoundFuse is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
SoundFused is distributed in the hope that it will be useful,
SoundFuse is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with SoundFused; if not, write to the Free Software
along with SoundFuse; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
******************************************************************************/
Expand Down
8 changes: 4 additions & 4 deletions res/layout/fileexplorer_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
Copyright: 2011 Android Aalto Community
This file is part of SoundFused.
This file is part of SoundFuse.
SoundFused is free software; you can redistribute it and/or modify
SoundFuse is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
SoundFused is distributed in the hope that it will be useful,
SoundFuse is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with SoundFused; if not, write to the Free Software
along with SoundFuse; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
******************************************************************************/
Expand Down
8 changes: 4 additions & 4 deletions res/layout/fileexplorer_row.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
Copyright: 2011 Android Aalto Community
This file is part of SoundFused.
This file is part of SoundFuse.
SoundFused is free software; you can redistribute it and/or modify
SoundFuse is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
SoundFused is distributed in the hope that it will be useful,
SoundFuse is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with SoundFused; if not, write to the Free Software
along with SoundFuse; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
******************************************************************************/
Expand Down
4 changes: 2 additions & 2 deletions res/layout/number_picker.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<merge xmlns:android="http://schemas.android.com/apk/res/android">

<org.androidaalto.soundfused.picker.NumberPickerButton android:id="@+id/increment"
<org.androidaalto.soundfuse.picker.NumberPickerButton android:id="@+id/increment"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:background="@drawable/timepicker_up_btn" />
Expand All @@ -35,7 +35,7 @@
android:textSize="30sp"
android:background="@drawable/timepicker_input" />

<org.androidaalto.soundfused.picker.NumberPickerButton android:id="@+id/decrement"
<org.androidaalto.soundfuse.picker.NumberPickerButton android:id="@+id/decrement"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:background="@drawable/timepicker_down_btn" />
Expand Down
8 changes: 4 additions & 4 deletions res/menu/menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
Copyright: 2011 Android Aalto Community
This file is part of SoundFused.
This file is part of SoundFuse.
SoundFused is free software; you can redistribute it and/or modify
SoundFuse is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
SoundFused is distributed in the hope that it will be useful,
SoundFuse is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with SoundFused; if not, write to the Free Software
along with SoundFuse; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
******************************************************************************/
Expand Down
10 changes: 5 additions & 5 deletions res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,25 @@
Copyright: 2011 Android Aalto Community
This file is part of SoundFused.
This file is part of SoundFuse.
SoundFused is free software; you can redistribute it and/or modify
SoundFuse is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
SoundFused is distributed in the hope that it will be useful,
SoundFuse is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with SoundFused; if not, write to the Free Software
along with SoundFuse; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
******************************************************************************/
-->
<resources>
<string name="hello">Hello World, MainActivity!</string>
<string name="app_name">Soundfused</string>
<string name="app_name">SoundFuse</string>
</resources>
8 changes: 4 additions & 4 deletions res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
Copyright: 2011 Android Aalto Community
This file is part of SoundFused.
This file is part of SoundFuse.
SoundFused is free software; you can redistribute it and/or modify
SoundFuse is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
SoundFused is distributed in the hope that it will be useful,
SoundFuse is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with SoundFused; if not, write to the Free Software
along with SoundFuse; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
******************************************************************************/
Expand Down
8 changes: 4 additions & 4 deletions res/values/themes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
Copyright: 2011 Android Aalto Community
This file is part of SoundFused.
This file is part of SoundFuse.
SoundFused is free software; you can redistribute it and/or modify
SoundFuse is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
SoundFused is distributed in the hope that it will be useful,
SoundFuse is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with SoundFused; if not, write to the Free Software
along with SoundFuse; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
******************************************************************************/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,27 @@
Copyright: 2011 Android Aalto Community
This file is part of SoundFused.
This file is part of SoundFuse.
SoundFused is free software; you can redistribute it and/or modify
SoundFuse is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
SoundFused is distributed in the hope that it will be useful,
SoundFuse is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with SoundFused; if not, write to the Free Software
along with SoundFuse; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
******************************************************************************/

package org.androidaalto.soundfused;
package org.androidaalto.soundfuse;

import org.androidaalto.soundfused.picker.NumberPicker;
import org.androidaalto.soundfuse.picker.NumberPicker;

import android.app.Activity;
import android.content.Intent;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,25 @@
Copyright: 2011 Android Aalto Community
This file is part of SoundFused.
This file is part of SoundFuse.
SoundFused is free software; you can redistribute it and/or modify
SoundFuse is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
SoundFused is distributed in the hope that it will be useful,
SoundFuse is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with SoundFused; if not, write to the Free Software
along with SoundFuse; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
******************************************************************************/

package org.androidaalto.soundfused;
package org.androidaalto.soundfuse;

// taken from http://android-er.blogspot.com/2010/01/implement-simple-file-explorer-in.html
// adapted to show only desired formats
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,27 @@
Copyright: 2011 Android Aalto Community
This file is part of SoundFused.
This file is part of SoundFuse.
SoundFused is free software; you can redistribute it and/or modify
SoundFuse is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
SoundFused is distributed in the hope that it will be useful,
SoundFuse is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with SoundFused; if not, write to the Free Software
along with SoundFuse; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
******************************************************************************/

package org.androidaalto.soundfused;
package org.androidaalto.soundfuse;

import org.androidaalto.soundfused.sequencer.Sequencer;
import org.androidaalto.soundfuse.sequencer.Sequencer;

import android.app.Activity;
import android.content.Context;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,25 @@
Copyright: 2011 Android Aalto Community
This file is part of SoundFused.
This file is part of SoundFuse.
SoundFused is free software; you can redistribute it and/or modify
SoundFuse is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
SoundFused is distributed in the hope that it will be useful,
SoundFuse is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with SoundFused; if not, write to the Free Software
along with SoundFuse; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
******************************************************************************/

package org.androidaalto.soundfused;
package org.androidaalto.soundfuse;

import android.content.SharedPreferences;
import android.content.SharedPreferences.OnSharedPreferenceChangeListener;
Expand Down
Loading

0 comments on commit f3dacbd

Please sign in to comment.