Skip to content

Releases: S2-group/NAPPA

NAPPA Prefetching Library v1.2.4

18 Sep 10:07
bae63fd
Compare
Choose a tag to compare
Pre-release
  • Fix invoking trigger to register the same activity multiple times (#102)
  • Allow apps to pass Intent Extras with a null value (#104)
  • Improvements and fixes to prefetching strategies (#105)
  • Ensures the execution is not interrupted by an exception (#106)
  • Remove the TODO workflow (#107)

NAPPA Prefetching Library v1.2.3

18 Sep 10:04
37c20ca
Compare
Choose a tag to compare
Pre-release

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

15 Jul 11:59
d2a518d
Compare
Choose a tag to compare
Pre-release
  • 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 class ActivityNode (#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

14 Jul 13:37
68c61ce
Compare
Choose a tag to compare
Pre-release
  • Updates all references to the renamed classes in the Nappa library introduced in library-v1.2.1 (#90)

NAPPA Prefetching Library v1.2.1

14 Jul 13:37
68c61ce
Compare
Choose a tag to compare
Pre-release
  • Ensure consistency naming for main Nappa classes (#90)

NAPPA Prefetching Library v1.2.0

09 Jul 09:30
4161f82
Compare
Choose a tag to compare
Pre-release
  • 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

05 Jul 17:04
39daf5b
Compare
Choose a tag to compare
Pre-release
  • 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

23 Jun 15:59
10a6276
Compare
Choose a tag to compare
Pre-release
  • Allow to instrument sample apps under the NAPPA package (#61)

NAPPA Prefetching Library v1.1.0

23 Jun 16:06
10a6276
Compare
Choose a tag to compare
Pre-release
  • 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)

NAPPA Plugin for Android Studio v1.1.2

15 Jun 12:37
e7b4691
Compare
Choose a tag to compare
Pre-release
  • Refactor, Improve and address several edge cases when running the action that instruments the Android Intent to inject the extras probes (#47, #4)