-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
version 1.5 - updated mupdf library to 1.7 which fixes various memory…
… leak and crashes
- Loading branch information
Manoj Kumar
committed
May 2, 2015
1 parent
a67374b
commit ff115b7
Showing
128 changed files
with
3,908 additions
and
11,565 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<set xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:ordering="sequentially" > | ||
|
||
<objectAnimator | ||
android:propertyName="alpha" | ||
android:valueFrom="0.0" | ||
android:valueTo="1.0" | ||
android:duration="200" /> | ||
|
||
<objectAnimator | ||
android:propertyName="alpha" | ||
android:valueTo="1.0" | ||
android:duration="800" /> | ||
|
||
<objectAnimator | ||
android:propertyName="alpha" | ||
android:valueTo="0.0" | ||
android:duration="400" /> | ||
</set> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-797 Bytes
android/platform/android/res/drawable-hdpi/ic_refresh_inverse.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file removed
BIN
-659 Bytes
android/platform/android/res/drawable-mdpi/ic_refresh_inverse.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,10 +1,10 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<shape xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:shape="rectangle"> | ||
<corners android:radius="12dp" /> | ||
<padding android:left="16dp" | ||
android:right="16dp" | ||
android:top="16dp" | ||
android:bottom="16dp" /> | ||
<solid android:color="@color/busy_indicator" /> | ||
android:shape="rectangle"> | ||
<corners android:radius="12dp" /> | ||
<padding android:left="16dp" | ||
android:right="16dp" | ||
android:top="16dp" | ||
android:bottom="16dp" /> | ||
<solid android:color="@color/busy_indicator" /> | ||
</shape> |
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,23 +1,23 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
|
||
<selector xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<item android:state_pressed="true"> | ||
<shape> | ||
<solid android:color="@color/button_pressed" /> | ||
<padding android:left="8dp" android:top="8dp" android:right="8dp" android:bottom="8dp" /> | ||
</shape> | ||
</item> | ||
<item android:state_focused="true"> | ||
<shape> | ||
<solid android:color="@color/button_normal" /> | ||
<stroke android:width="4dp" android:color="@color/button_pressed" /> | ||
<padding android:left="8dp" android:top="8dp" android:right="8dp" android:bottom="8dp" /> | ||
</shape> | ||
</item> | ||
<item> | ||
<shape> | ||
<solid android:color="@color/button_normal" /> | ||
<padding android:left="8dp" android:top="8dp" android:right="8dp" android:bottom="8dp" /> | ||
</shape> | ||
</item> | ||
<item android:state_pressed="true"> | ||
<shape> | ||
<solid android:color="@color/button_pressed" /> | ||
<padding android:left="8dp" android:top="8dp" android:right="8dp" android:bottom="8dp" /> | ||
</shape> | ||
</item> | ||
<item android:state_focused="true"> | ||
<shape> | ||
<solid android:color="@color/button_normal" /> | ||
<stroke android:width="4dp" android:color="@color/button_pressed" /> | ||
<padding android:left="8dp" android:top="8dp" android:right="8dp" android:bottom="8dp" /> | ||
</shape> | ||
</item> | ||
<item> | ||
<shape> | ||
<solid android:color="@color/button_normal" /> | ||
<padding android:left="8dp" android:top="8dp" android:right="8dp" android:bottom="8dp" /> | ||
</shape> | ||
</item> | ||
</selector> |
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,9 +1,9 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<shape xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:shape="rectangle"> | ||
<padding android:left="8dp" | ||
android:right="8dp" | ||
android:top="1dp" | ||
android:bottom="2dp" /> | ||
<solid android:color="@color/page_indicator" /> | ||
<shape xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:shape="rectangle"> | ||
<padding android:left="8dp" | ||
android:right="8dp" | ||
android:top="1dp" | ||
android:bottom="2dp" /> | ||
<solid android:color="@color/page_indicator" /> | ||
</shape> |
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,37 +1,37 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
|
||
<selector xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<item android:state_pressed="true"> | ||
<shape android:shape="rectangle"> | ||
<solid android:color="@color/text_pressed" /> | ||
<stroke android:width="4dp" android:color="@color/text_border_pressed" /> | ||
<padding | ||
android:left="12dp" | ||
android:right="12dp" | ||
android:top="8dp" | ||
android:bottom="8dp" /> | ||
</shape> | ||
</item> | ||
<item android:state_focused="true"> | ||
<shape> | ||
<solid android:color="@color/text_normal" /> | ||
<stroke android:width="4dp" android:color="@color/text_border_focused" /> | ||
<padding | ||
android:left="12dp" | ||
android:right="12dp" | ||
android:top="8dp" | ||
android:bottom="8dp" /> | ||
</shape> | ||
</item> | ||
<item> | ||
<shape> | ||
<solid android:color="@color/text_normal" /> | ||
<stroke android:width="4dp" android:color="@color/text_border_normal" /> | ||
<padding | ||
android:left="12dp" | ||
android:right="12dp" | ||
android:top="8dp" | ||
android:bottom="8dp" /> | ||
</shape> | ||
</item> | ||
<item android:state_pressed="true"> | ||
<shape android:shape="rectangle"> | ||
<solid android:color="@color/text_pressed" /> | ||
<stroke android:width="4dp" android:color="@color/text_border_pressed" /> | ||
<padding | ||
android:left="12dp" | ||
android:right="12dp" | ||
android:top="8dp" | ||
android:bottom="8dp" /> | ||
</shape> | ||
</item> | ||
<item android:state_focused="true"> | ||
<shape> | ||
<solid android:color="@color/text_normal" /> | ||
<stroke android:width="4dp" android:color="@color/text_border_focused" /> | ||
<padding | ||
android:left="12dp" | ||
android:right="12dp" | ||
android:top="8dp" | ||
android:bottom="8dp" /> | ||
</shape> | ||
</item> | ||
<item> | ||
<shape> | ||
<solid android:color="@color/text_normal" /> | ||
<stroke android:width="4dp" android:color="@color/text_border_normal" /> | ||
<padding | ||
android:left="12dp" | ||
android:right="12dp" | ||
android:top="8dp" | ||
android:bottom="8dp" /> | ||
</shape> | ||
</item> | ||
</selector> |
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,6 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
|
||
<shape xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:shape="line" > | ||
<stroke android:width="6dp" android:color="@color/seek_progress" /> | ||
android:shape="line" > | ||
<stroke android:width="6dp" android:color="@color/seek_progress" /> | ||
</shape> |
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,7 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
|
||
<shape xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:shape="oval" > | ||
<size android:width="28dp" android:height="28dp" /> | ||
<solid android:color="@color/seek_thumb" /> | ||
android:shape="oval" > | ||
<size android:width="28dp" android:height="28dp" /> | ||
<solid android:color="@color/seek_thumb" /> | ||
</shape> |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.