diff --git a/.classpath b/.classpath index ff3e5f766521..3a70dea9728d 100644 --- a/.classpath +++ b/.classpath @@ -1,15 +1,14 @@ - - - + - + + diff --git a/.gitignore b/.gitignore index a22392ade60e..f8f42ca8f94a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,6 @@ /bin /gen +local.properties +res/raw/config.properties +.jdbrc +src/org/wordpress/android/Config.java diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 4fbd5a95f32d..b67a29479506 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -2,8 +2,8 @@ + android:versionCode="71" + android:versionName="2.4" > + + + + + + + + - - + + @@ -65,11 +75,13 @@ + android:windowSoftInputMode="stateHidden" + android:theme="@style/Theme.Sherlock.Light" /> + android:windowSoftInputMode="stateHidden" + android:theme="@style/Theme.Sherlock.Light" /> - - + + + + - + + + + + + - + + + \ No newline at end of file diff --git a/assets/licenses.html b/assets/licenses.html index 5f784e218097..814f6cc01777 100644 --- a/assets/licenses.html +++ b/assets/licenses.html @@ -332,26 +332,6 @@

Notices for files:

http://www.apache.org/licenses/LICENSE-2.0 -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. - -

Notices for files:

- -
Copyright 2008-2009 CommonsWare, LLC
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
diff --git a/assets/licenses_bb.html b/assets/licenses_bb.html
index ad2a2be39efd..568921d36762 100644
--- a/assets/licenses_bb.html
+++ b/assets/licenses_bb.html
@@ -332,26 +332,6 @@ 

Notices for files:

http://www.apache.org/licenses/LICENSE-2.0 -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License.
- -

Notices for files:

- -
Copyright 2008-2009 CommonsWare, LLC
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
diff --git a/custom_rules.xml b/custom_rules.xml
new file mode 100644
index 000000000000..3ac1262fa133
--- /dev/null
+++ b/custom_rules.xml
@@ -0,0 +1,12 @@
+
+    
+    
+    
+    
+    
+      
+        
+            
+    
+
\ No newline at end of file
diff --git a/libs/CWAC-AdapterWrapper.jar b/libs/CWAC-AdapterWrapper.jar
deleted file mode 100755
index ebbe0d9450f3..000000000000
Binary files a/libs/CWAC-AdapterWrapper.jar and /dev/null differ
diff --git a/libs/CWAC-Bus.jar b/libs/CWAC-Bus.jar
deleted file mode 100755
index c44b1f2f4cf2..000000000000
Binary files a/libs/CWAC-Bus.jar and /dev/null differ
diff --git a/libs/CWAC-Task.jar b/libs/CWAC-Task.jar
deleted file mode 100755
index 64479c9ab646..000000000000
Binary files a/libs/CWAC-Task.jar and /dev/null differ
diff --git a/libs/android-support-v4.jar b/libs/android-support-v4.jar
new file mode 100644
index 000000000000..65ebaf8dc345
Binary files /dev/null and b/libs/android-support-v4.jar differ
diff --git a/libs/gcm.jar b/libs/gcm.jar
new file mode 100644
index 000000000000..ac109a830ebe
Binary files /dev/null and b/libs/gcm.jar differ
diff --git a/libs/volley.jar b/libs/volley.jar
new file mode 100644
index 000000000000..bffe8ca07e1c
Binary files /dev/null and b/libs/volley.jar differ
diff --git a/libs/wordpresscom-android-rest-v0.0.3.jar b/libs/wordpresscom-android-rest-v0.0.3.jar
new file mode 100644
index 000000000000..5299c104b106
Binary files /dev/null and b/libs/wordpresscom-android-rest-v0.0.3.jar differ
diff --git a/project.properties b/project.properties
index fef3618e9755..aeee57f8807f 100644
--- a/project.properties
+++ b/project.properties
@@ -18,3 +18,4 @@ apk-configurations=
 android.library=false
 android.library.reference.1=../ActionBarSherlock/library
 android.library.reference.2=../../../Downloads/android-menudrawer-master/library
