Code Monkey home page Code Monkey logo

beedio's People

Contributors

hikikomoriphoenix avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

beedio's Issues

please increase versionCode

versionCode seems still untouched – though v1.0.2 definitely isn't the first version, it's still set to 1:

package: name='marabillas.loremar.lmvideodownloader' versionCode='1' versionName='1.0.2' platformBuildVersionName=''

As that's how Android decides whether it's an update or not, could you please increase this number with each release? How much is up to you as long as the number is higher than it ever was before (you can use it as "release counter", or have it reflect the versionName ("major x 10000 + minor x 100 + patch"), whatever you prefer). Thanks!

bug found in LM-videodownloader The application crashes when I try to rename any file during the download

Project Information

Expected behavior

The file name should be changed when I try to rename any file during the download

Actual behavior

The application crashes when I try to rename any file during the download

How to reproduce

1-Download the app and open it
2- Click on the YouTube icon so you will go to YouTube
3-Then apply any video or audio to download
4-Click the 3 verticals line on the top left
5- click on downloads
6- select the In Progress tab and click on the edit icon
7-and now click on ok button
8- see bug

  • Browser/App version: v1.0.1
  • Operating system: 6.0.1
  • Smartphone: Galaxy j7

Recording Of The Bug

20190506_130010

My Github Account

https://github.com/facebook-786

Logcat

E/AndroidRuntime(11523): FATAL EXCEPTION: main

E/AndroidRuntime(11523): Process: marabillas.loremar.lmvideodownloader, PID: 11523

E/AndroidRuntime(11523): java.lang.ArrayIndexOutOfBoundsException: length=12; index=-1

E/AndroidRuntime(11523): 	at java.util.ArrayList.get(ArrayList.java:310)

E/AndroidRuntime(11523): 	at marabillas.loremar.lmvideodownloader.download_feature.lists.DownloadQueues.renameItem(DownloadQueues.java:179)

E/AndroidRuntime(11523): 	at marabillas.loremar.lmvideodownloader.download_feature.fragments.DownloadsInProgress$DownloadItem$2$1.onOK(DownloadsInProgress.java:466)

E/AndroidRuntime(11523): 	at marabillas.loremar.lmvideodownloader.utils.RenameDialog.onClick(RenameDialog.java:56)

E/AndroidRuntime(11523): 	at com.android.internal.app.AlertController$ButtonHandler.handleMessage(AlertController.java:166)

E/AndroidRuntime(11523): 	at android.os.Handler.dispatchMessage(Handler.java:102)

E/AndroidRuntime(11523): 	at android.os.Looper.loop(Looper.java:135)

E/AndroidRuntime(11523): 	at android.app.ActivityThread.main(ActivityThread.java:5910)

E/AndroidRuntime(11523): 	at java.lang.reflect.Method.invoke(Native Method)

E/AndroidRuntime(11523): 	at java.lang.reflect.Method.invoke(Method.java:372)

E/AndroidRuntime(11523): 	at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1405)

E/AndroidRuntime(11523): 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1200)

(feature request) Image Download Capability

It would be very nice to have the ability to download images as well as videos.

Perhaps a long press on an image could activate a download action or at least open up the image in the default browser- or even open a menu giving downloading options, for those of us that use multiple means of downloading.

APK size

Starting with v1.2.0, APKs increased in size by factor 30 – which is quite a lot. I assume this is mostly due to the native libraries being added for all the different architectures.

Would it be possible to "slim down" a bit?

For example, is the 6M raw soundfile (an MP3 I assume) really needed in the package (res/raw/song)? And as Android devices using MIPS architecture are not that wide-spread, maybe have an APK without this architecture, saving another ~10M? A "minimal" APK could even only ship with armeabi+x86, which should work on all ARM and X86 devices – and that APK would shrink down to ~11..12M (still factor 10 to what it was before v1.2.0). If the "full APK" is available separately, everyone is free to chose.

apk caanot download

sir plz check your apk link this link cannot work properly plz upload new apk or send me direct in cooments

thanks u

Unable to resolve dependency for ':app@debug/compileClasspath': Failed to transform file 'all-fmmr.aar' to match attributes {artifactType=jar}

I'm trying to compile this app on my own and learning how it works from the inside. I'm unable to do so because of the error mentioned in the title while Gradle synchronizing the project. It seems this is because the library "all-fmmr.aar" which contains the code needed for the class "wseemann.media.FFmpegMediaMetadataRetriever" used in "VideoDetailsFetcher.java". How should I resolve this?

Remove Youtube

How to completely remove youtube. that this downloader can't download from youtube

[LM-videodownloader][v1.0.1]The application crashes when I try to start or puase the video download

Expected behavior

