This fork should have all features as origin. There are some more features to work as required.
- different intervals for 'on battery' and 'charging' state
- ability to checking 'distance' and 'angle' only while charging
- option to report ignition state based on charging state
- ability to report device temperature using ambient temperature (if available, NOT TESTED) or battery temperature
- check accuracy of 'accuracy' - there is always 0 on Android 4.3 with GPS only selected
- use accelerometer to detect motion and update GPS (is this more power efficent? Is this still needed when using different interval for 'charging' state?)
- following features were intended to provide lower data consumption, but it's not possible and data traffic is very low anyway
- use real POST request with POST-style data (this is not as useful as I thought, reverted)
- gzip compression of data (longer than 150 chars) - server doesn't support gzip
- HTTP headers optimization (remove useless headers) - HttpURLConnection doesn't support it
- Anton Tananaev
Apache License, Version 2.0
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.