e11aeb46c4c82c801c280498115e8458de66f1a0
Files Diff
- Added: 112
- Removed: 22
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public onPageSelected(position int) : void renamed to public onTabSelected(tab TabLayout.Tab) : void in class com.commonsware.android.preso.decktastic.MainActivity | From | To | |
Rename Method public onEventMainThread(event RosterLoadedEvent) : void renamed to public onRosterLoaded(event RosterLoadedEvent) : void in class com.commonsware.android.preso.decktastic.RosterFragment | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type base : File to ctxt : Context in method package load(ctxt Context) : void in class com.commonsware.android.preso.decktastic.PresoRoster | From | To | |
Change Parameter Type position : int to tab : TabLayout.Tab in method public onTabSelected(tab TabLayout.Tab) : void in class com.commonsware.android.preso.decktastic.MainActivity | From | To | |
Move Source Folder | 1 | ||
Move Source Folder Presentation/Decktastic/src to Presentation/Decktastic/app/src/main/java | From | To | |
Change Return Type | 1 | ||
Change Return Type File to String in method package getSlideImage(position int) : String in class com.commonsware.android.preso.decktastic.PresoContents | From | To | |
Extract Variable | 1 | ||
Extract Variable p : ViewGroup.LayoutParams in method public instantiateItem(container ViewGroup, position int) : Object from class com.commonsware.android.preso.decktastic.SlidesAdapter | From | To | |
Change Variable Type | 1 | ||
Change Variable Type tabs : TabPageIndicator to tabs : TabLayout in method private setupPager() : void in class com.commonsware.android.preso.decktastic.MainActivity | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type playCB : ItemActionCallback to playCB : RemotePlaybackClient.ItemActionCallback in class com.commonsware.android.preso.decktastic.MainActivity | From | To | |
Change Attribute Type baseDir : File to baseDir : String in class com.commonsware.android.preso.decktastic.PresoContents | From | To | |
Rename Parameter | 2 | ||
Rename Parameter base : File to ctxt : Context in method package load(ctxt Context) : void in class com.commonsware.android.preso.decktastic.PresoRoster | From | To | |
Rename Parameter position : int to tab : TabLayout.Tab in method public onTabSelected(tab TabLayout.Tab) : void in class com.commonsware.android.preso.decktastic.MainActivity | From | To |