baljeetverma / android-notifier

Automatically exported from code.google.com/p/android-notifier
0 stars 0 forks source link

android-notifier project lacks of "CommandHistory" class (latest svn trunk) #343

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

The latest svn trunk does not have "CommandHistory" class included in package

  org.damazio.notifier.command

and though I can import the android project to my Eclipse but the project won't 
compile. 

I searched the issue list but found nothing useful. Maybe my setting or source 
usage was just wrong, so if there is any other external dependency, please let 
me know.

Thank you for your time.

Regards,

Jiang

Original issue reported on code.google.com by Jiang.Sh...@gmail.com on 19 Jan 2011 at 8:40

GoogleCodeExporter commented 9 years ago
I'd suggest using the following checkout instead. It is the most recent stable 
release. I was able to compile it and run it on my device with only minimal 
effort (namely, cleaning up the strings.xml to make Lint happy).

hg clone https://code.google.com/p/android-notifier.oldsvn/ -r 
AndroidNotifier-0.2.8

Original comment by seanabra...@gmail.com on 22 Jul 2012 at 5:33