iHelp101 / XInsta

137 stars 32 forks source link

New Dialogs (Three Dot Icon Click) #122

Closed iHelp101 closed 4 years ago

iHelp101 commented 4 years ago

Instagram is moving to a new dialog. Instead of the traditional Charsequence Array they are moving to a List Array. The onClick that tracks the option choose is similar. Find a way to inject into the list to add the download option.

iHelp101 commented 4 years ago

I am working on this for version code 1929925.

iHelp101 commented 4 years ago

The List Array is of pairs. I am injecting download into said pair.

Feed - Affected (Inject - 22C, onClick - 4ml) Mini Feed - Affected (Hard Coded List) Profile Icons - (Inject - 2e8, onClick - 4ep) Stories - Not Affected

iHelp101 commented 4 years ago

I am also seeing issues with the stories timer. It was originally nest class using com.facebook.video.heroplayer.service.HeroService$Stub$Proxy. I am looking into how to hook back in.

iHelp101 commented 4 years ago

Stories timer fixed. The new class is com.facebook.video.heroplayer.ipc.HeroPlayerServiceApi$Stub.

iHelp101 commented 4 years ago

Feed - Affected (Inject - 22C, onClick - 4ml) Mini Feed - Affected (Hard Coded List) Profile Icons - (Inject - 2e8, onClick - 4ep) Stories - Not Affected TV - Not Affected

iHelp101 commented 4 years ago

Resolved all issues. I am hoping for a stable release soon.