Skip to content

Commit 3679737

Browse files
author
Tim Su
committed
Add license header to files without a license header
1 parent 204e8a4 commit 3679737

File tree

190 files changed

+950
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

190 files changed

+950
-0
lines changed

api/AndroidManifest.xml

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
** Copyright (c) 2012 Todoroo Inc
4+
**
5+
** See the file "LICENSE" for the full license governing this code.
6+
-->
27
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
38
package="com.todoroo.astrid.api"
49
android:versionCode="1"

api/build.xml

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
** Copyright (c) 2012 Todoroo Inc
4+
**
5+
** See the file "LICENSE" for the full license governing this code.
6+
-->
27
<project name="api" default="help">
38

49
<!-- The local.properties file is created and updated by the 'android' tool.

api/res/values/colors.xml

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
** Copyright (c) 2012 Todoroo Inc
4+
**
5+
** See the file "LICENSE" for the full license governing this code.
6+
-->
27
<resources xmlns:android="http://schemas.android.com/apk/res/android">
38

49
<color name="importance_1">#ffff5555</color>

astrid/AndroidManifest.xml

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
** Copyright (c) 2012 Todoroo Inc
4+
**
5+
** See the file "LICENSE" for the full license governing this code.
6+
-->
27
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
38
package="com.timsu.astrid"
49
android:versionName="4.2.4"

astrid/build.xml

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
** Copyright (c) 2012 Todoroo Inc
4+
**
5+
** See the file "LICENSE" for the full license governing this code.
6+
-->
27
<project name="astrid" default="help">
38

49
<!-- The local.properties file is created and updated by the 'android' tool.

astrid/res/color/new_list_button_text.xml

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
** Copyright (c) 2012 Todoroo Inc
4+
**
5+
** See the file "LICENSE" for the full license governing this code.
6+
-->
27
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
38
<item android:state_pressed="true"
49
android:color="#888"/>

astrid/res/color/task_edit_toggle_button_text.xml

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
** Copyright (c) 2012 Todoroo Inc
4+
**
5+
** See the file "LICENSE" for the full license governing this code.
6+
-->
27
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
38
<item android:state_checked="true"
49
android:color="@android:color/white"/>

astrid/res/drawable-v11/importance_title_1.xml

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
** Copyright (c) 2012 Todoroo Inc
4+
**
5+
** See the file "LICENSE" for the full license governing this code.
6+
-->
27
<shape xmlns:android="http://schemas.android.com/apk/res/android"
38
android:shape="rectangle">
49
<solid android:color="@color/importance_1" />

astrid/res/drawable-v11/importance_title_2.xml

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
** Copyright (c) 2012 Todoroo Inc
4+
**
5+
** See the file "LICENSE" for the full license governing this code.
6+
-->
27
<shape xmlns:android="http://schemas.android.com/apk/res/android"
38
android:shape="rectangle">
49
<solid android:color="@color/importance_2" />

astrid/res/drawable-v11/importance_title_3.xml

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
** Copyright (c) 2012 Todoroo Inc
4+
**
5+
** See the file "LICENSE" for the full license governing this code.
6+
-->
27
<shape xmlns:android="http://schemas.android.com/apk/res/android"
38
android:shape="rectangle">
49
<solid android:color="@color/importance_3" />

astrid/res/drawable-v11/importance_title_4.xml

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
** Copyright (c) 2012 Todoroo Inc
4+
**
5+
** See the file "LICENSE" for the full license governing this code.
6+
-->
27
<shape xmlns:android="http://schemas.android.com/apk/res/android"
38
android:shape="rectangle">
49
<solid android:color="@color/importance_4" />

astrid/res/drawable-v11/importance_title_5.xml

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
** Copyright (c) 2012 Todoroo Inc
4+
**
5+
** See the file "LICENSE" for the full license governing this code.
6+
-->
27
<shape xmlns:android="http://schemas.android.com/apk/res/android"
38
android:shape="rectangle">
49
<solid android:color="@color/importance_5" />

astrid/res/drawable-v11/importance_title_6.xml

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
** Copyright (c) 2012 Todoroo Inc
4+
**
5+
** See the file "LICENSE" for the full license governing this code.
6+
-->
27
<shape xmlns:android="http://schemas.android.com/apk/res/android"
38
android:shape="rectangle">
49
<solid android:color="@color/importance_6" />

astrid/res/drawable/astrid_com_gradient.xml

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
** Copyright (c) 2012 Todoroo Inc
4+
**
5+
** See the file "LICENSE" for the full license governing this code.
6+
-->
27
<shape xmlns:android="http://schemas.android.com/apk/res/android"
38
android:shape="rectangle">
49
<gradient

