commit ea4d85e630bcb9f3e4249c68c5b6d4dc0aa6f166 Author: Anthony Restaino Date: Fri Feb 15 22:18:08 2013 -0500 First push to github diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..412eeda --- /dev/null +++ b/.gitattributes @@ -0,0 +1,22 @@ +# Auto detect text files and perform LF normalization +* text=auto + +# Custom for Visual Studio +*.cs diff=csharp +*.sln merge=union +*.csproj merge=union +*.vbproj merge=union +*.fsproj merge=union +*.dbproj merge=union + +# Standard to msysgit +*.doc diff=astextplain +*.DOC diff=astextplain +*.docx diff=astextplain +*.DOCX diff=astextplain +*.dot diff=astextplain +*.DOT diff=astextplain +*.pdf diff=astextplain +*.PDF diff=astextplain +*.rtf diff=astextplain +*.RTF diff=astextplain diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5ebd21a --- /dev/null +++ b/.gitignore @@ -0,0 +1,163 @@ +################# +## Eclipse +################# + +*.pydevproject +.project +.metadata +bin/ +tmp/ +*.tmp +*.bak +*.swp +*~.nib +local.properties +.classpath +.settings/ +.loadpath + +# External tool builders +.externalToolBuilders/ + +# Locally stored "Eclipse launch configurations" +*.launch + +# CDT-specific +.cproject + +# PDT-specific +.buildpath + + +################# +## Visual Studio +################# + +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. + +# User-specific files +*.suo +*.user +*.sln.docstates + +# Build results +[Dd]ebug/ +[Rr]elease/ +*_i.c +*_p.c +*.ilk +*.meta +*.obj +*.pch +*.pdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.vspscc +.builds +*.dotCover + +## TODO: If you have NuGet Package Restore enabled, uncomment this +#packages/ + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opensdf +*.sdf + +# Visual Studio profiler +*.psess +*.vsp + +# ReSharper is a .NET coding add-in +_ReSharper* + +# Installshield output folder +[Ee]xpress + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish + +# Others +[Bb]in +[Oo]bj +sql +TestResults +*.Cache +ClientBin +stylecop.* +~$* +*.dbmdl +Generated_Code #added for RIA/Silverlight projects + +# Backup & report files from converting an old project file to a newer +# Visual Studio version. Backup files are not needed, because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML + + + +############ +## Windows +############ + +# Windows image file caches +Thumbs.db + +# Folder config file +Desktop.ini + + +############# +## Python +############# + +*.py[co] + +# Packages +*.egg +*.egg-info +dist +build +eggs +parts +bin +var +sdist +develop-eggs +.installed.cfg + +# Installer logs +pip-log.txt + +# Unit test / coverage reports +.coverage +.tox + +#Translations +*.mo + +#Mr Developer +.mr.developer.cfg + +# Mac crap +.DS_Store diff --git a/AndroidManifest.xml b/AndroidManifest.xml new file mode 100644 index 0000000..b593b1b --- /dev/null +++ b/AndroidManifest.xml @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/anim/rotate.xml b/res/anim/rotate.xml new file mode 100644 index 0000000..0d319f2 --- /dev/null +++ b/res/anim/rotate.xml @@ -0,0 +1,10 @@ + + \ No newline at end of file diff --git a/res/drawable-hdpi/back.png b/res/drawable-hdpi/back.png new file mode 100644 index 0000000..8672a33 Binary files /dev/null and b/res/drawable-hdpi/back.png differ diff --git a/res/drawable-hdpi/exit.png b/res/drawable-hdpi/exit.png new file mode 100644 index 0000000..2e13b17 Binary files /dev/null and b/res/drawable-hdpi/exit.png differ diff --git a/res/drawable-hdpi/forward.png b/res/drawable-hdpi/forward.png new file mode 100644 index 0000000..0258cbe Binary files /dev/null and b/res/drawable-hdpi/forward.png differ diff --git a/res/drawable-hdpi/ic_launcher.png b/res/drawable-hdpi/ic_launcher.png new file mode 100644 index 0000000..b3a306f Binary files /dev/null and b/res/drawable-hdpi/ic_launcher.png differ diff --git a/res/drawable-hdpi/loading.png b/res/drawable-hdpi/loading.png new file mode 100644 index 0000000..300cc22 Binary files /dev/null and b/res/drawable-hdpi/loading.png differ diff --git a/res/drawable-hdpi/new_tab.png b/res/drawable-hdpi/new_tab.png new file mode 100644 index 0000000..0e835d9 Binary files /dev/null and b/res/drawable-hdpi/new_tab.png differ diff --git a/res/drawable-hdpi/options.png b/res/drawable-hdpi/options.png new file mode 100644 index 0000000..587d97e Binary files /dev/null and b/res/drawable-hdpi/options.png differ diff --git a/res/drawable-hdpi/plus.png b/res/drawable-hdpi/plus.png new file mode 100644 index 0000000..a122b88 Binary files /dev/null and b/res/drawable-hdpi/plus.png differ diff --git a/res/drawable-hdpi/refresh.png b/res/drawable-hdpi/refresh.png new file mode 100644 index 0000000..89a3f5e Binary files /dev/null and b/res/drawable-hdpi/refresh.png differ diff --git a/res/drawable-hdpi/stop.png b/res/drawable-hdpi/stop.png new file mode 100644 index 0000000..ea21b1b Binary files /dev/null and b/res/drawable-hdpi/stop.png differ diff --git a/res/drawable-hdpi/webpage.png b/res/drawable-hdpi/webpage.png new file mode 100644 index 0000000..7e80188 Binary files /dev/null and b/res/drawable-hdpi/webpage.png differ diff --git a/res/drawable-mdpi/back.png b/res/drawable-mdpi/back.png new file mode 100644 index 0000000..5cf3708 Binary files /dev/null and b/res/drawable-mdpi/back.png differ diff --git a/res/drawable-mdpi/exit.png b/res/drawable-mdpi/exit.png new file mode 100644 index 0000000..6f6cd20 Binary files /dev/null and b/res/drawable-mdpi/exit.png differ diff --git a/res/drawable-mdpi/forward.png b/res/drawable-mdpi/forward.png new file mode 100644 index 0000000..1c249ef Binary files /dev/null and b/res/drawable-mdpi/forward.png differ diff --git a/res/drawable-mdpi/ic_launcher.png b/res/drawable-mdpi/ic_launcher.png new file mode 100644 index 0000000..eb01ca2 Binary files /dev/null and b/res/drawable-mdpi/ic_launcher.png differ diff --git a/res/drawable-mdpi/loading.png b/res/drawable-mdpi/loading.png new file mode 100644 index 0000000..a16d656 Binary files /dev/null and b/res/drawable-mdpi/loading.png differ diff --git a/res/drawable-mdpi/new_tab.png b/res/drawable-mdpi/new_tab.png new file mode 100644 index 0000000..928b265 Binary files /dev/null and b/res/drawable-mdpi/new_tab.png differ diff --git a/res/drawable-mdpi/options.png b/res/drawable-mdpi/options.png new file mode 100644 index 0000000..a195da4 Binary files /dev/null and b/res/drawable-mdpi/options.png differ diff --git a/res/drawable-mdpi/plus.png b/res/drawable-mdpi/plus.png new file mode 100644 index 0000000..7063155 Binary files /dev/null and b/res/drawable-mdpi/plus.png differ diff --git a/res/drawable-mdpi/refresh.png b/res/drawable-mdpi/refresh.png new file mode 100644 index 0000000..21aadb8 Binary files /dev/null and b/res/drawable-mdpi/refresh.png differ diff --git a/res/drawable-mdpi/stop.png b/res/drawable-mdpi/stop.png new file mode 100644 index 0000000..cfb1679 Binary files /dev/null and b/res/drawable-mdpi/stop.png differ diff --git a/res/drawable-mdpi/webpage.png b/res/drawable-mdpi/webpage.png new file mode 100644 index 0000000..e38f76c Binary files /dev/null and b/res/drawable-mdpi/webpage.png differ diff --git a/res/drawable-xhdpi/back.png b/res/drawable-xhdpi/back.png new file mode 100644 index 0000000..75cc6f5 Binary files /dev/null and b/res/drawable-xhdpi/back.png differ diff --git a/res/drawable-xhdpi/bar.9.png b/res/drawable-xhdpi/bar.9.png new file mode 100644 index 0000000..31767e5 Binary files /dev/null and b/res/drawable-xhdpi/bar.9.png differ diff --git a/res/drawable-xhdpi/bg_inactive.9.png b/res/drawable-xhdpi/bg_inactive.9.png new file mode 100644 index 0000000..64a9095 Binary files /dev/null and b/res/drawable-xhdpi/bg_inactive.9.png differ diff --git a/res/drawable-xhdpi/bg_press.9.png b/res/drawable-xhdpi/bg_press.9.png new file mode 100644 index 0000000..7290c0e Binary files /dev/null and b/res/drawable-xhdpi/bg_press.9.png differ diff --git a/res/drawable-xhdpi/exit.png b/res/drawable-xhdpi/exit.png new file mode 100644 index 0000000..b9096a7 Binary files /dev/null and b/res/drawable-xhdpi/exit.png differ diff --git a/res/drawable-xhdpi/forward.png b/res/drawable-xhdpi/forward.png new file mode 100644 index 0000000..6e81f73 Binary files /dev/null and b/res/drawable-xhdpi/forward.png differ diff --git a/res/drawable-xhdpi/ic_launcher.png b/res/drawable-xhdpi/ic_launcher.png new file mode 100644 index 0000000..fb11101 Binary files /dev/null and b/res/drawable-xhdpi/ic_launcher.png differ diff --git a/res/drawable-xhdpi/line.9.png b/res/drawable-xhdpi/line.9.png new file mode 100644 index 0000000..102c624 Binary files /dev/null and b/res/drawable-xhdpi/line.9.png differ diff --git a/res/drawable-xhdpi/loading.png b/res/drawable-xhdpi/loading.png new file mode 100644 index 0000000..da04edb Binary files /dev/null and b/res/drawable-xhdpi/loading.png differ diff --git a/res/drawable-xhdpi/new_tab.png b/res/drawable-xhdpi/new_tab.png new file mode 100644 index 0000000..75343da Binary files /dev/null and b/res/drawable-xhdpi/new_tab.png differ diff --git a/res/drawable-xhdpi/options.png b/res/drawable-xhdpi/options.png new file mode 100644 index 0000000..eef4526 Binary files /dev/null and b/res/drawable-xhdpi/options.png differ diff --git a/res/drawable-xhdpi/refresh.png b/res/drawable-xhdpi/refresh.png new file mode 100644 index 0000000..2a5b8e6 Binary files /dev/null and b/res/drawable-xhdpi/refresh.png differ diff --git a/res/drawable-xhdpi/stop.png b/res/drawable-xhdpi/stop.png new file mode 100644 index 0000000..0aaf7e2 Binary files /dev/null and b/res/drawable-xhdpi/stop.png differ diff --git a/res/drawable-xhdpi/webpage.png b/res/drawable-xhdpi/webpage.png new file mode 100644 index 0000000..9578790 Binary files /dev/null and b/res/drawable-xhdpi/webpage.png differ diff --git a/res/drawable/bookmark.xml b/res/drawable/bookmark.xml new file mode 100644 index 0000000..a29edb2 --- /dev/null +++ b/res/drawable/bookmark.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/res/drawable/button.xml b/res/drawable/button.xml new file mode 100644 index 0000000..7defd69 --- /dev/null +++ b/res/drawable/button.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/res/layout/activity_main.xml b/res/layout/activity_main.xml new file mode 100644 index 0000000..2799f74 --- /dev/null +++ b/res/layout/activity_main.xml @@ -0,0 +1,142 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/layout/settings.xml b/res/layout/settings.xml new file mode 100644 index 0000000..a5005c3 --- /dev/null +++ b/res/layout/settings.xml @@ -0,0 +1,308 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +