https://github.com/stsquad/mydialler
A fork of NubDial/SpellDial for my own experimental hacking
https://github.com/stsquad/mydialler
Last synced: 11 months ago
JSON representation
A fork of NubDial/SpellDial for my own experimental hacking
- Host: GitHub
- URL: https://github.com/stsquad/mydialler
- Owner: stsquad
- License: gpl-2.0
- Created: 2011-12-09T19:18:59.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-12-11T15:31:11.000Z (over 14 years ago)
- Last Synced: 2025-05-01T12:07:18.048Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 512 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
MyDialer, the source code.
This is a fork of NubDial which in turn was forked from SpellDial by
Larry Greenfield. I've just forked it because I wanted to replace the
rather crap default dialler in Android and I needed something that
already built to play with. Both the projects look like one-man
efforts that have stalled so I just cloned the code so I can
experiment with it
Alex Bennée, 9/12/2011
== Old README ==
Build using Eclipse.
The icon was done by Donald Richardson less than 6 hours after I first
uploaded the app (that's how bad the first one was!).
The rest of the code is Copyright Lawrence Greenfield.
See the COPYING file for the copyright license.
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Software and especially icons are incorporated from the Android base
system. This software is covered by the Apache Software License.
Licensed 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
http://www.apache.org/licenses/LICENSE-2.0
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.
Contact me at leg@ravelin.org.
-- Larry Greenfield