1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 21, 2024 — Jun 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Incorporated an Options argument into the Retriever class More... almost 9 years ago
Consolidated the Retriever interface and the AbstractRetriever class More... almost 9 years ago
Added the ImageOptions class and its associated ImageFormat enumeration More... almost 9 years ago
Updated AndroidManifest.xml: propagated orientation|screensize to all activities More... almost 9 years ago
Merge remote-tracking branch 'origin/develop' into develop More... almost 9 years ago
Updated the AndroidManifest.xml to include "noHistory" for all the examples - An example activity is finished() when the user moves away from it - This prevents the example app from become a resource hog - A recreated activity's camera state is restored via save/restore functionality added to AbstractMainActivity More... almost 9 years ago
Added save/restore navigator state functionallity to AbstractMainActivity. - onPause saves the camera state to a preferences object - onResume restores the camera state from a preferences object if its from the same session * The camera state does not functionally persist between sessions. More... almost 9 years ago
Moved BasicGlobeActivity save/restore functionality to its base class. More... almost 9 years ago
Fixed four parameter constructor to use the provided Globe object in determining the number of levels. More... almost 9 years ago
Added unit test demonstrating the four parameter constructor of WmsLayer ignored the Globe object provided. More... almost 9 years ago
Fixed url append logic to not add an ampersand if the service address includes a query delimiter as the last character. More... almost 9 years ago
Merge remote-tracking branch 'origin/develop' into develop More... almost 9 years ago
Added unit test demonstrating the addition of an uneeded ampersand to the urlForTile method with the service address has already appended a query delimiter. More... almost 9 years ago
Modified BasicGlobeActivity's manifest to gracefully handle device orientation changes More... almost 9 years ago
Updated BasicGlobeActivity with save/restore camera state - Added methods to save and restore Navigator camera data via a Bundle - Added onSaveInstanceState() to write a Bundle when the OS kills the activity - Added onStart() to read the Bundle supplied to onCreate() when the OS rescreates the activity More... almost 9 years ago
Removed the alpha channel from global background images More... almost 9 years ago
Improvements for WorldWindow cache capacity and image retrieval - Redesigned asynchronous image retrieval handling to avoid orphaned Bitmap instances in RenderResourceCache - Added a periodic cache task that removes stale images in the retrieval memory cache - Increased the RenderResourceCache capacity to utilize the memory available for OpenGL resources More... almost 9 years ago
Added PlacemarksDemoActivity which displays US Populated places. - Demonstrates shared attribute bundle cache with WeakReferences - Implements ImageSource.BitmapFactory interface - Provides LevelOfDetailSelector example for placemark visibility and dynamic attribute bundle selection More... almost 9 years ago
Fixed MilStd2525 calcuation of symbol offset. More... almost 9 years ago
Added try/catch blocks to WorldWindow's critical rendering code More... almost 9 years ago
Clarified the documentation for ImageSource.BitmapFactory More... almost 9 years ago
Synchronized access to MIL-STD-2525 placemark properties accessed from two threads More... almost 9 years ago
Merge branch 'develop' of https://github.com/NASAWorldWind/WorldWindAndroid into develop More... almost 9 years ago
Fixed Placemark visibility issue by displaying a 24px square in the place of an unloaded or loading texture More... almost 9 years ago
Add the RenderContext param to the Placemark.LevelOfDetailSelector More... almost 9 years ago
Merge branch 'develop' of https://github.com/NASAWorldWind/WorldWindAndroid into develop More... almost 9 years ago
Updated PlacemarksMilStd2525StressActivity to use MilStd2525Placemark and its MilStd2525LevelOfDetailSelector. More... almost 9 years ago
Changed MilStd2525Placemark to use the MilStd2525LevelOfDetailSelector. More... almost 9 years ago
Added the MilStd2525LevelOfDetailSelector class to the examples. - Used by the MIL-STD-2525 examples. More... almost 9 years ago
Added the LevelOfDetailSelector interface to the Placemark class. - The levelOfDetailSelector is called in doRender() prior to determining the active attributes. More... almost 9 years ago