Commit graph

29 commits

Author SHA1 Message Date
Dmitry Donskoy
941579e10f Added jitpack integration 2020-02-12 14:53:16 +03:00
Philipp Jahoda
fffe9a297e Update gradle 2019-04-27 17:38:37 +02:00
Philipp Jahoda
2058f7bf5d Minor changes to project and example 2019-03-16 11:42:04 +01:00
almic
5030b36c86
More Cleanup
I've removed the realm examples, mainly because the library was buggy.
In the previous commit, I already removed the examples from the list
since they didn't add anything to the overall demonstration. I thought
that if anyone wants to use realm.io with the charts, they can see the
actual library.

The file structure has been updated to match how Android Studio does
things. Some files added way back when have been deleted as they don't
do anything but cause the linter to freak out about 'unused properties'

All 'build.gradle' files have been refreshed as well.

Small addition to the README file to add a quick way to reach sections
of the page.
2018-10-27 18:00:06 -06:00
almic
d67ea481af
Huge Project Refresh
Before anyone freaks out, all these changes are under-the-hood, meaning that you probably won't even notice them at all.

The biggest difference is raising the minSdkVersion from 9 to 14. Recently android bumped this number interally as there are basically no devices running lower than 14 anymore. Sorry but you are just wasting your time if you are trying to support anything lower than 14 now.

The next biggest change is updating the project to the new AndroidX libraries, which changes some imports and nothing else really.

The third biggest change is fixing a few bugs in the code that cause values to be drawn even if there are none, which results in your app crashing. Surprisingly, these checks already existed in a few of the newer chart types, but most lacked this simple check.

Other than those three changes, nothing else is functionally different. Well, saving to gallery works on all charts in the example app now, and you can quickly see the code for each example in the menus.

The only real potential "breaking" change is that charts are now saved as PNGs by default instead of JPGs if you go the route of not specifying as a JPG. You may want to double check your file sizes as PNGs can be larger than low quality JPGs.

I still have more plans for simplifying the API and fixing other issues with the project, for the small few that closely pay attention to individual commits: there's going to be more soon.
2018-10-26 10:30:22 -06:00
Hannes Achleitner
d8ea67aa21 update to Android Studio 3.1.2 2018-04-28 19:54:22 +02:00
Philipp Jahoda
23aef1a0ab Add new google repo 2017-11-29 15:55:18 +01:00
Philipp Jahoda
ed9340ea51 Update maven android plugin 2017-11-29 15:47:10 +01:00
Philipp Jahoda
796dfb21f8 Out comment gradle wrapper 2017-11-29 15:28:03 +01:00
Philipp Jahoda
f2dedb30de Update gradle and dependencies 2017-11-29 15:23:57 +01:00
PhilJay
b564704b82 Updating versions 2017-03-23 16:13:21 +01:00
Daniel Cohen Gindi
a934501315 Gradle updates 2016-12-19 21:56:16 +02:00
Daniel Cohen Gindi
ee020bba67 Gradle updates 2016-11-16 11:01:34 +02:00
PhilJay
9a19bf6670 Migrate to Realm v2.0.2, fix example 2016-10-23 00:02:49 +02:00
PhilJay
8ed6dd24bf Update gradle & android sdk 2016-10-16 19:09:42 +02:00
PhilJay
01d8b24686 Update gradle 2016-09-24 18:21:50 +02:00
PhilJay
7b33554d5b Minor changes & documentation 2016-09-04 10:44:23 +02:00
Daniel Cohen Gindi
30cb069974 Brought back the Realm demos, were removed by mistake 2016-08-10 00:15:34 +03:00
Daniel Cohen Gindi
51f0e53a7f Reinvented Markers - interface based, enhanced default behaviour
Two default implementations exist now: MarkerView, MarkerImage
The default behaviour constraints the marker to the view's bounds.
2016-08-08 18:25:44 +03:00
Philipp Jahoda
bad43a5e13 Move example to realm v1.1.0 2016-07-03 11:48:04 +02:00
Philipp Jahoda
a233e38978 Remove Realm related classes from project 2016-06-27 23:47:32 +02:00
Philipp Jahoda
dad6cc0ce5 Modify build.gradle 2016-06-07 23:42:33 +02:00
Philipp Jahoda
43bc45b718 Minor fixes in example 2016-05-27 13:27:55 +02:00
Philipp Jahoda
f7eabd0718 Update gradle 2016-04-12 10:42:51 +02:00
Brad Barnhill
6b2bfddfda upgrade dependencies (gradle plugin 1.5.0, appcompat 23.1.1, build tools 23.0.2, gradle 2.9, android-maven plugin 1.3), remove unnecessary version definitions in manifest, auto generated wrapper files 2015-11-19 22:06:47 -06:00
Xizhi Zhu
ee183816b5 Updated build tools. 2015-08-26 14:14:37 +03:00
JitPack.io
a6470f5ec0 Update build.gradle 2015-02-09 20:45:55 +00:00
Philipp Jahoda
42f6fb6932 Update build.gradle 2014-12-11 18:12:09 +01:00
Jing Quanqi
950825607d add gradle support 2014-08-02 10:26:54 +08:00