Skip to content

Commit

Permalink
Standardize on the Audioboo capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan del Strother authored and Jonathan del Strother committed Aug 18, 2011
1 parent 7a5e4be commit 0599f6a
Show file tree
Hide file tree
Showing 139 changed files with 251 additions and 251 deletions.
6 changes: 3 additions & 3 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is part of AudioBoo, an android program for audio blogging.
This file is part of Audioboo, an android program for audio blogging.
Copyright (C) 2011 Audioboo Ltd. All rights reserved.
Author: Jens Finkhaeuser <[email protected]>
Expand Down Expand Up @@ -33,9 +33,9 @@
<application
android:label="@string/app_name"
android:icon="@drawable/icon"
android:name=".AudioBooApplication"
android:name=".AudiobooApplication"
>
<activity android:name=".AudioBoo"
<activity android:name=".Audioboo"
android:label="@string/app_name"
android:theme="@android:style/Theme.NoTitleBar"
android:screenOrientation="portrait"
Expand Down
6 changes: 3 additions & 3 deletions bootstrap.sh
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#! /bin/bash
#
# This file is part of AudioBoo, an android program for audio blogging.
# This file is part of Audioboo, an android program for audio blogging.
# Copyright (C) 2011 Audioboo Ltd. All rights reserved.
#
# Author: Jens Finkhaeuser <[email protected]>
#
# $Id: bootstrap.sh 1272 2010-11-01 14:07:29Z unwesen $

# 1. Make sure we're in the project root. We'll look for AndroidManifest.xml,
# and check whether that includes a reference to AudioBoo.
# and check whether that includes a reference to Audioboo.
PROJECT_PATH=$(pwd)
MANIFEST="${PROJECT_PATH}/AndroidManifest.xml"
if [ ! -f "${MANIFEST}" ] ; then
Expand All @@ -20,7 +20,7 @@ fi
if grep -qi audioboo "${MANIFEST}" ; then
true
else
echo "No mention of AudioBoo found in AndroidManifest.xml!" >&2
echo "No mention of Audioboo found in AndroidManifest.xml!" >&2
echo "You need to run this script in the project root." >&2
exit 2
fi
Expand Down
2 changes: 1 addition & 1 deletion build-externals.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/bash
#
# This file is part of AudioBoo, an android program for audio blogging.
# This file is part of Audioboo, an android program for audio blogging.
# Copyright (C) 2011 Audioboo Ltd. All rights reserved.
#
# Author: Jens Finkhaeuser <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is part of AudioBoo, an android program for audio blogging.
# This file is part of Audioboo, an android program for audio blogging.
# Copyright (C) 2011 Audioboo Ltd. All rights reserved.
#
# Author: Jens Finkhaeuser <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
This file is part of AudioBoo, an android program for audio blogging.
This file is part of Audioboo, an android program for audio blogging.
Copyright (C) 2011 Audioboo Ltd. All rights reserved.
Author: Jens Finkhaeuser <[email protected]>
$Id$
-->
<project name="AudioBoo" default="help">
<project name="Audioboo" default="help">