+
diff --git a/res/anim/blink.xml b/res/anim/blink.xml
new file mode 100644
index 000000000000..2d1035dfea37
--- /dev/null
+++ b/res/anim/blink.xml
@@ -0,0 +1,12 @@
+
+
+    
+    
+
\ No newline at end of file
diff --git a/res/anim/disappear.xml b/res/anim/disappear.xml
deleted file mode 100644
index 332fdd28f763..000000000000
--- a/res/anim/disappear.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-	
-
\ No newline at end of file
diff --git a/res/anim/do_nothing.xml b/res/anim/do_nothing.xml
new file mode 100644
index 000000000000..4c8f1d99264e
--- /dev/null
+++ b/res/anim/do_nothing.xml
@@ -0,0 +1,5 @@
+
+
diff --git a/res/anim/fade_out.xml b/res/anim/fade_out.xml
new file mode 100644
index 000000000000..18050e8eb09a
--- /dev/null
+++ b/res/anim/fade_out.xml
@@ -0,0 +1,9 @@
+
+
+    
+    
+
\ No newline at end of file
diff --git a/res/anim/pop.xml b/res/anim/pop.xml
new file mode 100644
index 000000000000..9eb8a332b574
--- /dev/null
+++ b/res/anim/pop.xml
@@ -0,0 +1,12 @@
+
+	
\ No newline at end of file
diff --git a/res/anim/rail.xml b/res/anim/rail.xml
deleted file mode 100644
index 2fdbe38302c0..000000000000
--- a/res/anim/rail.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
\ No newline at end of file
diff --git a/res/anim/rotate_zoom_in.xml b/res/anim/rotate_zoom_in.xml
new file mode 100644
index 000000000000..a3d1acb79d4a
--- /dev/null
+++ b/res/anim/rotate_zoom_in.xml
@@ -0,0 +1,22 @@
+
+
+
+    
+
+    
+
+
\ No newline at end of file
diff --git a/res/anim/rotate_zoom_out.xml b/res/anim/rotate_zoom_out.xml
new file mode 100644
index 000000000000..dc6b713e3d3b
--- /dev/null
+++ b/res/anim/rotate_zoom_out.xml
@@ -0,0 +1,22 @@
+
+
+
+    
+
+    
+
+
\ No newline at end of file
diff --git a/res/anim/show.xml b/res/anim/show.xml
deleted file mode 100644
index a99d4990708d..000000000000
--- a/res/anim/show.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-	
-
\ No newline at end of file
diff --git a/res/anim/slide_down.xml b/res/anim/slide_down.xml
new file mode 100644
index 000000000000..f94edfe0537b
--- /dev/null
+++ b/res/anim/slide_down.xml
@@ -0,0 +1,6 @@
+
+
diff --git a/res/anim/slide_up.xml b/res/anim/slide_up.xml
new file mode 100644
index 000000000000..7c6821e29c91
--- /dev/null
+++ b/res/anim/slide_up.xml
@@ -0,0 +1,6 @@
+
+
diff --git a/res/anim/zoom.xml b/res/anim/zoom.xml
new file mode 100644
index 000000000000..4f02af677a2f
--- /dev/null
+++ b/res/anim/zoom.xml
@@ -0,0 +1,12 @@
+
+
+
diff --git a/res/drawable-hdpi/ab_icon_reply.png b/res/drawable-hdpi/ab_icon_reply.png
new file mode 100644
index 000000000000..835d96fc6c33
Binary files /dev/null and b/res/drawable-hdpi/ab_icon_reply.png differ
diff --git a/res/drawable-hdpi/ab_icon_send.png b/res/drawable-hdpi/ab_icon_send.png
new file mode 100644
index 000000000000..6bdd9585fcfe
Binary files /dev/null and b/res/drawable-hdpi/ab_icon_send.png differ
diff --git a/res/drawable-hdpi/bottom_shadow.9.png b/res/drawable-hdpi/bottom_shadow.9.png
new file mode 100644
index 000000000000..687ed33b7d62
Binary files /dev/null and b/res/drawable-hdpi/bottom_shadow.9.png differ
diff --git a/res/drawable-hdpi/comment_badge.png b/res/drawable-hdpi/comment_badge.png
deleted file mode 100644
index 30b384babadd..000000000000
Binary files a/res/drawable-hdpi/comment_badge.png and /dev/null differ
diff --git a/res/drawable-hdpi/dashboard_icon_notifications.png b/res/drawable-hdpi/dashboard_icon_notifications.png
index 1a485bdc4f27..0d103621ac7d 100644
Binary files a/res/drawable-hdpi/dashboard_icon_notifications.png and b/res/drawable-hdpi/dashboard_icon_notifications.png differ
diff --git a/res/drawable-hdpi/follow_minus.png b/res/drawable-hdpi/follow_minus.png
new file mode 100644
index 000000000000..276c6371b510
Binary files /dev/null and b/res/drawable-hdpi/follow_minus.png differ
diff --git a/res/drawable-hdpi/follow_plus.png b/res/drawable-hdpi/follow_plus.png
new file mode 100644
index 000000000000..f7cae6e5d7b1
Binary files /dev/null and b/res/drawable-hdpi/follow_plus.png differ
diff --git a/res/drawable-hdpi/ic_drawer.png b/res/drawable-hdpi/ic_drawer.png
new file mode 100644
index 000000000000..96cc65fafe80
Binary files /dev/null and b/res/drawable-hdpi/ic_drawer.png differ
diff --git a/res/drawable-hdpi/moderate_approve.png b/res/drawable-hdpi/moderate_approve.png
new file mode 100644
index 000000000000..6c6df33ecc49
Binary files /dev/null and b/res/drawable-hdpi/moderate_approve.png differ
diff --git a/res/drawable-hdpi/moderate_spam.png b/res/drawable-hdpi/moderate_spam.png
new file mode 100644
index 000000000000..866112a5d057
Binary files /dev/null and b/res/drawable-hdpi/moderate_spam.png differ
diff --git a/res/drawable-hdpi/moderate_trash.png b/res/drawable-hdpi/moderate_trash.png
new file mode 100644
index 000000000000..5fd916002e35
Binary files /dev/null and b/res/drawable-hdpi/moderate_trash.png differ
diff --git a/res/drawable-hdpi/moderate_unapprove.png b/res/drawable-hdpi/moderate_unapprove.png
new file mode 100644
index 000000000000..4172117d40ef
Binary files /dev/null and b/res/drawable-hdpi/moderate_unapprove.png differ
diff --git a/res/drawable-hdpi/note_icon_achievement.png b/res/drawable-hdpi/note_icon_achievement.png
new file mode 100644
index 000000000000..b51994925591
Binary files /dev/null and b/res/drawable-hdpi/note_icon_achievement.png differ
diff --git a/res/drawable-hdpi/note_icon_comment.png b/res/drawable-hdpi/note_icon_comment.png
new file mode 100644
index 000000000000..e91e6023426f
Binary files /dev/null and b/res/drawable-hdpi/note_icon_comment.png differ
diff --git a/res/drawable-hdpi/note_icon_follow.png b/res/drawable-hdpi/note_icon_follow.png
new file mode 100644
index 000000000000..a7689b0f4581
Binary files /dev/null and b/res/drawable-hdpi/note_icon_follow.png differ
diff --git a/res/drawable-hdpi/note_icon_like.png b/res/drawable-hdpi/note_icon_like.png
new file mode 100644
index 000000000000..f6c569b98f48
Binary files /dev/null and b/res/drawable-hdpi/note_icon_like.png differ
diff --git a/res/drawable-hdpi/note_icon_reblog.png b/res/drawable-hdpi/note_icon_reblog.png
new file mode 100644
index 000000000000..44938f8f2022
Binary files /dev/null and b/res/drawable-hdpi/note_icon_reblog.png differ
diff --git a/res/drawable-hdpi/note_icon_stats.png b/res/drawable-hdpi/note_icon_stats.png
new file mode 100644
index 000000000000..f02d8457b1c3
Binary files /dev/null and b/res/drawable-hdpi/note_icon_stats.png differ
diff --git a/res/drawable-hdpi/notification_multi.png b/res/drawable-hdpi/notification_multi.png
new file mode 100644
index 000000000000..ed981474562c
Binary files /dev/null and b/res/drawable-hdpi/notification_multi.png differ
diff --git a/res/drawable-hdpi/remote_failed.png b/res/drawable-hdpi/remote_failed.png
new file mode 100644
index 000000000000..072850a4338c
Binary files /dev/null and b/res/drawable-hdpi/remote_failed.png differ
diff --git a/res/drawable-hdpi/remote_image.png b/res/drawable-hdpi/remote_image.png
new file mode 100644
index 000000000000..a2cf1d68a92d
Binary files /dev/null and b/res/drawable-hdpi/remote_image.png differ
diff --git a/res/drawable-mdpi/ab_icon_reply.png b/res/drawable-mdpi/ab_icon_reply.png
new file mode 100644
index 000000000000..9e344659eedc
Binary files /dev/null and b/res/drawable-mdpi/ab_icon_reply.png differ
diff --git a/res/drawable-mdpi/ab_icon_send.png b/res/drawable-mdpi/ab_icon_send.png
new file mode 100644
index 000000000000..515668a6b6c3
Binary files /dev/null and b/res/drawable-mdpi/ab_icon_send.png differ
diff --git a/res/drawable/dashboard_icon_comments.png b/res/drawable-mdpi/dashboard_icon_comments.png
similarity index 100%
rename from res/drawable/dashboard_icon_comments.png
rename to res/drawable-mdpi/dashboard_icon_comments.png
diff --git a/res/drawable/dashboard_icon_new_page.png b/res/drawable-mdpi/dashboard_icon_new_page.png
similarity index 100%
rename from res/drawable/dashboard_icon_new_page.png
rename to res/drawable-mdpi/dashboard_icon_new_page.png
diff --git a/res/drawable/dashboard_icon_new_post.png b/res/drawable-mdpi/dashboard_icon_new_post.png
similarity index 100%
rename from res/drawable/dashboard_icon_new_post.png
rename to res/drawable-mdpi/dashboard_icon_new_post.png
diff --git a/res/drawable/dashboard_icon_notifications.png b/res/drawable-mdpi/dashboard_icon_notifications.png
similarity index 57%
rename from res/drawable/dashboard_icon_notifications.png
rename to res/drawable-mdpi/dashboard_icon_notifications.png
index 2c6a81747905..a4361802cd29 100644
Binary files a/res/drawable/dashboard_icon_notifications.png and b/res/drawable-mdpi/dashboard_icon_notifications.png differ
diff --git a/res/drawable/dashboard_icon_pages.png b/res/drawable-mdpi/dashboard_icon_pages.png
similarity index 100%
rename from res/drawable/dashboard_icon_pages.png
rename to res/drawable-mdpi/dashboard_icon_pages.png
diff --git a/res/drawable/dashboard_icon_photo.png b/res/drawable-mdpi/dashboard_icon_photo.png
similarity index 100%
rename from res/drawable/dashboard_icon_photo.png
rename to res/drawable-mdpi/dashboard_icon_photo.png
diff --git a/res/drawable/dashboard_icon_posts.png b/res/drawable-mdpi/dashboard_icon_posts.png
similarity index 100%
rename from res/drawable/dashboard_icon_posts.png
rename to res/drawable-mdpi/dashboard_icon_posts.png
diff --git a/res/drawable/dashboard_icon_settings.png b/res/drawable-mdpi/dashboard_icon_settings.png
similarity index 100%
rename from res/drawable/dashboard_icon_settings.png
rename to res/drawable-mdpi/dashboard_icon_settings.png
diff --git a/res/drawable/dashboard_icon_stats.png b/res/drawable-mdpi/dashboard_icon_stats.png
similarity index 100%
rename from res/drawable/dashboard_icon_stats.png
rename to res/drawable-mdpi/dashboard_icon_stats.png
diff --git a/res/drawable/dashboard_icon_subs.png b/res/drawable-mdpi/dashboard_icon_subs.png
similarity index 100%
rename from res/drawable/dashboard_icon_subs.png
rename to res/drawable-mdpi/dashboard_icon_subs.png
diff --git a/res/drawable/dashboard_icon_video.png b/res/drawable-mdpi/dashboard_icon_video.png
similarity index 100%
rename from res/drawable/dashboard_icon_video.png
rename to res/drawable-mdpi/dashboard_icon_video.png
diff --git a/res/drawable/dashboard_icon_view.png b/res/drawable-mdpi/dashboard_icon_view.png
similarity index 100%
rename from res/drawable/dashboard_icon_view.png
rename to res/drawable-mdpi/dashboard_icon_view.png
diff --git a/res/drawable/dashboard_icon_wp.png b/res/drawable-mdpi/dashboard_icon_wp.png
similarity index 100%
rename from res/drawable/dashboard_icon_wp.png
rename to res/drawable-mdpi/dashboard_icon_wp.png
diff --git a/res/drawable-mdpi/follow_minus.png b/res/drawable-mdpi/follow_minus.png
new file mode 100644
index 000000000000..deab5e2446cb
Binary files /dev/null and b/res/drawable-mdpi/follow_minus.png differ
diff --git a/res/drawable-mdpi/follow_plus.png b/res/drawable-mdpi/follow_plus.png
new file mode 100644
index 000000000000..552617968b6d
Binary files /dev/null and b/res/drawable-mdpi/follow_plus.png differ
diff --git a/res/drawable-mdpi/ic_drawer.png b/res/drawable-mdpi/ic_drawer.png
new file mode 100644
index 000000000000..58fe873bae1f
Binary files /dev/null and b/res/drawable-mdpi/ic_drawer.png differ
diff --git a/res/drawable-mdpi/moderate_approve.png b/res/drawable-mdpi/moderate_approve.png
new file mode 100644
index 000000000000..9785088db56d
Binary files /dev/null and b/res/drawable-mdpi/moderate_approve.png differ
diff --git a/res/drawable-mdpi/moderate_spam.png b/res/drawable-mdpi/moderate_spam.png
new file mode 100644
index 000000000000..dbb56dbceb95
Binary files /dev/null and b/res/drawable-mdpi/moderate_spam.png differ
diff --git a/res/drawable-mdpi/moderate_trash.png b/res/drawable-mdpi/moderate_trash.png
new file mode 100644
index 000000000000..27666c24091d
Binary files /dev/null and b/res/drawable-mdpi/moderate_trash.png differ
diff --git a/res/drawable-mdpi/moderate_unapprove.png b/res/drawable-mdpi/moderate_unapprove.png
new file mode 100644
index 000000000000..509a40dfd4d7
Binary files /dev/null and b/res/drawable-mdpi/moderate_unapprove.png differ
diff --git a/res/drawable-mdpi/note_icon_achievement.png b/res/drawable-mdpi/note_icon_achievement.png
new file mode 100644
index 000000000000..d85afbaa8c53
Binary files /dev/null and b/res/drawable-mdpi/note_icon_achievement.png differ
diff --git a/res/drawable-mdpi/note_icon_comment.png b/res/drawable-mdpi/note_icon_comment.png
new file mode 100644
index 000000000000..2a3ebddaed80
Binary files /dev/null and b/res/drawable-mdpi/note_icon_comment.png differ
diff --git a/res/drawable-mdpi/note_icon_follow.png b/res/drawable-mdpi/note_icon_follow.png
new file mode 100644
index 000000000000..6e751aed8fa6
Binary files /dev/null and b/res/drawable-mdpi/note_icon_follow.png differ
diff --git a/res/drawable-mdpi/note_icon_like.png b/res/drawable-mdpi/note_icon_like.png
new file mode 100644
index 000000000000..5321ca2653eb
Binary files /dev/null and b/res/drawable-mdpi/note_icon_like.png differ
diff --git a/res/drawable-mdpi/note_icon_reblog.png b/res/drawable-mdpi/note_icon_reblog.png
new file mode 100644
index 000000000000..c85c28447245
Binary files /dev/null and b/res/drawable-mdpi/note_icon_reblog.png differ
diff --git a/res/drawable-mdpi/note_icon_stats.png b/res/drawable-mdpi/note_icon_stats.png
new file mode 100644
index 000000000000..8b5a58aa3aa8
Binary files /dev/null and b/res/drawable-mdpi/note_icon_stats.png differ
diff --git a/res/drawable-mdpi/notification_multi.png b/res/drawable-mdpi/notification_multi.png
new file mode 100644
index 000000000000..ca85a3230e14
Binary files /dev/null and b/res/drawable-mdpi/notification_multi.png differ
diff --git a/res/drawable-mdpi/remote_failed.png b/res/drawable-mdpi/remote_failed.png
new file mode 100644
index 000000000000..a370d8bd06e1
Binary files /dev/null and b/res/drawable-mdpi/remote_failed.png differ
diff --git a/res/drawable-mdpi/remote_image.png b/res/drawable-mdpi/remote_image.png
new file mode 100644
index 000000000000..827fbdbc9ab5
Binary files /dev/null and b/res/drawable-mdpi/remote_image.png differ
diff --git a/res/drawable-xhdpi/ab_icon_reply.png b/res/drawable-xhdpi/ab_icon_reply.png
new file mode 100644
index 000000000000..4cc854ab8001
Binary files /dev/null and b/res/drawable-xhdpi/ab_icon_reply.png differ
diff --git a/res/drawable-xhdpi/ab_icon_send.png b/res/drawable-xhdpi/ab_icon_send.png
new file mode 100644
index 000000000000..0c870d2ce19d
Binary files /dev/null and b/res/drawable-xhdpi/ab_icon_send.png differ
diff --git a/res/drawable-xhdpi/dashboard_icon_notifications.png b/res/drawable-xhdpi/dashboard_icon_notifications.png
index 45997f4abe85..a494ea2ef344 100644
Binary files a/res/drawable-xhdpi/dashboard_icon_notifications.png and b/res/drawable-xhdpi/dashboard_icon_notifications.png differ
diff --git a/res/drawable-xhdpi/follow_minus.png b/res/drawable-xhdpi/follow_minus.png
new file mode 100644
index 000000000000..7e29a9018f37
Binary files /dev/null and b/res/drawable-xhdpi/follow_minus.png differ
diff --git a/res/drawable-xhdpi/follow_plus.png b/res/drawable-xhdpi/follow_plus.png
new file mode 100644
index 000000000000..6d24ee1da002
Binary files /dev/null and b/res/drawable-xhdpi/follow_plus.png differ
diff --git a/res/drawable-xhdpi/ic_drawer.png b/res/drawable-xhdpi/ic_drawer.png
new file mode 100644
index 000000000000..17a06149490f
Binary files /dev/null and b/res/drawable-xhdpi/ic_drawer.png differ
diff --git a/res/drawable-xhdpi/moderate_approve.png b/res/drawable-xhdpi/moderate_approve.png
new file mode 100644
index 000000000000..875b6ab11e45
Binary files /dev/null and b/res/drawable-xhdpi/moderate_approve.png differ
diff --git a/res/drawable-xhdpi/moderate_spam.png b/res/drawable-xhdpi/moderate_spam.png
new file mode 100644
index 000000000000..8e17bbba7521
Binary files /dev/null and b/res/drawable-xhdpi/moderate_spam.png differ
diff --git a/res/drawable-xhdpi/moderate_trash.png b/res/drawable-xhdpi/moderate_trash.png
new file mode 100644
index 000000000000..b0dba043c859
Binary files /dev/null and b/res/drawable-xhdpi/moderate_trash.png differ
diff --git a/res/drawable-xhdpi/moderate_unapprove.png b/res/drawable-xhdpi/moderate_unapprove.png
new file mode 100644
index 000000000000..dc302526d565
Binary files /dev/null and b/res/drawable-xhdpi/moderate_unapprove.png differ
diff --git a/res/drawable-xhdpi/note_icon_achievement.png b/res/drawable-xhdpi/note_icon_achievement.png
new file mode 100644
index 000000000000..b288029734de
Binary files /dev/null and b/res/drawable-xhdpi/note_icon_achievement.png differ
diff --git a/res/drawable-xhdpi/note_icon_comment.png b/res/drawable-xhdpi/note_icon_comment.png
new file mode 100644
index 000000000000..bdd3581231cd
Binary files /dev/null and b/res/drawable-xhdpi/note_icon_comment.png differ
diff --git a/res/drawable-xhdpi/note_icon_follow.png b/res/drawable-xhdpi/note_icon_follow.png
new file mode 100644
index 000000000000..76bdcd0d6d0d
Binary files /dev/null and b/res/drawable-xhdpi/note_icon_follow.png differ
diff --git a/res/drawable-xhdpi/note_icon_like.png b/res/drawable-xhdpi/note_icon_like.png
new file mode 100644
index 000000000000..314448909d0b
Binary files /dev/null and b/res/drawable-xhdpi/note_icon_like.png differ
diff --git a/res/drawable-xhdpi/note_icon_reblog.png b/res/drawable-xhdpi/note_icon_reblog.png
new file mode 100644
index 000000000000..4fdf3d313973
Binary files /dev/null and b/res/drawable-xhdpi/note_icon_reblog.png differ
diff --git a/res/drawable-xhdpi/note_icon_stats.png b/res/drawable-xhdpi/note_icon_stats.png
new file mode 100644
index 000000000000..1fd9b859fb01
Binary files /dev/null and b/res/drawable-xhdpi/note_icon_stats.png differ
diff --git a/res/drawable-xhdpi/notification_multi.png b/res/drawable-xhdpi/notification_multi.png
new file mode 100644
index 000000000000..8357482d2121
Binary files /dev/null and b/res/drawable-xhdpi/notification_multi.png differ
diff --git a/res/drawable/follow_indicator.xml b/res/drawable/follow_indicator.xml
new file mode 100644
index 000000000000..0aa877003b48
--- /dev/null
+++ b/res/drawable/follow_indicator.xml
@@ -0,0 +1,10 @@
+
+
+  
+  
+
diff --git a/res/drawable/follow_minus.png b/res/drawable/follow_minus.png
new file mode 100644
index 000000000000..d251f5b2e698
Binary files /dev/null and b/res/drawable/follow_minus.png differ
diff --git a/res/drawable/follow_plus.png b/res/drawable/follow_plus.png
new file mode 100644
index 000000000000..30f09a0a52dd
Binary files /dev/null and b/res/drawable/follow_plus.png differ
diff --git a/res/drawable/list_divider.xml b/res/drawable/list_divider.xml
index 649275d8fcd5..97797a5e2fd8 100644
--- a/res/drawable/list_divider.xml
+++ b/res/drawable/list_divider.xml
@@ -1,14 +1,7 @@
-
-
-  
-    
-      
-    
-  
-
+
+
+
+    
+
+
\ No newline at end of file
diff --git a/res/drawable/remote_failed.png b/res/drawable/remote_failed.png
new file mode 100644
index 000000000000..c7fb3e50b5e5
Binary files /dev/null and b/res/drawable/remote_failed.png differ
diff --git a/res/drawable/remote_image.png b/res/drawable/remote_image.png
new file mode 100644
index 000000000000..55f18a95089e
Binary files /dev/null and b/res/drawable/remote_image.png differ
diff --git a/res/drawable/reply_row_background.xml b/res/drawable/reply_row_background.xml
new file mode 100644
index 000000000000..07b57c25abe6
--- /dev/null
+++ b/res/drawable/reply_row_background.xml
@@ -0,0 +1,9 @@
+
+
+  
+  
+
diff --git a/res/drawable/reply_row_textcolor.xml b/res/drawable/reply_row_textcolor.xml
new file mode 100644
index 000000000000..473482d457d9
--- /dev/null
+++ b/res/drawable/reply_row_textcolor.xml
@@ -0,0 +1,9 @@
+
+
+  
+  
+
diff --git a/res/drawable/throbber.xml b/res/drawable/throbber.xml
new file mode 100644
index 000000000000..6753f3a6204f
--- /dev/null
+++ b/res/drawable/throbber.xml
@@ -0,0 +1,40 @@
+
+
+  
+    
+      
+  
+  
+
diff --git a/res/layout-large-mdpi/notifications.xml b/res/layout-large-mdpi/notifications.xml
new file mode 100644
index 000000000000..2aa0596880f8
--- /dev/null
+++ b/res/layout-large-mdpi/notifications.xml
@@ -0,0 +1,27 @@
+
+
+  
+    
+      
+    
+    
+  
+
diff --git a/res/layout-sw720dp/notifications.xml b/res/layout-sw720dp/notifications.xml
new file mode 100644
index 000000000000..2aa0596880f8
--- /dev/null
+++ b/res/layout-sw720dp/notifications.xml
@@ -0,0 +1,27 @@
+
+
+  
+    
+      
+    
+    
+  
+
diff --git a/res/layout/add_account.xml b/res/layout/add_account.xml
index aef17ed0b2f8..79fee1a4c38a 100644
--- a/res/layout/add_account.xml
+++ b/res/layout/add_account.xml
@@ -87,14 +87,6 @@
                 android:shadowDy="1"
                 android:shadowRadius="1"
                 android:text="@string/log_in" />
-
-