Every repository with this icon (
Every repository with this icon (
tree 519d4f243e33525ff7b1871bb1df112c49ab381e
parent 2358f63bfe55c2192bd474d4f88b39636bc7b751
| name | age | message | |
|---|---|---|---|
| |
.gitattributes | ||
| |
.gitignore | ||
| |
AboutViewController.h | ||
| |
AboutViewController.m | ||
| |
Classes/ | ||
| |
Default.png | ||
| |
Icon.png | ||
| |
Info.plist | ||
| |
Lexikon.xcodeproj/ | ||
| |
Lexikon_Prefix.pch | ||
| |
MainWindow.xib | ||
| |
Pinch Analytics/ | ||
| |
README.markdown | ||
| |
aboutView.html | ||
| |
aboutView.xib | Mon Jan 05 07:04:06 -0800 2009 | |
| |
clockwiseLogo.png | ||
| |
database.sqlite3 | ||
| |
lexikonIcon.png | Sat Jan 03 15:46:05 -0800 2009 | |
| |
main.m | Thu Oct 30 07:30:07 -0700 2008 | |
| |
translationTemplate.html |
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
The basic functionality works, before version 1.0 is pushed to the AppStore I'm going to add to and polish the user interface. Searching activity indicator, and save/load state of the application.
For version 1.1 I want to refactor the model and controllers. There is too much model logic in the controllers. The plan is to use a class named CJLexikonLanguage to handle the word list and other data for a language which will use a class much like the existing Word, but renamed CJWord. This should greatly simplify the LexikonAppDelegate and MainViewController. It has a lot of immediate benefits and for the future if anyone wants another language supported.
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.