astrid/res/drawable/background_gradient.xml

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
** Copyright (c) 2012 Todoroo Inc
4+
**
5+
** See the file "LICENSE" for the full license governing this code.
6+
-->
27
<shape xmlns:android="http://schemas.android.com/apk/res/android"
38
android:shape="rectangle">
49
<gradient

astrid/res/drawable/background_white.xml

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
** Copyright (c) 2012 Todoroo Inc
4+
**
5+
** See the file "LICENSE" for the full license governing this code.
6+
-->
27
<shape xmlns:android="http://schemas.android.com/apk/res/android"
38
android:shape="rectangle">
49
<solid

astrid/res/drawable/camera_button.xml

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
** Copyright (c) 2012 Todoroo Inc
4+
**
5+
** See the file "LICENSE" for the full license governing this code.
6+
-->
27
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
38
<item android:state_pressed="true" android:drawable="@drawable/camera_button_pressed"/>
49
<item android:state_focused="true" android:drawable="@drawable/camera_button_pressed"/>

astrid/res/drawable/comment_blue.xml

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
** Copyright (c) 2012 Todoroo Inc
4+
**
5+
** See the file "LICENSE" for the full license governing this code.
6+
-->
27
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
38
<item android:state_pressed="true" android:drawable="@drawable/comment_blue_pressed"/>
49
<item android:state_focused="true" android:drawable="@drawable/comment_blue_pressed"/>

astrid/res/drawable/comment_blue_filled.xml

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
** Copyright (c) 2012 Todoroo Inc
4+
**
5+
** See the file "LICENSE" for the full license governing this code.
6+
-->
27
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
38
<item android:state_pressed="true" android:drawable="@drawable/comment_blue_filled_pressed"/>
49
<item android:state_focused="true" android:drawable="@drawable/comment_blue_filled_pressed"/>

astrid/res/drawable/comment_dark_blue.xml

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
** Copyright (c) 2012 Todoroo Inc
4+
**
5+
** See the file "LICENSE" for the full license governing this code.
6+
-->
27
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
38
<item android:state_pressed="true" android:drawable="@drawable/comment_dark_blue_pressed"/>
49
<item android:state_focused="true" android:drawable="@drawable/comment_dark_blue_pressed"/>

astrid/res/drawable/comment_dark_blue_filled.xml

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
** Copyright (c) 2012 Todoroo Inc
4+
**
5+
** See the file "LICENSE" for the full license governing this code.
6+
-->
27
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
38
<item android:state_pressed="true" android:drawable="@drawable/comment_dark_blue_filled_pressed"/>
49
<item android:state_focused="true" android:drawable="@drawable/comment_dark_blue_filled_pressed"/>

astrid/res/drawable/comment_red.xml

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
** Copyright (c) 2012 Todoroo Inc
4+
**
5+
** See the file "LICENSE" for the full license governing this code.
6+
-->
27
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
38
<item android:state_pressed="true" android:drawable="@drawable/comment_red_pressed"/>
49
<item android:state_focused="true" android:drawable="@drawable/comment_red_pressed"/>

astrid/res/drawable/comment_red_filled.xml

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
** Copyright (c) 2012 Todoroo Inc
4+
**
5+
** See the file "LICENSE" for the full license governing this code.
6+
-->
27
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
38
<item android:state_pressed="true" android:drawable="@drawable/comment_red_filled_pressed"/>
49
<item android:state_focused="true" android:drawable="@drawable/comment_red_filled_pressed"/>

astrid/res/drawable/edit_title_background.xml

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
** Copyright (c) 2012 Todoroo Inc
4+
**
5+
** See the file "LICENSE" for the full license governing this code.
6+
-->
27
<shape xmlns:android="http://schemas.android.com/apk/res/android"
38
android:shape="rectangle">
49
<gradient

astrid/res/drawable/edit_title_background_dark.xml

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
** Copyright (c) 2012 Todoroo Inc
4+
**
5+
** See the file "LICENSE" for the full license governing this code.
6+
-->
27
<shape xmlns:android="http://schemas.android.com/apk/res/android"
38
android:shape="rectangle">
49
<gradient

astrid/res/drawable/file_name_background.xml

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
** Copyright (c) 2012 Todoroo Inc
4+
**
5+
** See the file "LICENSE" for the full license governing this code.
6+
-->
27
<shape xmlns:android="http://schemas.android.com/apk/res/android"
38
android:shape="rectangle">
49
<corners android:radius="5dip"/>

