Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/openintents/safe

OI Safe
https://github.com/openintents/safe

Changed a debug flag to false and adjusted min pixel percentage for swipe on PassView.

18623a29d470bc90955d38b87e2dcee883e58204 authored over 12 years ago
Fixed flipper on PassView. Jelly Bean didn't seem to handle showNext().

Changed to setDisplayedChild().
Also adjusted min/max swipe to be dynamically based on current vi...

3603e9a611205bc5d8f7fd48aee9613c1609e442 authored over 12 years ago
Corrected a bug with Jelly Bean that ignored showNext() on ViewFlipper().

This fixes the initial view. Unfortunately swiping or previous/next
still has issues on Jelly B...

050f6f33a17de7bb07f2d6ba9d6fd433ec2f252a authored over 12 years ago
Since we bumped to API4, we don't need the custom Build to figure out SDK_INT.

d6a503994a74c59522a77cd3a2d13915cb863ffc authored over 12 years ago
Converted PassEdit to use Fragments

7ade457dea549d872c80d4ac86a9c9f5c693c8b4 authored over 12 years ago
Merge branch 'master' of github.com:openintents/safe

3a6d5642a55e65f4df9be8b08f028aefdae75a21 authored over 12 years ago
correct value for nine

2e3278dae41a410e81ee0ffb9ad3a890b1932306 authored over 12 years ago
Since converting to fragments, "results" was not maintained across

orientation changes. Added onSaveInstanceState() and
onActivityCreated() to save results across ...

f74ac7f8f2aed755059970f646e560484da27088 authored over 12 years ago
Bumped minSdkVersion to 4 to handle Support Library v4.

In order to make Lint happy, removed debuggable and changed sequence
of the permissions.

d877c22ad2453a6c5f7d14add3cc708f3c7e9e74 authored over 12 years ago
Missed some of the rest of the changes for Search using fragments.

c24d9f2d8c3894e3e2f505bf1f0da8f48058a34d authored over 12 years ago
Migrated Search to use Fragments. OI Safe now uses the Support Library v4.

c39368d78a37d7ab66ac3e17dad2ceaab9c3317b authored over 12 years ago
Updated the progress dialog for Search to no longer use deprecated showDialog()

1baae93c3804fecfd3a9dadffa39771e8597c4c4 authored over 12 years ago
Bumped sdkTarget to Jelly Bean. Bumped version to 1.3.1-beta

8ae8f5ac3e30c71405419100e3218c57c045fb68 authored over 12 years ago
Changed dialogs that use BUTTON1 and/or BUTTON2 to use the newer

BUTTON_POSITIVE and BUTTON_NEGATIVE.

b28cee5155cf9d918c02eece466d4163d873772b authored over 12 years ago
Added wrapper for ClipboardManager to handle Honeycomb version of the API

0dcbd828bf11d0c3da7eb216fdd559c85a78f677 authored over 12 years ago
Removed some overrides to better compile with JDK6 and an annotation to deal with lint.

5cb4eb23634b3770e18a1c6a671fa01487175bee authored over 12 years ago
Added gitignore to skip standard Android files

d4839264475907112237769c88c5b8004ded9daf authored over 12 years ago
Merge pull request #1 from chaideos/localBranch

fix issue #516 (from chaideos)

9e2ff4daf5276e1a356c5512bc08298d29c8a8db authored over 12 years ago
fix

8f732d40288f884a1032230931cb90e5bc259f58 authored over 12 years ago
import translations from Launchpad

530c6f0ae2b4d7f915fe75def52e8cfc60a8d1ca authored over 12 years ago
Fix for NPE on Samsung Tab 3.2

3c7fe32f30f871956af51922749025633a0d045b authored over 12 years ago
OI Safe: disable switch mode on first time

git-svn-id: https://openintents.googlecode.com/svn/trunk@4261 72b678ce-9140-0410-bee8-679b907dd61a

f799e6e712168a0a73c6a572102dba6b3d73dd4e authored almost 13 years ago
OI Safe: checks for empty website on Go button (patch by Kumar Sukhani)

