Skip to content

Commit

Permalink
update 2.9.8
Browse files Browse the repository at this point in the history
- Always open in Safari is back!
- Add CoTweet
- Fix crash in Twitter settings
- Remove reply later (because Twitter delete it)
- Remove voice in reply (because it's useless)
- Add copy location
- Rebuild Settings with Preferences and Cephei framework
  • Loading branch information
BandarHL committed Jul 27, 2022
1 parent 2e71be3 commit 376f0f1
Show file tree
Hide file tree
Showing 44 changed files with 627 additions and 1,392 deletions.
Binary file modified 1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified 2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified 3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified 4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
148 changes: 28 additions & 120 deletions BHTwitter.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

9 changes: 0 additions & 9 deletions BHTwitter/ALActionBlocks/ALActionBlock.h

This file was deleted.

22 changes: 0 additions & 22 deletions BHTwitter/ALActionBlocks/ALActionBlockWrapper.h

This file was deleted.

22 changes: 0 additions & 22 deletions BHTwitter/ALActionBlocks/ALActionBlockWrapper.m

This file was deleted.

11 changes: 0 additions & 11 deletions BHTwitter/ALActionBlocks/ALActionBlocks.h

This file was deleted.

22 changes: 0 additions & 22 deletions BHTwitter/ALActionBlocks/UIBarButtonItem+ALActionBlocks.h

This file was deleted.

66 changes: 0 additions & 66 deletions BHTwitter/ALActionBlocks/UIBarButtonItem+ALActionBlocks.m

This file was deleted.

17 changes: 0 additions & 17 deletions BHTwitter/ALActionBlocks/UIControl+ALActionBlocks.h

This file was deleted.

55 changes: 0 additions & 55 deletions BHTwitter/ALActionBlocks/UIControl+ALActionBlocks.m

This file was deleted.

17 changes: 0 additions & 17 deletions BHTwitter/ALActionBlocks/UIGestureRecognizer+ALActionBlocks.h

This file was deleted.

43 changes: 0 additions & 43 deletions BHTwitter/ALActionBlocks/UIGestureRecognizer+ALActionBlocks.m

This file was deleted.

3 changes: 1 addition & 2 deletions BHTwitter/BHTManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,8 @@
+ (BOOL)DownloadingVideos;
+ (BOOL)DirectSave;
+ (BOOL)VoiceFeature;
+ (BOOL)voice_in_replay;
+ (BOOL)UndoTweet;
+ (BOOL)ReaderMode;
+ (BOOL)ReplyLater;
+ (BOOL)VideoZoom;
+ (BOOL)NoHistory;
+ (BOOL)BioTranslate;
Expand All @@ -49,5 +47,6 @@
+ (BOOL)tweetToImage;
+ (BOOL)hideSpacesBar;
+ (BOOL)disableRTL;
+ (BOOL)alwaysOpenSafari;
@end

Loading

0 comments on commit 376f0f1

Please sign in to comment.