Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Jonathan727
/
androidplot
Public
forked from
halfhp/androidplot
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
androidplot
androidplot-core
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 10, 2018
Fix inverted range values on XY Plots - regression introduced in 02cdc94b04be2170fcff1dfc61a24dae81f852a3
Jonathan727
committed
3160f4d
View commit details
Copy full SHA for 3160f4d
View code at this point
Browse repository at this point
Name all threads for debugging
Jonathan727
committed
5926f26
View commit details
Copy full SHA for 5926f26
View code at this point
Browse repository at this point
Stylize *Androidplot* and *renderThread*
Jonathan727
committed
b61f83b
View commit details
Copy full SHA for b61f83b
View code at this point
Browse repository at this point
if statement was redundant because the for statement will check the condition before the first iteration through the loop
Jonathan727
committed
1a021c3
View commit details
Copy full SHA for 1a021c3
View code at this point
Browse repository at this point
Fix minMax in SeriesUtils.java
Show description for 6a6a271
Jonathan727
committed
6a6a271
View commit details
Copy full SHA for 6a6a271
View code at this point
Browse repository at this point
Commits on Mar 9, 2018
Further simplified the loops which draw grids and origin lines.
Jonathan727
committed
02cdc94
View commit details
Copy full SHA for 02cdc94
View code at this point
Browse repository at this point
There is already some android thread named "RenderThread" which is confusing while debugging so I renamed the Android Plot thread to "Android Plot Render Thread".
Jonathan727
committed
facf0e7
View commit details
Copy full SHA for facf0e7
View code at this point
Browse repository at this point
Commits on Mar 8, 2018
inline local variables that are only being used once
Jonathan727
committed
fd4baec
View commit details
Copy full SHA for fd4baec
View code at this point
Browse repository at this point
remove inner conditional that will always be true with the new initial i value
Show description for 89869df
Jonathan727
committed
89869df
View commit details
Copy full SHA for 89869df
View code at this point
Browse repository at this point
modify for loop initial value for i to skip values of i for which there is no-op due to the if statement anyway
Show description for 162db35
Jonathan727
committed
162db35
View commit details
Copy full SHA for 162db35
View code at this point
Browse repository at this point
algabraic changes to for loop termination statements - isolate +i on the left side
Show description for 820a366
Jonathan727
committed
820a366
View commit details
Copy full SHA for 820a366
View code at this point
Browse repository at this point
algabraic changes to for loop termination statements - isolate i on the left side
Show description for 3a63ad6
Jonathan727
committed
3a63ad6
View commit details
Copy full SHA for 3a63ad6
View code at this point
Browse repository at this point
remove "final" from local variables that have a very limited scope anyway
Jonathan727
committed
d90fb47
View commit details
Copy full SHA for d90fb47
View code at this point
Browse repository at this point
move declaration of xVal and yVal closer to its usage
Show description for bbdb0a3
Jonathan727
committed
bbdb0a3
View commit details
Copy full SHA for bbdb0a3
View code at this point
Browse repository at this point
inlined variables xPix & yPix
Show description for 966cee0
Jonathan727
committed
966cee0
View commit details
Copy full SHA for 966cee0
View code at this point
Browse repository at this point
algabraic changes to for loop termination statements - isolated i on the left side.
Show description for c9515e0
Jonathan727
committed
c9515e0
View commit details
Copy full SHA for c9515e0
View code at this point
Browse repository at this point
use local variable for domainStepPix to more closely match style used in rangeStepPix on line 635
Jonathan727
committed
14c72fc
View commit details
Copy full SHA for 14c72fc
View code at this point
Browse repository at this point
algabraic changes to for loop termination statements - move i to the left side
Show description for 715f019
Jonathan727
committed
715f019
View commit details
Copy full SHA for 715f019
View code at this point
Browse repository at this point
algabraic changes to for loop termination statements
Show description for 07ff4bc
Jonathan727
committed
07ff4bc
View commit details
Copy full SHA for 07ff4bc
View code at this point
Browse repository at this point
extract gridRect with fudge as final local constant
Jonathan727
committed
c4c996b
View commit details
Copy full SHA for c4c996b
View code at this point
Browse repository at this point
inlined the definition of xPix/yPix in for loop's termination statement and removed redundant and unused values for xPix/yPix
Show description for fe8c0a2
Jonathan727
committed
fe8c0a2
View commit details
Copy full SHA for fe8c0a2
View code at this point
Browse repository at this point
move setting xPix and yPix in for loops from the for loop's increment statement to the top of the body of the for loop
Jonathan727
committed
56c3da6
View commit details
Copy full SHA for 56c3da6
View code at this point
Browse repository at this point
move incrementing of i in for loops to the for loop's increment expression
Jonathan727
committed
53e7e2b
View commit details
Copy full SHA for 53e7e2b
View code at this point
Browse repository at this point
move incrementing of i in for loop to the for loop increment expression
Jonathan727
committed
9fe290d
View commit details
Copy full SHA for 9fe290d
View code at this point
Browse repository at this point
Android Studio reformat refactor only, no functional changes
Jonathan727
committed
bc6dcbd
View commit details
Copy full SHA for bc6dcbd
View code at this point
Browse repository at this point
Set name of render thread to "renderThread" for better debugging
Jonathan727
committed
be61f70
View commit details
Copy full SHA for be61f70
View code at this point
Browse repository at this point
Merge remote-tracking branch 'parent_project/master'
Jonathan727
committed
491c3fb
View commit details
Copy full SHA for 491c3fb
View code at this point
Browse repository at this point
Commits on Mar 1, 2018
1.5.4 Changes (#74)
Show description for a26e537
halfhp
authored
a26e537
View commit details
Copy full SHA for a26e537
View code at this point
Browse repository at this point
Commits on Jan 10, 2018
#66 adds basic unit tests for CatmullRomInterpolator
halfhp
committed
dcddd7f
View commit details
Copy full SHA for dcddd7f
View code at this point
Browse repository at this point
Commits on Dec 19, 2017
documentation cleanup
halfhp
committed
b60683f
View commit details
Copy full SHA for b60683f
View code at this point
Browse repository at this point
Commits on Dec 8, 2017
Androidplot 1.5.2 (#65)
Show description for 55fce04
halfhp
authored
55fce04
View commit details
Copy full SHA for 55fce04
View code at this point
Browse repository at this point
Commits on Nov 8, 2017
For issue #61 updated screenToSeriesY to use the vertical bounds rather than horizontal (#62)
guycnicholas
authored and
halfhp
committed
4662832
View commit details
Copy full SHA for 4662832
View code at this point
Browse repository at this point
Commits on Aug 5, 2017
#52 - Added NPE check to Plot.renderOnCanvas (#59)
halfhp
authored
a16a1df
View commit details
Copy full SHA for a16a1df
View code at this point
Browse repository at this point
Updates buildscript to CircleCI 2.0
halfhp
authored
44c9b62
View commit details
Copy full SHA for 44c9b62
View code at this point
Browse repository at this point
Commits on Aug 4, 2017
#55 Fixes PieRenderer.getContainingSegment for segments larger than 50% of the pie. (#57)
halfhp
authored
d448f5c
View commit details
Copy full SHA for d448f5c
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.