git-svn-id: https://openintents.googlecode.com/svn/trunk@4260 72b678ce-9140-0410-bee8-679b907dd61a

3de83b84aae733de318425fd5045d52e8ed3c072 authored almost 13 years ago
OI Safe: empty password records not saved. Save button is disabled on pre-ICS. On ICS, Save button is made not visable. (patch by Eldwin)

git-svn-id: https://openintents.googlecode.com/svn/trunk@4253 72b678ce-9140-0410-bee8-679b907dd61a

f134b3c959f1e24eef4aaca49455ce691cecafa2 authored almost 13 years ago
OI Safe: clears master password when wrong, patch by Kumar Sukhani Also removed "OI Distribution Library_src" from build, since jar is already a dependency.

git-svn-id: https://openintents.googlecode.com/svn/trunk@4252 72b678ce-9140-0410-bee8-679b907dd61a

00e7dc89388790b0cac6789fe05e2711dd8ad1d2 authored almost 13 years ago
OI Safe: remove duplicate string from resources.

git-svn-id: https://openintents.googlecode.com/svn/trunk@4247 72b678ce-9140-0410-bee8-679b907dd61a

0a7f57159707d9d4eade64126835619316fdf472 authored almost 13 years ago
OI Safe: patch by Eldwin: automatically open on-screen keyboard on "Master password" screen. Fixes issue 328. https://groups.google.com/forum/#!topic/openintents/P3EIkxm6wkY

git-svn-id: https://openintents.googlecode.com/svn/trunk@4246 72b678ce-9140-0410-bee8-679b907dd61a

3093794f9c008bfafb87baaca9f96147bbdca08f authored almost 13 years ago
OI Safe: release version 1.3

git-svn-id: https://openintents.googlecode.com/svn/trunk@4174 72b678ce-9140-0410-bee8-679b907dd61a

898dbe87a3783ed3ec2d4e96706eac8e7240119b authored almost 13 years ago
Test scripts: centralize so it can be easier applied to other apps.

git-svn-id: https://openintents.googlecode.com/svn/trunk@4166 72b678ce-9140-0410-bee8-679b907dd61a

2c620fcc5a2f518acd481aaffae20aa03c00ae65 authored almost 13 years ago
Translations: synchronize with Launchpad

git-svn-id: https://openintents.googlecode.com/svn/trunk@4164 72b678ce-9140-0410-bee8-679b907dd61a

1b6da3e967ca0de3ac2c1182b2622588c4fa45ac authored about 13 years ago
OI Safe Test: Pass test for creating new master password. Also fix issue with srolling up before searching for text.

git-svn-id: https://openintents.googlecode.com/svn/trunk@4162 72b678ce-9140-0410-bee8-679b907dd61a

7d637c363b34f215172526009a316de84d4e249d authored about 13 years ago
OI Safe Test: Add ant build files.

git-svn-id: https://openintents.googlecode.com/svn/trunk@4161 72b678ce-9140-0410-bee8-679b907dd61a

baa5e0ac5267756f72f4d030e6431aaddc8a6e3e authored about 13 years ago
OI Safe Test: Replace Robotium 2.1 by version 3.1.

git-svn-id: https://openintents.googlecode.com/svn/trunk@4160 72b678ce-9140-0410-bee8-679b907dd61a

7340ae8948e618e63ec1eafae96bf43093152d3d authored about 13 years ago
Translations: Synchronize with Launchpad.

git-svn-id: https://openintents.googlecode.com/svn/trunk@4143 72b678ce-9140-0410-bee8-679b907dd61a

9ff32013894e78448e51be59dace5c40c3dafbb1 authored about 13 years ago
OI Safe: release candidate 1.3-rc1.

git-svn-id: https://openintents.googlecode.com/svn/trunk@4138 72b678ce-9140-0410-bee8-679b907dd61a

322c8bb640026babb0279dbc5b15cfb9a208fff1 authored about 13 years ago
OI Safe: use new icon ic_menu_add_password in ActionBar.

git-svn-id: https://openintents.googlecode.com/svn/trunk@4136 72b678ce-9140-0410-bee8-679b907dd61a

