public
Description: An iPhone application to query and cache results from the online Lexin Swedish-English dictionary for immigrants
Homepage:
Clone URL: git://github.com/octover/lexikon.git
Click here to lend your support to: lexikon and make a donation at www.pledgie.com !
name age message
file .gitattributes Sat Jan 31 01:02:48 -0800 2009 updates to the gitignore and add gitattributes [octover]
file .gitignore Sat Jan 31 01:02:48 -0800 2009 updates to the gitignore and add gitattributes [octover]
file AboutViewController.h Sat Jan 03 15:46:05 -0800 2009 Update the about screen to have the database ca... [octover]
file AboutViewController.m Sat Feb 14 14:52:40 -0800 2009 internationalization and misc changes [octover]
directory Classes/ Sat Feb 14 14:52:40 -0800 2009 internationalization and misc changes [octover]
file Default.png Sat Feb 14 14:52:40 -0800 2009 internationalization and misc changes [octover]
directory English.lproj/ Mon Feb 16 02:32:13 -0800 2009 final cleanup for version 1.2 [octover]
file Icon.png Sun Dec 14 14:15:39 -0800 2008 fixed duplicate word lookup [octover]
file Info.plist Mon Feb 16 02:32:13 -0800 2009 final cleanup for version 1.2 [octover]
directory Lexikon.xcodeproj/ Mon Feb 16 02:32:13 -0800 2009 final cleanup for version 1.2 [octover]
file Lexikon_Prefix.pch Thu Oct 30 07:30:07 -0700 2008 Initial commit, default window based iPhone pro... [octover]
file MainViewController.m Mon Feb 16 02:32:13 -0800 2009 final cleanup for version 1.2 [octover]
file README.markdown Mon Feb 16 02:56:17 -0800 2009 update the readme [octover]
file SearchSuggestions.xib Sat Feb 14 14:52:40 -0800 2009 internationalization and misc changes [octover]
file SearchSuggestionsController.h Sat Feb 14 14:52:40 -0800 2009 internationalization and misc changes [octover]
file SearchSuggestionsController.m Thu Feb 12 08:00:13 -0800 2009 update to latest fmdb, clang static analyzer is... [octover]
directory Swedish.lproj/ Mon Feb 16 02:32:13 -0800 2009 final cleanup for version 1.2 [octover]
file aboutView.html Thu Feb 12 08:00:13 -0800 2009 update to latest fmdb, clang static analyzer is... [octover]
file aboutView.xib Mon Jan 05 07:04:06 -0800 2009 Disable paging on the table, changes to the abo... [octover]
file clockwiseLogo.png Sat Jan 03 12:51:08 -0800 2009 About view, lazy load word list [octover]
file database.sqlite3 Sat Jan 03 14:48:44 -0800 2009 Clear out the test data in the sqlite3 database... [octover]
file lexikonIcon.png Sat Jan 03 15:46:05 -0800 2009 Update the about screen to have the database ca... [octover]
file main.m Thu Oct 30 07:30:07 -0700 2008 Initial commit, default window based iPhone pro... [octover]
file searchSuggestionsDropShadow.png Thu Feb 12 03:44:42 -0800 2009 fix it so the suggestions controller shows the ... [octover]
file translationTemplate.html Mon Feb 16 02:32:13 -0800 2009 final cleanup for version 1.2 [octover]
README.markdown

Lexikon

An iPhone application to query and cache results from the online Lexin Swedish-English dictionary.

This is an application for me, Caleb Jaffa, to learn more about iPhone development and at the same time give me a handy tool to be able to translate Swedish words when I am out and about. I am an American that currently resides in Falun, Sweden.

Status

At version 1.2 the application is feature complete. The only other item on my list would be to refactor the model into two models and make those models fat in order to be able to slim down the controllers. This would largely be an under the hood improvement and might not necessitate another release baring any other refinements.

Code Contributions

Lexikon is using Gus Mueller's FMDB adapter for managing talking with the SQLite database.

License

Copyright (c) 2009 Caleb Jaffa

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.