kingsor / daily-money

An android application that helps you to record your daily expenses.
0 stars 0 forks source link

Allow ADW-Launcher to directly open DetailEditorActivity #51

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi folks,

I added 3 lines to allow a direct link to the activity for inserting new data 
so I can place it right on the home-screen for quick access. I mainly use it to 
log my expenses and so it is just three taps + typing a number for the whole 
process.

Changes are:
- AndroidManifes.xml to allow direct call to the activity
- DetailEditorActivity.java to insert "new Detail(...)"

I'd also recommend to set moneyEditor.requestFocus() somewhere in the activity 
to allow using the default date- and from-/to-values which is quite nice. This 
would need to be around line 130 in DetailEditorActivity.java.

The patch should be importable via the svn-plugin but since its only some lines 
its easily possible by hand.

Greetings,
nils

Original issue reported on code.google.com by nils.braden on 25 Apr 2011 at 4:55

Attachments:

GoogleCodeExporter commented 9 years ago
thank you!!
:)

Original comment by attic...@gmail.com on 26 Apr 2011 at 12:52

GoogleCodeExporter commented 9 years ago
ready since 4/26,
please help to test it, 
freshly at 
http://code.google.com/p/daily-money/downloads/detail?name=dailymoney-0.9.6-0426
-freshly.apk&can=2&q=

Original comment by attic...@gmail.com on 27 Apr 2011 at 12:54

GoogleCodeExporter commented 9 years ago
Perfect, works like intended :)
Thanky you very much!

Original comment by nils.braden on 27 Apr 2011 at 7:57