698b22e434ce3c0b03c84c1153a44b002989fb1e authored about 13 years ago
OI Safe: add "Up" button in ActionBar also for Preferences activity.

git-svn-id: https://openintents.googlecode.com/svn/trunk@4135 72b678ce-9140-0410-bee8-679b907dd61a

52167022424704bf02e2aaac2a7657cb60fe0c2c authored about 13 years ago
OI Safe: activate "Up" button in ActionBar.

git-svn-id: https://openintents.googlecode.com/svn/trunk@4134 72b678ce-9140-0410-bee8-679b907dd61a

0ef4c90a073ef61f5f44fc93a9e718b4ca9863e7 authored about 13 years ago
OI Safe: use new icons for switching mode in ActionBar. Deactivate switch icon in layout if ActionBar is present.

git-svn-id: https://openintents.googlecode.com/svn/trunk@4133 72b678ce-9140-0410-bee8-679b907dd61a

21d4533520a53d7bfae2ac08a08bb5101dc66361 authored about 13 years ago
OI Safe: put most natural action into ActionBar.

git-svn-id: https://openintents.googlecode.com/svn/trunk@4123 72b678ce-9140-0410-bee8-679b907dd61a

7e5102cc357e28d661d04d90f3d92a0c65287d57 authored about 13 years ago
Translations: synchronize with Launchpad.

git-svn-id: https://openintents.googlecode.com/svn/trunk@4102 72b678ce-9140-0410-bee8-679b907dd61a

c283be05a8f4a0f15edf293a9dc1f24c1ec2de5f authored about 13 years ago
Various apps: Update year in license texts.

git-svn-id: https://openintents.googlecode.com/svn/trunk@4099 72b678ce-9140-0410-bee8-679b907dd61a

3cfbc77bc9246a90fcd03151f65c1df59c16d24b authored about 13 years ago
Various apps: Change copyright year information for "OI About" info.

git-svn-id: https://openintents.googlecode.com/svn/trunk@4097 72b678ce-9140-0410-bee8-679b907dd61a

32d45714f325b5733e52785b26e68eb4830e0d0e authored about 13 years ago
Readme files: limit length of separator (for display in "Recent changes" activity).

git-svn-id: https://openintents.googlecode.com/svn/trunk@4096 72b678ce-9140-0410-bee8-679b907dd61a

5d6bac7b2a39c1e7bac443196b917180eb4b617a authored about 13 years ago
Translations: Synchronize with Launchpad.

git-svn-id: https://openintents.googlecode.com/svn/trunk@4082 72b678ce-9140-0410-bee8-679b907dd61a

50684fde8974d7a3d3f9391ba602476302872178 authored about 13 years ago
OI Safe: touch up restore and search layouts

git-svn-id: https://openintents.googlecode.com/svn/trunk@4081 72b678ce-9140-0410-bee8-679b907dd61a

b1393e1b358f2c9a2468036d76fb9d78473798cc authored about 13 years ago
OI Safe: various layout updates

git-svn-id: https://openintents.googlecode.com/svn/trunk@4071 72b678ce-9140-0410-bee8-679b907dd61a

91363ec7403f523e1d509420ccb0e0aebfe05092 authored about 13 years ago
OI Safe: more layout cleanups of warnings

git-svn-id: https://openintents.googlecode.com/svn/trunk@4070 72b678ce-9140-0410-bee8-679b907dd61a

7d182ba7b2c7cf99086e8ee7e16db522f73cf25b authored about 13 years ago
OI Safe: GCI task by Akarakas: new icon ic_menu_add_category. Fixes issue 484. http://www.google-melange.com/gci/task/view/google/gci2011/7237278

git-svn-id: https://openintents.googlecode.com/svn/trunk@4066 72b678ce-9140-0410-bee8-679b907dd61a

06de849a12c810042aca9afd4b52b18091cd8936 authored about 13 years ago
OI Safe: cleaning up some of the warnings in layouts

git-svn-id: https://openintents.googlecode.com/svn/trunk@4062 72b678ce-9140-0410-bee8-679b907dd61a

