My favorites | Sign in
Project Logo
             
Details: Show all Hide all

Earlier this year

  • Nov 20, 2009
    issue 1 (Mp4 does not play) reported by ilovesinai   -   Hi, it also looks you did not implemented that a simple .mp4 File comes played when it is linked in a HTML Page. The standart Browser does this fine. I also coded a webview, but dont get that to run. Just starting a mp4 that is linked in a html page. Would be great you know. thx chris
    Hi, it also looks you did not implemented that a simple .mp4 File comes played when it is linked in a HTML Page. The standart Browser does this fine. I also coded a webview, but dont get that to run. Just starting a mp4 that is linked in a html page. Would be great you know. thx chris
  • Oct 30, 2009
    mosembro-r7.apk (Release 7) file uploaded by aleksander.kmetec
  • Oct 30, 2009
    r48 (Bumped version) committed by aleksander.kmetec   -   Bumped version
    Bumped version
  • Oct 30, 2009
    r47 (Do not display actions if their intent cannot be executed by...) committed by aleksander.kmetec   -   Do not display actions if their intent cannot be executed by the system. This fixes the problem with actions which would just display an error after being selected.
    Do not display actions if their intent cannot be executed by the system. This fixes the problem with actions which would just display an error after being selected.
  • Oct 27, 2009
    r46 (removed some unneeded generics) committed by aleksander.kmetec   -   removed some unneeded generics
    removed some unneeded generics
  • Aug 24, 2009
    r45 (Rewrote some string reading functions using Scanner) committed by aleksander.kmetec   -   Rewrote some string reading functions using Scanner
    Rewrote some string reading functions using Scanner
  • Aug 03, 2009
    r44 (More cleanups and comments) committed by aleksander.kmetec   -   More cleanups and comments
    More cleanups and comments
  • Aug 03, 2009
    r43 (- Removed unneeded arguments for Reader.readRawByteArray() a...) committed by aleksander.kmetec   -   - Removed unneeded arguments for Reader.readRawByteArray() and Reader.readRemoteByteArray(). - Reader.readRawByteArray() and Reader.readRemoteByteArray() now return null on failure. - Added comments
    - Removed unneeded arguments for Reader.readRawByteArray() and Reader.readRemoteByteArray(). - Reader.readRawByteArray() and Reader.readRemoteByteArray() now return null on failure. - Added comments
  • Aug 02, 2009
    r42 (minor cleanup: removed unused imports) committed by aleksander.kmetec   -   minor cleanup: removed unused imports
    minor cleanup: removed unused imports
  • Aug 02, 2009
    r41 (Replaced separate ImageView instances on lists with compound...) committed by aleksander.kmetec   -   Replaced separate ImageView instances on lists with compound drawables
    Replaced separate ImageView instances on lists with compound drawables
  • Aug 02, 2009
    r40 (Implemented view recycling on lists) committed by aleksander.kmetec   -   Implemented view recycling on lists
    Implemented view recycling on lists
  • Jun 10, 2009
    r39 (A short error message is now shown when an intent fails to l...) committed by aleksander.kmetec   -   A short error message is now shown when an intent fails to launch (previously, Mosembro would just crash)
    A short error message is now shown when an intent fails to launch (previously, Mosembro would just crash)
  • Jun 08, 2009
    mosembro-r6.apk (Release 6. Requires Android 1.5 or newer.) file uploaded by aleksander.kmetec
  • Jun 08, 2009
    r38 (Increased minimum width of go to and search dialogs.) committed by aleksander.kmetec   -   Increased minimum width of go to and search dialogs.
    Increased minimum width of go to and search dialogs.
  • Jun 07, 2009
    mosembro-r6.apk (Relese 6. Requires Android 1.5.) file uploaded by aleksander.kmetec
  • Jun 07, 2009
    r37 (Bumped version) committed by aleksander.kmetec   -   Bumped version
    Bumped version
  • May 19, 2009
    r36 (SDK 1.5 compatibility fixes: - webview now uses builtin zoom...) committed by aleksander.kmetec   -   SDK 1.5 compatibility fixes: - webview now uses builtin zoom controls - moved code for installing action scripts out of download listener which doesn't get triggered by .js files anymore
    SDK 1.5 compatibility fixes: - webview now uses builtin zoom controls - moved code for installing action scripts out of download listener which doesn't get triggered by .js files anymore
  • Feb 18, 2009
    mosembro-r5.apk (Release 5) file uploaded by aleksander.kmetec
  • Feb 18, 2009
    r35 (Bumped version) committed by aleksander.kmetec   -   Bumped version
    Bumped version
  • Feb 18, 2009
    r34 (Action DB init bugfix.) committed by aleksander.kmetec   -   Action DB init bugfix.
    Action DB init bugfix.
  • Feb 18, 2009
    r33 (Updated demo page) committed by aleksander.kmetec   -   Updated demo page
    Updated demo page
  • Feb 18, 2009
    r32 (Added caching of scripts so they are not re-read from the da...) committed by aleksander.kmetec   -   Added caching of scripts so they are not re-read from the datatbase every time a page is loaded. Also performed some refactoring.
    Added caching of scripts so they are not re-read from the datatbase every time a page is loaded. Also performed some refactoring.
  • Feb 17, 2009
    r31 (Imported demo page and demo installable scripts into SVN) committed by aleksander.kmetec   -   Imported demo page and demo installable scripts into SVN
    Imported demo page and demo installable scripts into SVN
  • Feb 17, 2009
    r30 (Created a dir for demo page and scripts) committed by aleksander.kmetec   -   Created a dir for demo page and scripts
    Created a dir for demo page and scripts
  • Feb 17, 2009
    r29 (Actions can now inject javascript into the page & run it whe...) committed by aleksander.kmetec   -   Actions can now inject javascript into the page & run it when they are clicked.
    Actions can now inject javascript into the page & run it when they are clicked.
  • Feb 17, 2009
    r28 (All calls from JS to Mosembro now require scripts to pass al...) committed by aleksander.kmetec   -   All calls from JS to Mosembro now require scripts to pass along a secret key, otherwise they are ignored. This should prevent random scripts from calling methods of registered JS interfaces.
    All calls from JS to Mosembro now require scripts to pass along a secret key, otherwise they are ignored. This should prevent random scripts from calling methods of registered JS interfaces.
  • Feb 17, 2009
    r27 (JS function action.process() now also gets the matched DOM n...) committed by aleksander.kmetec   -   JS function action.process() now also gets the matched DOM node passed to it. Moved action id to a separate field. Cleaned up action code.
    JS function action.process() now also gets the matched DOM node passed to it. Moved action id to a separate field. Cleaned up action code.
  • Feb 17, 2009
    r26 (Added a dialog for managing installed actions; added icon bi...) committed by aleksander.kmetec   -   Added a dialog for managing installed actions; added icon bitmap cache; removed some redundant method arguments
    Added a dialog for managing installed actions; added icon bitmap cache; removed some redundant method arguments
  • Feb 16, 2009
    r25 (Added support for user-installable actions) committed by aleksander.kmetec   -   Added support for user-installable actions
    Added support for user-installable actions
  • Feb 16, 2009
    r24 (Added parser for script files and detection of installable s...) committed by aleksander.kmetec   -   Added parser for script files and detection of installable scripts
    Added parser for script files and detection of installable scripts
  • Feb 15, 2009
    r23 (Fixed reload bug) committed by aleksander.kmetec   -   Fixed reload bug
    Fixed reload bug
  • Feb 15, 2009
    r22 (Externalized some strings) committed by aleksander.kmetec   -   Externalized some strings
    Externalized some strings
  • Feb 14, 2009
    r21 (Added support for storing action icons in the database along...) committed by aleksander.kmetec   -   Added support for storing action icons in the database along with action JS code.
    Added support for storing action icons in the database along with action JS code.
  • Feb 14, 2009
    r20 (Created basic infrastructure for user installable actions. A...) committed by aleksander.kmetec   -   Created basic infrastructure for user installable actions. Actions are now stored in a database.
    Created basic infrastructure for user installable actions. Actions are now stored in a database.
  • Feb 08, 2009
    mosembro-r4.apk (Release 4) file uploaded by aleksander.kmetec
  • Feb 08, 2009
    r19 (Bumped version) committed by aleksander.kmetec   -   Bumped version
    Bumped version
  • Feb 08, 2009
    r18 (UI tweaks: added some padding to dialogs and removed unneede...) committed by aleksander.kmetec   -   UI tweaks: added some padding to dialogs and removed unneeded title bars
    UI tweaks: added some padding to dialogs and removed unneeded title bars
  • Feb 03, 2009
    r17 (Added support for copying an address to clipboard) committed by aleksander.kmetec   -   Added support for copying an address to clipboard
    Added support for copying an address to clipboard
  • Feb 02, 2009
    mosembro-r3.apk (Release 3 (a bugfix release)) file uploaded by aleksander.kmetec
  • Feb 02, 2009
    r16 (Bumped version) committed by aleksander.kmetec   -   Bumped version
    Bumped version
  • Feb 02, 2009
    r15 (Bugfix: wrong actions were sometimes triggered (actions were...) committed by aleksander.kmetec   -   Bugfix: wrong actions were sometimes triggered (actions were always taken from the group which was attached to the first microformat on page)
    Bugfix: wrong actions were sometimes triggered (actions were always taken from the group which was attached to the first microformat on page)
  • Jan 27, 2009
    r14 (Updated version information) committed by aleksander.kmetec   -   Updated version information
    Updated version information
  • Jan 27, 2009
    mosembro-r2.apk (Release 2) file uploaded by aleksander.kmetec
  • Jan 27, 2009
    r13 (Removed some code which was written back when parts of code ...) committed by aleksander.kmetec   -   Removed some code which was written back when parts of code were running in a separate thread
    Removed some code which was written back when parts of code were running in a separate thread
  • Jan 17, 2009
    r12 (Bugfix: each reload of a page would add new actions to the m...) committed by aleksander.kmetec   -   Bugfix: each reload of a page would add new actions to the menu without removing existing actions first
    Bugfix: each reload of a page would add new actions to the menu without removing existing actions first
  • Jan 17, 2009
    r11 (Implemented multi action smart links) committed by aleksander.kmetec   -   Implemented multi action smart links
    Implemented multi action smart links
  • Jan 17, 2009
    r10 (Added bay area trip planner script) committed by aleksander.kmetec   -   Added bay area trip planner script
    Added bay area trip planner script
  • Jan 16, 2009
    r9 ([No log message]) committed by aleksander.kmetec   -   [No log message]
    [No log message]
  • Jan 16, 2009
    r8 (Added TFL journey planner script) committed by aleksander.kmetec   -   Added TFL journey planner script
    Added TFL journey planner script
  • Jan 16, 2009
    r7 (Bugfixes: fixed site search and title bar icons which stoppe...) committed by aleksander.kmetec   -   Bugfixes: fixed site search and title bar icons which stopped working after last week's code reorganization
    Bugfixes: fixed site search and title bar icons which stopped working after last week's code reorganization
 
Hosted by Google Code