Skip to content

Commit

Permalink
r102 - test
Browse files Browse the repository at this point in the history
-----------
Fix: Long number in charts
Fix: EUR on top
Fix: icon size
Fix: Crash on list update
Fix: Invalid graph and stat
Fix: Some bull shit
Fix: Refactoring
Fix: Landscape Layout
Fix: NavDrawer touch
Add: PIN protection
Add: Chat
Add: Ability to hide pairs
Add: Auto refresh when maximize or return to app.
Add: Fix some crash
Add: New api key
Add: Amount slider on buy/sell screen
Add: Current balance on buy/sell screen
Add: Color warning if no enough money
-----------
  • Loading branch information
Zorge.R committed Jan 25, 2014
1 parent e9defe6 commit 41d851a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions BTC-e.com monitor/src/main/res/layout/pairs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@
android:layout_height="match_parent"
android:layout_below="@+id/linearLayout2" android:id="@+id/linearLayout3"
android:layout_above="@+id/linearLayout5" android:layout_weight="1">
<LinearLayout
android:orientation="vertical"
android:layout_width="2px"
android:layout_height="fill_parent">
</LinearLayout>
<ListView
android:layout_width="match_parent"
android:layout_height="match_parent"
Expand Down
5 changes: 5 additions & 0 deletions BTC-e.com monitor/src/main/res/layout/pairs_landscape.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@
android:layout_below="@+id/linearLayout2" android:id="@+id/linearLayout3"
android:layout_above="@+id/linearLayout5" android:layout_weight="1" android:minHeight="190dp"
>
<LinearLayout
android:orientation="vertical"
android:layout_width="2px"
android:layout_height="fill_parent">
</LinearLayout>
<ListView
android:layout_width="match_parent"
android:layout_height="match_parent"
Expand Down

0 comments on commit 41d851a

Please sign in to comment.