ab453f23ef6eb656f753a383d890e43f4cb27593 authored about 13 years ago
OI Safe: restore on first run is more insistent (GCI patch by Matěj Konečný) Fixes issue 201 http://www.google-melange.com/gci/task/view/google/gci2011/7196341

git-svn-id: https://openintents.googlecode.com/svn/trunk@4061 72b678ce-9140-0410-bee8-679b907dd61a

c9385f826a0f5a529728ab4a73089b0015dc359d authored about 13 years ago
Translations: Synchronize with Launchpad.

git-svn-id: https://openintents.googlecode.com/svn/trunk@4046 72b678ce-9140-0410-bee8-679b907dd61a

34127c86a17e559459b6a8ed09932ec9b5db96b2 authored about 13 years ago
OI Safe: GCI task by Deep_Sky28: new icon ic_menu_switch_alpha. Fixes issue 493. http://www.google-melange.com/gci/task/view/google/gci2011/7240233

git-svn-id: https://openintents.googlecode.com/svn/trunk@4045 72b678ce-9140-0410-bee8-679b907dd61a

f9547a882b9e703ae25dfa2a5d08b3d9019c4a84 authored about 13 years ago
OI Safe: GCI task by Matěj Konečný: hardware keyboard filtering of categories and passwords. Fixes issue 292. http://www.google-melange.com/gci/task/view/google/gci2011/7175251

git-svn-id: https://openintents.googlecode.com/svn/trunk@4042 72b678ce-9140-0410-bee8-679b907dd61a

3d89546bda6413dd07bfe7b5c0e6327d64576bff authored about 13 years ago
OI Safe: GCI task by Chickenbellyfinn: new icon ic_menu_switch_numeric. Fixes issue 492. http://www.google-melange.com/gci/task/view/google/gci2011/7232266

git-svn-id: https://openintents.googlecode.com/svn/trunk@4037 72b678ce-9140-0410-bee8-679b907dd61a

1203cc27fff89d8d0691fb40ce7df0bcfb8fda34 authored about 13 years ago
OI Safe: GCI task by Julian Kuntorov: new icon ic_menu_add_password. Fixes issue 485. http://www.google-melange.com/gci/task/view/google/gci2011/7193393

git-svn-id: https://openintents.googlecode.com/svn/trunk@4024 72b678ce-9140-0410-bee8-679b907dd61a

3754739f0f5c69f8b1d179b77a4f24de5b6be613 authored about 13 years ago
Translations: Synchronize with Launchpad.

git-svn-id: https://openintents.googlecode.com/svn/trunk@4008 72b678ce-9140-0410-bee8-679b907dd61a

7740e82fd86617298602d92e7424ccb3d7d448d8 authored about 13 years ago
OI Safe: Remove values-he (as it got changed into values-iw).

git-svn-id: https://openintents.googlecode.com/svn/trunk@4007 72b678ce-9140-0410-bee8-679b907dd61a

00dd84f64badd4719d20022d225808deeab879a9 authored about 13 years ago
Various apps: Clean up strings: * New Market tag lines (max. 80 characters) * OI Shopping list -> OI Shopping List (all capital)

git-svn-id: https://openintents.googlecode.com/svn/trunk@4003 72b678ce-9140-0410-bee8-679b907dd61a

05ccab424339e3b4ce5c2996c49279f94d12a8f0 authored about 13 years ago
Translations: Change he -> iw (Hebrew) using new translation scripts. See: http://colincooper.net/?p=238 http://code.google.com/p/android/issues/detail?id=3639

git-svn-id: https://openintents.googlecode.com/svn/trunk@4002 72b678ce-9140-0410-bee8-679b907dd61a

73792d6215f9ddbae135817c0558f9c877bcd975 authored about 13 years ago
Translations: Synchronize with Launchpad. + a lot of manual editing because of small issues, like "%s" being wrong, "fil" as language code not accepted by Android, and "?" at the beginning of the sentence not accepted.

git-svn-id: https://openintents.googlecode.com/svn/trunk@4000 72b678ce-9140-0410-bee8-679b907dd61a

