Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Releasing 2.6. Introducing Numix Calculator Widget.
Browse files Browse the repository at this point in the history
  • Loading branch information
paolorotolo committed Nov 13, 2014
1 parent b1a7a25 commit 601471d
Show file tree
Hide file tree
Showing 18 changed files with 1,195 additions and 171 deletions.
355 changes: 190 additions & 165 deletions .idea/workspace.xml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.numix.calculator"
android:versionName="2.5"
android:versionCode="6">
android:versionName="2.6"
android:versionCode="7">

<original-package android:name="com.numix.calculator" />
<uses-sdk android:minSdkVersion="16" android:targetSdkVersion="21"/>
Expand Down
Binary file modified app/src/main/res/drawable-v21/ic_launcher_calculator.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable-v21/ic_launcher_calculator_light.png
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 added app/src/main/res/drawable/clear_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable/ic_launcher_calculator.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable/ic_launcher_calculator_light.png
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 added app/src/main/res/drawable/widget_preview.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/widget.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<ImageButton
android:id="@+id/clear"
android:text="@string/clear"
android:src="@drawable/clear"
android:src="@drawable/clear_light"
android:background="#e84e40"
android:scaleType="centerInside"
android:layout_width="match_parent"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/widget_light.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<ImageButton
android:id="@+id/clear"
android:text="@string/clear"
android:src="@drawable/clear"
android:src="@drawable/clear_light"
android:background="#e84e40"
android:scaleType="centerInside"
android:layout_width="match_parent"
Expand Down
Binary file modified app/src/main/res/mipmap-xhdpi/ic_launcher_calculator.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/mipmap-xhdpi/ic_launcher_calculator_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<color name="background_light">#FFFFFF</color>
<color name="button_pressed">#e5e5e5</color>
<color name="almost_tra">#22ffffff</color>
<color name="graph_color">#d64937</color>
<color name="graph_color">#e84e40</color>
<color name="action_pressed">#bf3827</color>
<color name="transparent">#00ffffff</color>
</resources>
3 changes: 2 additions & 1 deletion app/src/main/res/xml/calculator_widget_info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
android:minWidth="250dp"
android:minHeight="250dp"
android:initialLayout="@layout/widget_light"
android:previewImage="@drawable/widget_preview"
android:initialKeyguardLayout="@layout/widget_light"
android:updatePeriodMillis="0"
android:widgetCategory="home_screen|keyguard"
android:resizeMode="vertical" />
android:resizeMode="horizontal|vertical" />
Loading

0 comments on commit 601471d

Please sign in to comment.