Skip to content

rynkowsg/hamster-client-android

Repository files navigation

Hamster Client for Android Build Status

A mobile app addressed to users of existing linux desktop application - Hamster Time Tracker. Same as desktop app, Hamster Client allows a time tracking. It means the app stores data about user activities in time.

The application allows the user to connect to their desktop and synchronize data between Hamster Client and Hamster Time Tracker.

More information about Hamster Time Tracker you can find at project's website and GitHub page.

The Clean Architecture

At the project I have applied The Clean Architecture proposed by Robert C. Martin.

About Android approaches of The Clean Architecture you can read here and there.

You can also look at other existed implementations:

TODO

Libraries

Project provides communication with host by D-Bus. In order to do that I used:

  • dbus-java - D-Bus library for Java (the library was modified for the project purpose)
  • libmatthew-java - a dependency of dbus-java (link1, link2, link3, link4).

License

Copyright (C) 2015 Grzegorz Rynkowski

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.

About

Mobile client for Hamster Time Tracker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages