Git Product home page Git Product logo

mondroid's People

Contributors

mehmetyurekli avatar vedfi 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

Watchers

 avatar  avatar  avatar  avatar

mondroid's Issues

Refresh records when user edits or creates a document.

In current version; documents are only refreshed when user makes a delete operation. The data also need to be refreshed after edit/create operations. Therefore; edit page pop navigation must return a boolean that indicates that refresh is needed.

find by _id?

tried
{"_id": "658efd7647a6248105a364e4"}
and
{"_id": "$oid:658efd7647a6248105a364e4"}
no records

How to connect to another collection?

When connecting to mongo through the application, the "test" collection is created

Is it possible to change this value or connect to another existing collection?

Find a better way to show error messages.

App currently uses toast messages to notify user about errors and warnings.
But database error message text lengths are too long and doesn't fit to toast messages. (Actually i consider this as a bug.)

The document code is not displayed

When I open the collection itself, there is data in the document (and my server can safely read it). But in your client, the contents of the document are empty :(

Here is a screen recording showing the bug

screen-20240420-074941.mp4

Connect to db different from authSource?

Hi there! I'm trying out your app and I'm running into an issue. I'm trying to connect to my Atlas cluster with the following connection string:

mongodb+srv://<my user>:<my pw>@cluster0.ocays.mongodb.net/bridge?authSource=admin&replicaSet=<my rs>&readPreference=primary&ssl=true

This connection string works in Compass. It does not work in your app. Note, the db name is bridge and authSource=admin. If I change bridge to admin, I can connect, but then I'm only seeing the admin db.

Also, a bit redundant information, but my user has the role dbAdminAnyDatabase@admin in Atlas.

Anything I'm doing wrong?

my app cant display this data

it leaves blank on the document viewer that contains this data:

{
"_id": 0,
"mobsArray": [],
"shop": [
{
"_id": "jefffy",
"stock": {
"$numberDouble": "Infinity"
},
"price": 788,
"type": "coupon"
},
{
"_id": "sword",
"stock": 3,
"price": 12,
"type": "coupon"
}
],
"__v": 2
}

no collections in my database

I have installed the latest apk file and linked to the Mongo database deployed on my VPS. However, I have encountered the same problem as #6.

photo_2023-03-31 23 35 34

Shows only 1 document in the collection

The app only shows one document in a collection with 50 documents.
(I just coped the connection string from mongodb compess and pasted into the app)

share_1542495212721035688

Mondroid version 1.0.8
Android 14

Dark mode support.

App theme should be set according to the brightness mode used throughout the system.

Secure stored credentials

A user reported that his database credentials are exposed and all of his collections are deleted.
The hacker also included a readme document containing ransomware instructions.
It seems like another app on user's phone has accessed the Mondroid data storage.
Mondroid currently uses shared_preferences plugin to store local data; it has to be replaced with something secure and encrypted.

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.