Updated a bunch of icons to use the new astrid smile

pull/14/head
Sam Bosley 13 years ago
parent 386c6fc723
commit 979b7b5e7f

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.8 KiB

After

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

@ -6,7 +6,6 @@
package com.todoroo.astrid.dao;
import android.content.ContentValues;
import android.util.Log;
import com.timsu.astrid.R;
import com.todoroo.andlib.data.DatabaseDao;
@ -170,12 +169,9 @@ public class TaskDao extends DatabaseDao<Task> {
*/
public boolean save(Task task) {
boolean saveSuccessful;
Log.e("SAVING", "SAVING - " + task.getSetValues().toString(), new Throwable());
if (task.getId() == Task.NO_ID) {
System.err.println("Creating new");
saveSuccessful = createNew(task);
} else {
System.err.println("Saving existing");
saveSuccessful = saveExisting(task);
}

Loading…
Cancel
Save