<!-- The local.properties file is created and updated by the 'android' tool.
It contain the path to the SDK. It should *NOT* be checked in in Version
Expand Down
2 changes: 1 addition & 1 deletion default.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is part of AudioBoo, an android program for audio blogging.
# This file is part of Audioboo, an android program for audio blogging.
# Copyright (C) 2011 Audioboo Ltd. All rights reserved.
#
# Author: Jens Finkhaeuser <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions res/anim/fade_in.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is part of AudioBoo, an android program for audio blogging.
This file is part of Audioboo, an android program for audio blogging.
Copyright (C) 2011 Audioboo Ltd.
Copyright (C) 2010,2011 AudioBoo Ltd.
Copyright (C) 2010,2011 Audioboo Ltd.
All rights reserved.
Author: Jens Finkhaeuser <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions res/anim/fade_out.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is part of AudioBoo, an android program for audio blogging.
This file is part of Audioboo, an android program for audio blogging.
Copyright (C) 2011 Audioboo Ltd.
Copyright (C) 2010,2011 AudioBoo Ltd.
Copyright (C) 2010,2011 Audioboo Ltd.
All rights reserved.
Author: Jens Finkhaeuser <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions res/color/boo_list_author.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is part of AudioBoo, an android program for audio blogging.
This file is part of Audioboo, an android program for audio blogging.
Copyright (C) 2011 Audioboo Ltd.
Copyright (C) 2010,2011 AudioBoo Ltd.
Copyright (C) 2010,2011 Audioboo Ltd.
All rights reserved.
Author: Jens Finkhaeuser <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions res/color/boo_list_location.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is part of AudioBoo, an android program for audio blogging.
This file is part of Audioboo, an android program for audio blogging.
Copyright (C) 2011 Audioboo Ltd.
Copyright (C) 2010,2011 AudioBoo Ltd.
Copyright (C) 2010,2011 Audioboo Ltd.
All rights reserved.
Author: Jens Finkhaeuser <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions res/color/boo_list_progress.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is part of AudioBoo, an android program for audio blogging.
This file is part of Audioboo, an android program for audio blogging.
Copyright (C) 2011 Audioboo Ltd.
Copyright (C) 2010,2011 AudioBoo Ltd.
Copyright (C) 2010,2011 Audioboo Ltd.
All rights reserved.
Author: Jens Finkhaeuser <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions res/color/boo_list_title.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is part of AudioBoo, an android program for audio blogging.
This file is part of Audioboo, an android program for audio blogging.
Copyright (C) 2011 Audioboo Ltd.
Copyright (C) 2010,2011 AudioBoo Ltd.
Copyright (C) 2010,2011 Audioboo Ltd.
All rights reserved.
Author: Jens Finkhaeuser <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions res/color/button_label.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is part of AudioBoo, an android program for audio blogging.
Copyright (C) 2011 AudioBoo Ltd.
This file is part of Audioboo, an android program for audio blogging.
Copyright (C) 2011 Audioboo Ltd.
All rights reserved.
Author: Jens Finkhaeuser <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions res/color/message_list_author.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is part of AudioBoo, an android program for audio blogging.
This file is part of Audioboo, an android program for audio blogging.
Copyright (C) 2011 Audioboo Ltd.
Copyright (C) 2010,2011 AudioBoo Ltd.
Copyright (C) 2010,2011 Audioboo Ltd.
All rights reserved.
Author: Jens Finkhaeuser <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions res/color/message_list_location.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is part of AudioBoo, an android program for audio blogging.
This file is part of Audioboo, an android program for audio blogging.
Copyright (C) 2011 Audioboo Ltd.
Copyright (C) 2010,2011 AudioBoo Ltd.
Copyright (C) 2010,2011 Audioboo Ltd.
All rights reserved.
Author: Jens Finkhaeuser <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions res/color/message_list_progress.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is part of AudioBoo, an android program for audio blogging.
This file is part of Audioboo, an android program for audio blogging.
Copyright (C) 2011 Audioboo Ltd.
Copyright (C) 2010,2011 AudioBoo Ltd.
Copyright (C) 2010,2011 Audioboo Ltd.
All rights reserved.
Author: Jens Finkhaeuser <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions res/color/message_list_title.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is part of AudioBoo, an android program for audio blogging.
This file is part of Audioboo, an android program for audio blogging.
Copyright (C) 2011 Audioboo Ltd.
Copyright (C) 2010,2011 AudioBoo Ltd.
Copyright (C) 2010,2011 Audioboo Ltd.
All rights reserved.
Author: Jens Finkhaeuser <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion res/color/record_button_overlay.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is part of AudioBoo, an android program for audio blogging.
This file is part of Audioboo, an android program for audio blogging.
Copyright (C) 2011 Audioboo Ltd. All rights reserved.
Author: Jens Finkhaeuser <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions res/drawable/boo_list_background.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is part of AudioBoo, an android program for audio blogging.
This file is part of Audioboo, an android program for audio blogging.
Copyright (C) 2011 Audioboo Ltd.
Copyright (C) 2010,2011 AudioBoo Ltd.
Copyright (C) 2010,2011 Audioboo Ltd.
All rights reserved.
Author: Jens Finkhaeuser <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions res/drawable/boo_list_background_more.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is part of AudioBoo, an android program for audio blogging.
This file is part of Audioboo, an android program for audio blogging.
Copyright (C) 2011 Audioboo Ltd.
Copyright (C) 2010,2011 AudioBoo Ltd.
Copyright (C) 2010,2011 Audioboo Ltd.
All rights reserved.
Author: Jens Finkhaeuser <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions res/drawable/boo_list_item_background_active.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is part of AudioBoo, an android program for audio blogging.
Copyright (C) 2011 AudioBoo Ltd.
This file is part of Audioboo, an android program for audio blogging.
Copyright (C) 2011 Audioboo Ltd.
All rights reserved.
Author: Jens Finkhaeuser <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions res/drawable/boo_list_item_background_pressed.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is part of AudioBoo, an android program for audio blogging.
Copyright (C) 2011 AudioBoo Ltd.
This file is part of Audioboo, an android program for audio blogging.
Copyright (C) 2011 Audioboo Ltd.
All rights reserved.
Author: Jens Finkhaeuser <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions res/drawable/boo_list_item_background_regular.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is part of AudioBoo, an android program for audio blogging.
Copyright (C) 2011 AudioBoo Ltd.
This file is part of Audioboo, an android program for audio blogging.
Copyright (C) 2011 Audioboo Ltd.
All rights reserved.
Author: Jens Finkhaeuser <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions res/drawable/btn_blue.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is part of AudioBoo, an android program for audio blogging.
Copyright (C) 2011 AudioBoo Ltd.
This file is part of Audioboo, an android program for audio blogging.
Copyright (C) 2011 Audioboo Ltd.
All rights reserved.
Author: Jens Finkhaeuser <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions res/drawable/btn_green.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is part of AudioBoo, an android program for audio blogging.
Copyright (C) 2011 AudioBoo Ltd.
This file is part of Audioboo, an android program for audio blogging.
Copyright (C) 2011 Audioboo Ltd.
All rights reserved.
Author: Jens Finkhaeuser <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions res/drawable/btn_red.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is part of AudioBoo, an android program for audio blogging.
Copyright (C) 2011 AudioBoo Ltd.
This file is part of Audioboo, an android program for audio blogging.
Copyright (C) 2011 Audioboo Ltd.
All rights reserved.
Author: Jens Finkhaeuser <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions res/drawable/disclosure.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is part of AudioBoo, an android program for audio blogging.
Copyright (C) 2011 AudioBoo Ltd.
This file is part of Audioboo, an android program for audio blogging.
Copyright (C) 2011 Audioboo Ltd.
All rights reserved.
Author: Jens Finkhaeuser <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions res/drawable/flow_item_background.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is part of AudioBoo, an android program for audio blogging.
Copyright (C) 2011 AudioBoo Ltd.
This file is part of Audioboo, an android program for audio blogging.
Copyright (C) 2011 Audioboo Ltd.
All rights reserved.
Author: Jens Finkhaeuser <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions res/drawable/group_icon.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is part of AudioBoo, an android program for audio blogging.
Copyright (C) 2011 AudioBoo Ltd.
This file is part of Audioboo, an android program for audio blogging.
Copyright (C) 2011 Audioboo Ltd.
All rights reserved.
Author: Jens Finkhaeuser <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions res/drawable/message_list_background.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is part of AudioBoo, an android program for audio blogging.
This file is part of Audioboo, an android program for audio blogging.
Copyright (C) 2011 Audioboo Ltd.
Copyright (C) 2010,2011 AudioBoo Ltd.
Copyright (C) 2010,2011 Audioboo Ltd.
All rights reserved.
Author: Jens Finkhaeuser <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions res/drawable/message_list_background_more.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is part of AudioBoo, an android program for audio blogging.
This file is part of Audioboo, an android program for audio blogging.
Copyright (C) 2011 Audioboo Ltd.
Copyright (C) 2010,2011 AudioBoo Ltd.
Copyright (C) 2010,2011 Audioboo Ltd.
All rights reserved.
Author: Jens Finkhaeuser <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions res/drawable/message_list_item_background_active.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is part of AudioBoo, an android program for audio blogging.
Copyright (C) 2011 AudioBoo Ltd.
This file is part of Audioboo, an android program for audio blogging.
Copyright (C) 2011 Audioboo Ltd.
All rights reserved.
Author: Jens Finkhaeuser <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions res/drawable/message_list_item_background_pressed.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is part of AudioBoo, an android program for audio blogging.
Copyright (C) 2011 AudioBoo Ltd.
This file is part of Audioboo, an android program for audio blogging.
Copyright (C) 2011 Audioboo Ltd.
All rights reserved.
Author: Jens Finkhaeuser <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions res/drawable/message_list_item_background_regular.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is part of AudioBoo, an android program for audio blogging.
Copyright (C) 2011 AudioBoo Ltd.
This file is part of Audioboo, an android program for audio blogging.
Copyright (C) 2011 Audioboo Ltd.
All rights reserved.
Author: Jens Finkhaeuser <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions res/drawable/pause_button.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is part of AudioBoo, an android program for audio blogging.
Copyright (C) 2011 AudioBoo Ltd.
This file is part of Audioboo, an android program for audio blogging.
Copyright (C) 2011 Audioboo Ltd.
All rights reserved.
Author: Jens Finkhaeuser <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions res/drawable/play_button.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is part of AudioBoo, an android program for audio blogging.
Copyright (C) 2011 AudioBoo Ltd.
This file is part of Audioboo, an android program for audio blogging.
Copyright (C) 2011 Audioboo Ltd.
All rights reserved.
Author: Jens Finkhaeuser <[email protected]>
Expand Down
Loading

0 comments on commit 0599f6a

Please sign in to comment.