1ffba51387779c544d96cf03cb2718ded0ceb616 authored about 13 years ago
OI Shopping List & OI Safe: update .classpath. (Please use the latest version of Eclipse (Indigo) + Android SDK so that you can use the same classpath).

git-svn-id: https://openintents.googlecode.com/svn/trunk@3999 72b678ce-9140-0410-bee8-679b907dd61a

798c2fa90fc76fc4d82d41f23cf5b8b6b75900dc authored about 13 years ago
Various OI apps: GCI task by Darriel: Update menu shortcuts to avoid conflict with Android 4.0 shortcuts. Fixes issue 436. http://www.google-melange.com/gci/task/view/google/gci2011/7184249 --------------- New shortcuts:

OI NotePad
CTRL + S - Save
CTRL + W - Save As
Delete shortcut removed
CTRL + P - Preferences/Set...

505d7add357b8b28219c9d7dfe5b6cb514369f1a authored about 13 years ago
All OI apps: GCI task by Matěj Konečný: Modify the Manifest to support about.xml. Fixes issue 473. http://www.google-melange.com/gci/task/view/google/gci2011/7134327

git-svn-id: https://openintents.googlecode.com/svn/trunk@3995 72b678ce-9140-0410-bee8-679b907dd61a

7ea51de165ebd735b66f39a916a6ae29ada8d58e authored about 13 years ago
OI Safe: possibly final whitespace cleanup

git-svn-id: https://openintents.googlecode.com/svn/trunk@3978 72b678ce-9140-0410-bee8-679b907dd61a

3a677214e7ea5c234900854e46aafb37bcd292b3 authored about 13 years ago
OI Safe: whitespace cleanup

git-svn-id: https://openintents.googlecode.com/svn/trunk@3977 72b678ce-9140-0410-bee8-679b907dd61a

67a4b6ec5dfd7f39f12de41789e840c9dc4c3b44 authored about 13 years ago
OI Safe: whitespace clean up

git-svn-id: https://openintents.googlecode.com/svn/trunk@3974 72b678ce-9140-0410-bee8-679b907dd61a

6863c9404f957e0a91d4581db8f28206551b0731 authored about 13 years ago
OI Safe: more whitespace cleanup

git-svn-id: https://openintents.googlecode.com/svn/trunk@3970 72b678ce-9140-0410-bee8-679b907dd61a

4c27f40c1b7660f8da67bc5be8823e67fa092724 authored about 13 years ago
OI Safe: more whitespace cleanup

git-svn-id: https://openintents.googlecode.com/svn/trunk@3961 72b678ce-9140-0410-bee8-679b907dd61a

e9663b64569a9fcc169a5ce6db83e029ded3e7bf authored about 13 years ago
OI Safe: further white space clean up It's amazing the amount of random spaces instead of tabs there is. I suppose it must have been a setting in an earlier Eclipse

git-svn-id: https://openintents.googlecode.com/svn/trunk@3957 72b678ce-9140-0410-bee8-679b907dd61a

794694c8236f5f88de2d1d48e9f5cd78eb0746d9 authored about 13 years ago
OI Safe: starting to clean up some whitespace

git-svn-id: https://openintents.googlecode.com/svn/trunk@3956 72b678ce-9140-0410-bee8-679b907dd61a

9dbb0626911fcbf31feab5cd25f95678a331e315 authored about 13 years ago
Various OI apps: Update to Android 4.0.3 (API level 15).

git-svn-id: https://openintents.googlecode.com/svn/trunk@3935 72b678ce-9140-0410-bee8-679b907dd61a

b8384510d7533096899ee1ba7b40616d3a09ddbd authored about 13 years ago
Various apps: Update .classpath. This works with Eclipse Indigo (3.7.1) and Android SDK 4.0. If your installation requires something else in .classpath in order to work, please upgrade Eclipse and/or Android. If this still does not help, let's discuss this issue in the forum. See also: http://code.google.com/p/openintents/wiki/Upgrade

git-svn-id: https://openintents.googlecode.com/svn/trunk@3933 72b678ce-9140-0410-bee8-679b907dd61a

dff07d8df2db14eb09ec7322d6025384bfabe38a authored about 13 years ago
Translations: Import all from Launchpad.