astrid/res/drawable/file_type_background.xml

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
** Copyright (c) 2012 Todoroo Inc
4+
**
5+
** See the file "LICENSE" for the full license governing this code.
6+
-->
27
<shape xmlns:android="http://schemas.android.com/apk/res/android"
38
android:shape="rectangle">
49
<corners android:radius="5dip"/>

astrid/res/drawable/filter_count.xml

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<!--
2+
<!--
3+
** Copyright (c) 2012 Todoroo Inc
4+
**
5+
** See the file "LICENSE" for the full license governing this code.
6+
-->
27
** Copyright (c) 2012 Todoroo Inc
38
**
49
** See the file "LICENSE" for the full license governing this code.

astrid/res/drawable/footer_comment_edittext_focused.xml

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
** Copyright (c) 2012 Todoroo Inc
4+
**
5+
** See the file "LICENSE" for the full license governing this code.
6+
-->
27
<shape xmlns:android="http://schemas.android.com/apk/res/android"
38
android:shape="rectangle">
49
<stroke

astrid/res/drawable/footer_comment_edittext_normal.xml

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
** Copyright (c) 2012 Todoroo Inc
4+
**
5+
** See the file "LICENSE" for the full license governing this code.
6+
-->
27
<shape xmlns:android="http://schemas.android.com/apk/res/android"
38
android:shape="rectangle">
49

astrid/res/drawable/importance_1.xml

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
** Copyright (c) 2012 Todoroo Inc
4+
**
5+
** See the file "LICENSE" for the full license governing this code.
6+
-->
27
<shape xmlns:android="http://schemas.android.com/apk/res/android"
38
android:shape="rectangle">
49
<solid android:color="@color/importance_1" />

astrid/res/drawable/importance_2.xml

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
** Copyright (c) 2012 Todoroo Inc
4+
**
5+
** See the file "LICENSE" for the full license governing this code.
6+
-->
27
<shape xmlns:android="http://schemas.android.com/apk/res/android"
38
android:shape="rectangle">
49
<solid android:color="@color/importance_2" />

astrid/res/drawable/importance_3.xml

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
** Copyright (c) 2012 Todoroo Inc
4+
**
5+
** See the file "LICENSE" for the full license governing this code.
6+
-->
27
<shape xmlns:android="http://schemas.android.com/apk/res/android"
38
android:shape="rectangle">
49
<solid android:color="@color/importance_3" />

astrid/res/drawable/importance_4.xml

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
** Copyright (c) 2012 Todoroo Inc
4+
**
5+
** See the file "LICENSE" for the full license governing this code.
6+
-->
27
<shape xmlns:android="http://schemas.android.com/apk/res/android"
38
android:shape="rectangle">
49
<solid android:color="@color/importance_4" />

astrid/res/drawable/importance_background_selected.xml

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
** Copyright (c) 2012 Todoroo Inc
4+
**
5+
** See the file "LICENSE" for the full license governing this code.
6+
-->
27
<shape xmlns:android="http://schemas.android.com/apk/res/android"
38
android:shape="rectangle">
49
<solid

astrid/res/drawable/importance_check_1.xml

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
** Copyright (c) 2012 Todoroo Inc
4+
**
5+
** See the file "LICENSE" for the full license governing this code.
6+
-->
27
<selector xmlns:android="http://schemas.android.com/apk/res/android">
38

49
<item android:state_checked="false"

astrid/res/drawable/importance_check_2.xml

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
** Copyright (c) 2012 Todoroo Inc
4+
**
5+
** See the file "LICENSE" for the full license governing this code.
6+
-->
27
<selector xmlns:android="http://schemas.android.com/apk/res/android">
38

49
<item android:state_checked="false"

astrid/res/drawable/importance_check_3.xml

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
** Copyright (c) 2012 Todoroo Inc
4+
**
5+
** See the file "LICENSE" for the full license governing this code.
6+
-->
27
<selector xmlns:android="http://schemas.android.com/apk/res/android">
38

49
<item android:state_checked="false"

astrid/res/drawable/importance_check_4.xml

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
** Copyright (c) 2012 Todoroo Inc
4+
**
5+
** See the file "LICENSE" for the full license governing this code.
6+
-->
27
<selector xmlns:android="http://schemas.android.com/apk/res/android">
38

49
<item android:state_checked="false"

astrid/res/drawable/importance_check_repeat_1.xml

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
** Copyright (c) 2012 Todoroo Inc
4+
**
5+
** See the file "LICENSE" for the full license governing this code.
6+
-->
27
<selector xmlns:android="http://schemas.android.com/apk/res/android">
38

49
<item android:state_checked="false"

0 commit comments

Comments
 (0)