This is an Android application called LearnIt.
It is created to help learning foreign languages.
This is my hobby project and should always remain free.
If you want to help it evolve I would welcome forking and/or submitting issues (and there will be) to a tracker. The code quality is sometimes poor, but I am improving on the go.
If you by any chance want to appreciate all the time spent for the development - buy me a beer!
This project uses some third party libraries that I would like to mention:
- PagerSlidingTabStrip at https://github.com/astuetz/PagerSlidingTabStrip
- Crouton library at https://github.com/keyboardsurfer/Crouton
- CircularProgressButton at https://github.com/dmytrodanylyk/circular-progress-button
- StarDict parser at http://goo.gl/aGuKTk
- Additionaly, big thanks go to Olena Myshanska, who did the design of LearnIt logo writing. Be sure to check out the [cool stuff] (https://www.behance.net/Olena_Myshanska) that she is doing.
Third party software is licened under respective licences.
Most of the code in this repository is under the GPLv3 licence:
Copyright (C) 2014 Igor Bogoslavskyi
LearnIt is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Part responsible for StarDict interaction refers to Open Ones group and their code at http://goo.gl/aGuKTk and is therefore under the provided Apache 2.0 licence:
Licensed to Open-Ones Group under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. Open-Ones Group licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at:
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.