The application should not crash when I click on the start or puase button.

Actual behavior

the application is crash when I click on the start or puase button.

How to reproduce:

  • Download the app and open it
  • Then apply any video or audio to download
  • Click the menu icon.
  • click on downloads
  • select the In Progress tab and click on start or puase.
  • see bug

Recording Of The Bug

https://youtu.be/4saOxn_pnIU
1.Browser/App version: v1.0.1
2.Operating system: 5.0.1
3.Smartphone: Galaxy j2

logcat

E/AndroidRuntime( 7466): FATAL EXCEPTION: IntentService[DownloadManager]
E/AndroidRuntime( 7466): Process: marabillas.loremar.lmvideodownloader, PID: 7466
E/AndroidRuntime( 7466): java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String java.io.File.getAbsolutePath()' on a null object reference
E/AndroidRuntime( 7466):   at marabillas.loremar.lmvideodownloader.download_feature.DownloadManager.onHandleIntent(:5)
E/AndroidRuntime( 7466):   at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:65)
E/AndroidRuntime( 7466):   at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime( 7466):   at android.os.Looper.loop(Looper.java:135)
E/AndroidRuntime( 7466):   at android.os.HandlerThread.run(HandlerThread.java:61)

Latest Update Crashes On App Start

The latest version from F-Droid (I update apps once a week) is currently installed.

The app crashes immediately upon starting it.

device: ZTE 558VL
android OS: 7.1.1
app version: 1.1.0

Dash stream support

Hi,

first, I wanna thank you for you effort, does youtube-dl support dash stream detection? also do you know if there's something for iOS like your project?

Small buttons

Currently, various interactive buttons are very small.

Please make buttons bigger, more uniform - similar sized.

(feature request) Add Bitchute?

I love having this 'all in one' type of app for social media, and the downloading option is like the icing on the cake.

Could it be possible to add more, or to even allow users to add custom sites?

Bitchute and Gab come to mind.

ClassCastException with HttpsURLConnection

E/AndroidRuntime: FATAL EXCEPTION: Thread-367
Process: marabillas.loremar.lmvideodownloader, PID: 8034
java.lang.ClassCastException: com.android.okhttp.internal.http.HttpURLConnectionImpl cannot be cast to javax.net.ssl.HttpsURLConnection
at marabillas.loremar.lmvideodownloader.BrowserWindow$3$2.run(BrowserWindow.java:198)

Videos not loading in api 15

Checking logcat for onLoadResource, video urls don't come up unlike in api 27. Must have something to do with webview using chromium since kitkat. Will test in kitkat as soon as its system image and platform are downloaded. If it works, then I should set minimum sdk to 19. However, I should still look for solutions that will work for api 15.

add the icon

 String[] menuItems = new String[]{("Home" ), "Browser", "Downloads", "Bookmarks",
            "History", "About" , "Share App"};

how to add the icon for this menuitems

Leaked connection

After downloading a video it gets this warning:
W/OkHttpClient: A connection to https://www.google.com/ was leaked. Did you forget to close a response body?

Downloading Videos stop

Downloading videos stop when I removed App from background or App kill from Background.
Any suggestion how to solve this issue?

View direct URLs

The app can also be used to grab the direct link to a video, as the app uses the very same link to download the video already. The URL just needs to be visible to the user.

(feature request) Add Messenger?

This app is improving greatly!

I am really getting used to using it for Facebook, even more than the other apps that I use for it.

What I am wondering is that since Facebook is accessible through your app, could it be possible to also allow access to Facebook Messenger?

There are other apps that do so, namely Frost.
(It is also open source and on F-Droid)

Frost is rather slow and clunky, for lack of better terminology, and all I really use it for anymore is the Messenger part.

If Messenger was to be accessible via the Facebook part of this app, then I could eliminate Frost altogether and just use this app.

Thank you for all the work you have done so far, this app is pretty sweet and only getting better.

Slow response and crashing often

The app starts finding videos as soon as a page loads.

It appears that this greatly slows the app down when searching for the video that I am trying to download.

I am also wondering if this is why it has been crashing so much lately.

Maybe a video search that could be manually started when desired, instead of automatically fetching every single video available immediately, would help.

Cannot Post Images To Facebook, Twitter, etc.

I realize that this app is centered around being able to dowload, but it would also be great if it would allow the posting of images and maybe gif or video as well.

We can already comment, so why not, right?

I definitely notice that I cannot post images in Facebook and Twitter.

I haven't checked the others, but I assume that it is the same.

Logo offer for LM-Videodownloader

Hi sir. I'm graphics designer. I have studied your work. I think a simple logo will make you more visible. I would like to offer logo. I can give with great pleasure you all the formats of the design free.

Best regard
Famil

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.