git-svn-id: https://openintents.googlecode.com/svn/trunk@3931 72b678ce-9140-0410-bee8-679b907dd61a

377615f7d85e96b0f9c354a1ad1a71128e6a3923 authored about 13 years ago
Update to API 15 and started to use getString instead of constants in SafeTest.

git-svn-id: https://openintents.googlecode.com/svn/trunk@3923 72b678ce-9140-0410-bee8-679b907dd61a

4a7eebb67c1abbfd36288872b39f0e88673483af authored about 13 years ago
OI Safe: added a timer to the logoff intent to show how long until the OI Safe service will be stopped Fixes issue 175, GCI patch by Darriel http://www.google-melange.com/gci/task/view/google/gci2011/7120268

git-svn-id: https://openintents.googlecode.com/svn/trunk@3921 72b678ce-9140-0410-bee8-679b907dd61a

81b8a0819df5740f4b3b959d7d49c19dcb49242d authored about 13 years ago
OI Safe: uses OI Filemanager for backup/restore/import/export file selection Fixes issue 186, GCI patch by Matěj Konečný http://www.google-melange.com/gci/task/view/google/gci2011/7135243 http://openintents.uservoice.com/forums/86421-general/suggestions/2340708-oi-safe-choose-location-of-backup-xml-file

git-svn-id: https://openintents.googlecode.com/svn/trunk@3916 72b678ce-9140-0410-bee8-679b907dd61a

5e508bdb262fa856efa9a3773d11262181478202 authored about 13 years ago
OI Safe: Change buggy translation.

git-svn-id: https://openintents.googlecode.com/svn/trunk@3858 72b678ce-9140-0410-bee8-679b907dd61a

d69805a7033ac3705d781051b393d8d16d9defdf authored about 13 years ago
Translations and Market descriptions: Update all.

git-svn-id: https://openintents.googlecode.com/svn/trunk@3853 72b678ce-9140-0410-bee8-679b907dd61a

2007333d117f738c1fef644fd6e7464c43d44d4d authored about 13 years ago
OI Safe: CGI task by hawksters: add new Market description.

GCI task:
http://www.google-melange.com/gci/task/view/google/gci2011/7191352

git-svn-id: https:...

89796d3e5182f3381a56d825c17fb856f5168ff8 authored about 13 years ago
Various apps: Set targetSdkVersion to 14 (Ice cream sandwich) + fix compile bugs. - OI About. - OI Countdown. - OI Convert CSV (fix a bug because of modified function call). - OI File Manager. - OI Notepad. - OI Safe (fix also a bug in translation).

git-svn-id: https://openintents.googlecode.com/svn/trunk@3839 72b678ce-9140-0410-bee8-679b907dd61a

0a0f9e7921034e58363530420fc7faf923fc20aa authored about 13 years ago
Translations and Market descriptions: Run master script at translations/update_all.bash.

git-svn-id: https://openintents.googlecode.com/svn/trunk@3834 72b678ce-9140-0410-bee8-679b907dd61a

877a0ddff12916346db28f6d250368498d0696ee authored about 13 years ago
Translations: Import from Launchpad.

git-svn-id: https://openintents.googlecode.com/svn/trunk@3821 72b678ce-9140-0410-bee8-679b907dd61a

be0757a94344bebadb2e77eddc20eb89b6881684 authored about 13 years ago
Translations: Import from Launchpad.

git-svn-id: https://openintents.googlecode.com/svn/trunk@3765 72b678ce-9140-0410-bee8-679b907dd61a

d369806fa12ce7524ad518fc1f8c7f4e8ba6b4d0 authored about 13 years ago
OI Safe: added a check for null to prevent NPE associated with Issue 400. Not sure if it helps, but I'm not able to reproduce the NPE.

git-svn-id: https://openintents.googlecode.com/svn/trunk@3754 72b678ce-9140-0410-bee8-679b907dd61a

ae078a344330bc9eb918068151a0bab738abe1b7 authored about 13 years ago
OI Safe: Fix class path.

