forked from AndroidAalto/SoundFuse
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
885 additions
and
850 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,60 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- /******************************************************************************* | ||
Copyright: 2011 Android Aalto Community This file is part of SoundFused. | ||
SoundFused 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, 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 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" android:versionCode="1" | ||
android:versionName="1.0"> | ||
<uses-sdk android:minSdkVersion="7" /> | ||
<!-- | ||
/******************************************************************************* | ||
Copyright: 2011 Android Aalto Community | ||
<application android:icon="@drawable/icon" android:label="@string/app_name" | ||
android:theme="@style/CustomButton"> | ||
<activity android:name="BoardActivity" android:label="@string/app_name" | ||
android:screenOrientation="landscape"> | ||
<intent-filter> | ||
<action android:name="android.intent.action.MAIN" /> | ||
<category android:name="android.intent.category.LAUNCHER" /> | ||
</intent-filter> | ||
</activity> | ||
This file is part of SoundFused. | ||
<activity android:name="AndroidExplorer" android:label="Select file" | ||
android:screenOrientation="landscape"> | ||
</activity> | ||
<activity android:name="Preferences" android:label="Preferences"></activity> | ||
<activity android:name="AddColumnPicker" android:label="Add column" android:theme="@android:style/Theme.Dialog"></activity> | ||
</application> | ||
</manifest> | ||
SoundFused 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, | ||
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 | ||
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" | ||
android:versionCode="1" | ||
android:versionName="1.0"> | ||
<uses-sdk | ||
android:minSdkVersion="7" /> | ||
<application | ||
android:icon="@drawable/icon" | ||
android:label="@string/app_name" | ||
android:theme="@style/CustomButton"> | ||
<activity | ||
android:name="BoardActivity" | ||
android:label="@string/app_name" | ||
android:screenOrientation="landscape"> | ||
<intent-filter> | ||
<action | ||
android:name="android.intent.action.MAIN" /> | ||
<category | ||
android:name="android.intent.category.LAUNCHER" /> | ||
</intent-filter> | ||
</activity> | ||
<activity | ||
android:name="AndroidExplorer" | ||
android:label="Select file" | ||
android:screenOrientation="landscape"> | ||
</activity> | ||
<activity | ||
android:name="Preferences" | ||
android:label="Preferences"></activity> | ||
<activity | ||
android:name="AddColumnPicker" | ||
android:label="Add column" | ||
android:theme="@android:style/Theme.Dialog"></activity> | ||
</application> | ||
</manifest> |
This file contains 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 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 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.