Releases: S2-group/NAPPA
Releases · S2-group/NAPPA
NAPPA Prefetching Library v1.2.4
NAPPA Prefetching Library v1.2.3
Allow usage of NAPPA in mobile devices with Android SDK level 23 or higher. The previous supported SDK level was 24 or higher. (#101)
NAPPA Prefetching Library v1.2.2
- Refactor the visit time entity to use the activity ID as the reference instead of the activity name (#91)
- Improve debugging the graph by reducing the noise in the method
toString
in the classActivityNode
(#92) - Start to encapsulate the access to worker threads and to the database classes via Handler and Runnable classes (#99)
NAPPA Plugin for Android Studio v1.1.5
- Updates all references to the renamed classes in the Nappa library introduced in library-v1.2.1 (#90)
NAPPA Prefetching Library v1.2.1
- Ensure consistency naming for main Nappa classes (#90)
NAPPA Prefetching Library v1.2.0
- Implements the TFPR prefetching strategy. This strategy is a variation of PageRank and uses the visit time and frequency as measures of weight in deciding which pages are the most important (#86)
NAPPA Plugin for Android Studio v1.1.4
- Updates the Activity instrumentation to inject the NAPPA Lifecycle Observer introduced in library-v1.1.0 (#66)
NAPPA Plugin for Android Studio v1.1.3
- Allow to instrument sample apps under the NAPPA package (#61)
NAPPA Prefetching Library v1.1.0
- Reorganization of Java Packages and Classes (#35)
- Standardize logging statements to a common tag (#38)
- Clean up source code by removing obsolete commented code (#39)
- Simplify and Organize instantiation of prefetching strategies (#40)
- Identifies each prefetching strategy by its approach (#40)
- Fixes the instrumentation tests (#41)
- Create a utility library to reduce code duplication of common logic (#51)
- Register the time a user spends per activity (#62)
- implements a LifeCycle Observer for calling the methods
setCurrentActivity
and (new)leaveCurrentActivity
(#62)