git-svn-id: https://openintents.googlecode.com/svn/trunk@3748 72b678ce-9140-0410-bee8-679b907dd61a

fb5157911f51930349215e1b18ad2584ee1dd57d authored about 13 years ago
OI Safe: Upload Android 4.0 screenshots by DragonHunter (Google Code-in task). http://www.google-melange.com/gci/task/view/google/gci2011/7116254

Screen shots for OI Shopping List in previous commit were by aliriza:
http://www.google-melange....

cea875a15a5ae3676609b8f7cd5c72ebab232afa authored about 13 years ago
Translations: Import from Launchpad and export.

git-svn-id: https://openintents.googlecode.com/svn/trunk@3651 72b678ce-9140-0410-bee8-679b907dd61a

6a0b2102fc4accc605ca90956388d01831b32f10 authored over 13 years ago
Translations: Import from Launchpad.

git-svn-id: https://openintents.googlecode.com/svn/trunk@3588 72b678ce-9140-0410-bee8-679b907dd61a

ecde1e3189e4cc0c59e933521067d80ad061e0fe authored over 13 years ago
Translations: Import from Launchpad.

git-svn-id: https://openintents.googlecode.com/svn/trunk@3573 72b678ce-9140-0410-bee8-679b907dd61a

74b5b07b54cea9971ab8b16ebefbe6028a9d7fa8 authored over 13 years ago
OI Safe: Release version 1.2.9.

git-svn-id: https://openintents.googlecode.com/svn/trunk@3358 72b678ce-9140-0410-bee8-679b907dd61a

0072be5bffd5bfb67e3963e0ba190a38a64119a8 authored over 13 years ago
Translations: Import all from Launchpad.

git-svn-id: https://openintents.googlecode.com/svn/trunk@3323 72b678ce-9140-0410-bee8-679b907dd61a

f3a4893fb78d25424d3526c2093637488ec19ea2 authored almost 14 years ago
OI Safe: Release 1.2.9-rc1

git-svn-id: https://openintents.googlecode.com/svn/trunk@3319 72b678ce-9140-0410-bee8-679b907dd61a

d93338baf4fb41d1853619ce815214cb72215ec5 authored almost 14 years ago
Translations: Import from Launchpad.

git-svn-id: https://openintents.googlecode.com/svn/trunk@3309 72b678ce-9140-0410-bee8-679b907dd61a

0eb9ede63777f8d47754e97bffc507e72040f4b9 authored almost 14 years ago
OI Safe: Update readme.

git-svn-id: https://openintents.googlecode.com/svn/trunk@3241 72b678ce-9140-0410-bee8-679b907dd61a

4649fbe06b423d5369e7f5f443adffbbd082026b authored almost 14 years ago
OI Safe: Apply patch by Rachee Singh: Delete password from clipboard when logging out.

1. When the text (username/password) is copied to the clipboard, it is also copied to a static s...

86e44f3c163f72bfe90a724462f6e369e49002bc authored almost 14 years ago
OI Safe: removed up/down swipe from PassView because it caused problems when the view actually needed to scroll up or down. Fixes issue 325.

git-svn-id: https://openintents.googlecode.com/svn/trunk@3184 72b678ce-9140-0410-bee8-679b907dd61a

da6488c2a6dfb609d1c48dbdc293c06a5915f07e authored almost 14 years ago
Translations: Import from Launchpad.

git-svn-id: https://openintents.googlecode.com/svn/trunk@3178 72b678ce-9140-0410-bee8-679b907dd61a

8a2a31bd5b5d6d6ed00b77806f6f8621d5615d3d authored almost 14 years ago
Translations: Import from Launchpad.

git-svn-id: https://openintents.googlecode.com/svn/trunk@3160 72b678ce-9140-0410-bee8-679b907dd61a

65dba669d7177a84af9b2106a5f8f14dc951b453 authored almost 14 years ago
Translations: Import from Launchpad.

git-svn-id: https://openintents.googlecode.com/svn/trunk@3142 72b678ce-9140-0410-bee8-679b907dd61a

e3aacf8f7ab68bb408918a00e2b7b352fa35552e authored about 14 years ago